Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
KbsdJames commited on
Commit
40ba231
1 Parent(s): 1746c78

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -36,4 +36,15 @@ dataset = load_dataset("KbsdJames/Omni-MATH")
36
  For further examination of the model, please refer to our github repository: https://github.com/KbsdJames/Omni-MATH
37
 
38
  ## Citation
39
- If you do find our code helpful or use our benchmark dataset, please citing our paper (Coming Soon).
 
 
 
 
 
 
 
 
 
 
 
 
36
  For further examination of the model, please refer to our github repository: https://github.com/KbsdJames/Omni-MATH
37
 
38
  ## Citation
39
+ If you find our code and dataset helpful, welcome to cite our paper.
40
+ ```
41
+ @misc{gao2024omnimathuniversalolympiadlevel,
42
+ title={Omni-MATH: A Universal Olympiad Level Mathematic Benchmark For Large Language Models},
43
+ author={Bofei Gao and Feifan Song and Zhe Yang and Zefan Cai and Yibo Miao and Qingxiu Dong and Lei Li and Chenghao Ma and Liang Chen and Runxin Xu and Zhengyang Tang and Benyou Wang and Daoguang Zan and Shanghaoran Quan and Ge Zhang and Lei Sha and Yichang Zhang and Xuancheng Ren and Tianyu Liu and Baobao Chang},
44
+ year={2024},
45
+ eprint={2410.07985},
46
+ archivePrefix={arXiv},
47
+ primaryClass={cs.CL},
48
+ url={https://arxiv.org/abs/2410.07985},
49
+ }
50
+ ```