seven-cat commited on
Commit
7433617
·
verified ·
1 Parent(s): cf87db6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -29,7 +29,7 @@ With ReasonEval, you can
29
  classification head for next-token prediction is replaced with a classification head for outputting the
30
  possibilities of each class of reasong steps.
31
  * **Language(s)**: English
32
- * **Paper**: [Evaluating Mathematical Reasoning Beyond Accuracy]()
33
  * **Github**: [https://github.com/GAIR-NLP/ReasonEval](https://github.com/GAIR-NLP/ReasonEval)
34
  * **Finetuned from model**: [https://huggingface.co/EleutherAI/llemma_34b](https://huggingface.co/EleutherAI/llemma_34b)
35
  * **Fine-tuning Data**: [PRM800K](https://github.com/openai/prm800k)
@@ -37,4 +37,10 @@ possibilities of each class of reasong steps.
37
  For detailed instructions on how to use the ReasonEval-34B model, visit our GitHub repository at [https://github.com/GAIR-NLP/ReasonEval](https://github.com/GAIR-NLP/ReasonEval).
38
  ## How to Cite
39
  ```bibtex
 
 
 
 
 
 
40
  ```
 
29
  classification head for next-token prediction is replaced with a classification head for outputting the
30
  possibilities of each class of reasong steps.
31
  * **Language(s)**: English
32
+ * **Paper**: [Evaluating Mathematical Reasoning Beyond Accuracy](https://arxiv.org/abs/2404.05692)
33
  * **Github**: [https://github.com/GAIR-NLP/ReasonEval](https://github.com/GAIR-NLP/ReasonEval)
34
  * **Finetuned from model**: [https://huggingface.co/EleutherAI/llemma_34b](https://huggingface.co/EleutherAI/llemma_34b)
35
  * **Fine-tuning Data**: [PRM800K](https://github.com/openai/prm800k)
 
37
  For detailed instructions on how to use the ReasonEval-34B model, visit our GitHub repository at [https://github.com/GAIR-NLP/ReasonEval](https://github.com/GAIR-NLP/ReasonEval).
38
  ## How to Cite
39
  ```bibtex
40
+ @article{xia2024evaluating,
41
+ title={Evaluating Mathematical Reasoning Beyond Accuracy},
42
+ author={Xia, Shijie and Li, Xuefeng and Liu, Yixin and Wu, Tongshuang and Liu, Pengfei},
43
+ journal={arXiv preprint arXiv:2404.05692},
44
+ year={2024},
45
+ }
46
  ```