Home

Awesome

A Contrastive Learning Neural Model for Math Word Problems

This repository is the PyTorch implementation for the paper:

Seeking Patterns, Not just Memorizing Procedures: Contrastive Learning for Solving Math Word Problems

A Contrastive Learning Model

image-20211021183615670

Requirements

Usage

Results

ModelAccuracy (Math 23K)Accuracy (MathQA)
Monolingual Setting BERT-TD w CL83.2%76.3%
Multilingual Setting mBERT-TD w CL83.9%76.3%

Citation

@misc{li2021seeking,
      title={Seeking Patterns, Not just Memorizing Procedures: Contrastive Learning for Solving Math Word Problems}, 
      author={Zhongli Li and Wenxuan Zhang and Chao Yan and Qingyu Zhou and Chao Li and Hongzhi Liu and Yunbo Cao},
      year={2021},
      eprint={2110.08464},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}