invokerliang commited on
Commit
b4f4c2a
·
1 Parent(s): bb51d3e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -1,3 +1,23 @@
1
  ---
2
  license: afl-3.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: afl-3.0
3
  ---
4
+ # MWP-BERT
5
+ NAACL 2022 Findings Paper: MWP-BERT: Numeracy-Augmented Pre-training for Math Word Problem Solving
6
+
7
+ [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/mwp-bert-a-strong-baseline-for-math-word/math-word-problem-solving-on-mathqa)](https://paperswithcode.com/sota/math-word-problem-solving-on-mathqa?p=mwp-bert-a-strong-baseline-for-math-word)
8
+ [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/mwp-bert-a-strong-baseline-for-math-word/math-word-problem-solving-on-math23k)](https://paperswithcode.com/sota/math-word-problem-solving-on-math23k?p=mwp-bert-a-strong-baseline-for-math-word)
9
+
10
+ Github link: https://github.com/LZhenwen/MWP-BERT/
11
+
12
+
13
+ ## Citation
14
+
15
+ ```
16
+ @inproceedings{liang2022mwp,
17
+ title={MWP-BERT: Numeracy-Augmented Pre-training for Math Word Problem Solving},
18
+ author={Liang, Zhenwen and Zhang, Jipeng and Wang, Lei and Qin, Wei and Lan, Yunshi and Shao, Jie and Zhang, Xiangliang},
19
+ booktitle={Findings of NAACL 2022},
20
+ pages={997--1009},
21
+ year={2022}
22
+ }
23
+ ```