Skip to content

Latest commit

 

History

History
43 lines (39 loc) · 1.28 KB

README.md

File metadata and controls

43 lines (39 loc) · 1.28 KB

Learning Relation-Enhanced Hierarchical Solver for Math Word Problems

Source code for paper Learning Relation-Enhanced Hierarchical Solver for Math Word Problems.

Dependencies

  • python >= 3.6

  • stanfordcorenlp

  • torch

Usage

  • Preprocess dataset
python3 src/dataprocess/math23k.py
python3 src/dataprocess/similarity.py
  • Train and test model
python3 src/rhms/main.py

For running arguments, please refer to src/rhms/config.py.

Citation

If you find our work helpful, please consider citing our paper.

@article{lin2023learning,
  title={Learning Relation-Enhanced Hierarchical Solver for Math Word Problems},
  author={Lin, Xin and Huang, Zhenya and Zhao, Hongke and Chen, Enhong and Liu, Qi and Lian, Defu and Li, Xin and Wang, Hao},
  journal={IEEE Transactions on Neural Networks and Learning Systems},
  year={2023},
  publisher={IEEE}
}
@inproceedings{lin2021hms,
  title={HMS: A Hierarchical Solver with Dependency-Enhanced Understanding for Math Word Problem},
  author={Lin, Xin and Huang, Zhenya and Zhao, Hongke and Chen, Enhong and Liu, Qi and Wang, Hao and Wang, Shijin},
  booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
  volume={35},
  number={5},
  pages={4232--4240},
  year={2021}
}