Skip to content

l-xin/rhms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages