MathLLM commited on
Commit
cee97d9
1 Parent(s): da10ecf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -10
README.md CHANGED
@@ -43,16 +43,28 @@ You can use the models through Huggingface's Transformers library. Use the pipel
43
  Check our Github repo for datails.
44
 
45
 
46
- ## Citation
47
- Please cite the paper if you use our data, model or code.
48
 
 
 
 
 
 
 
 
 
 
 
 
49
  ```
50
- @misc{wang2023mathcoder,
51
- title={MathCoder: Seamless Code Integration in LLMs for Enhanced Mathematical Reasoning},
52
- author={Ke Wang and Houxing Ren and Aojun Zhou and Zimu Lu and Sichun Luo and Weikang Shi and Renrui Zhang and Linqi Song and Mingjie Zhan and Hongsheng Li},
53
- year={2023},
54
- eprint={2310.03731},
55
- archivePrefix={arXiv},
56
- primaryClass={cs.CL}
 
 
57
  }
58
- ```
 
43
  Check our Github repo for datails.
44
 
45
 
46
+ ## **Citation**
 
47
 
48
+ Please cite the paper if you use our data, model or code. Please also kindly cite the original dataset papers.
49
+
50
+ ```
51
+ @inproceedings{
52
+ wang2024mathcoder,
53
+ title={MathCoder: Seamless Code Integration in {LLM}s for Enhanced Mathematical Reasoning},
54
+ author={Ke Wang and Houxing Ren and Aojun Zhou and Zimu Lu and Sichun Luo and Weikang Shi and Renrui Zhang and Linqi Song and Mingjie Zhan and Hongsheng Li},
55
+ booktitle={The Twelfth International Conference on Learning Representations},
56
+ year={2024},
57
+ url={https://openreview.net/forum?id=z8TW0ttBPp}
58
+ }
59
  ```
60
+
61
+ ```
62
+ @inproceedings{
63
+ zhou2024solving,
64
+ title={Solving Challenging Math Word Problems Using {GPT}-4 Code Interpreter with Code-based Self-Verification},
65
+ author={Aojun Zhou and Ke Wang and Zimu Lu and Weikang Shi and Sichun Luo and Zipeng Qin and Shaoqing Lu and Anya Jia and Linqi Song and Mingjie Zhan and Hongsheng Li},
66
+ booktitle={The Twelfth International Conference on Learning Representations},
67
+ year={2024},
68
+ url={https://openreview.net/forum?id=c8McWs4Av0}
69
  }
70
+ ```