Ibisbill commited on
Commit
3636327
·
verified ·
1 Parent(s): 69a9a65

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -126,12 +126,14 @@ Key findings from the associated paper:
126
  If you use this model in your research, please cite both the model and the associated paper:
127
 
128
  ```bibtex
129
- @article{math_reasoning_transfer_2025,
130
- title={Does Math Reasoning Improve General LLM Capabilities? Understanding Transferability of LLM Reasoning},
131
- author={Maggie Huan and Yuetai Li and Tuney Zheng and Xiaoyu Xu and Kim, Seungone and Du, Minxin and Poovendran, Radha and Neubig, Graham and Yue, Xiang},
132
- journal={arXiv preprint arXiv:2507.00432},
133
- year={2025},
134
- url={https://arxiv.org/abs/2507.00432}
 
 
135
  }
136
  ```
137
 
 
126
  If you use this model in your research, please cite both the model and the associated paper:
127
 
128
  ```bibtex
129
+ @misc{huan2025doesmathreasoningimprove,
130
+ title={Does Math Reasoning Improve General LLM Capabilities? Understanding Transferability of LLM Reasoning},
131
+ author={Maggie Huan and Yuetai Li and Tuney Zheng and Xiaoyu Xu and Seungone Kim and Minxin Du and Radha Poovendran and Graham Neubig and Xiang Yue},
132
+ year={2025},
133
+ eprint={2507.00432},
134
+ archivePrefix={arXiv},
135
+ primaryClass={cs.AI},
136
+ url={https://arxiv.org/abs/2507.00432},
137
  }
138
  ```
139