Datasets:
File size: 1,820 Bytes
7d51419 35ced34 7d51419 35ced34 7d51419 a5e1108 7d51419 3c2e76f 7d51419 66e8fcf 7d51419 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
---
language:
- zh
- en
license: mit
task_categories:
- question-answering
configs:
- config_name: en-hard
data_files:
- split: test
path: data/OlymMATH-EN-HARD.jsonl
- config_name: zh-hard
data_files:
- split: test
path: data/OlymMATH-ZH-HARD.jsonl
- config_name: en-easy
data_files:
- split: test
path: data/OlymMATH-EN-EASY.jsonl
- config_name: zh-easy
data_files:
- split: test
path: data/OlymMATH-ZH-EASY.jsonl
---
# Challenging the Boundaries of Reasoning: An Olympiad-Level Math Benchmark for Large Language Models
This is the official huggingface repository for [Challenging the Boundaries of Reasoning: An Olympiad-Level Math Benchmark for Large Language Models](https://arxiv.org/abs/2503.21380) by [Haoxiang Sun](https://github.com/CoderBak), Yingqian Min, Zhipeng Chen, Wayne Xin Zhao, Zheng Liu, Zhongyuan Wang, Lei Fang, and Ji-Rong Wen.
We have also released the [OlymMATH-eval](https://hf.co/datasets/RUC-AIBOX/OlymMATH-eval) dataset on HuggingFace 🤗, together with a data visualization tool [OlymMATH-demo](https://hf.co/spaces/RUC-AIBOX/OlymMATH-demo), currently available in HuggingFace Spaces.
You can find more information on [GitHub](https://github.com/RUCAIBox/OlymMATH).
## Citation
If you find this helpful in your research, please give a 🌟 to our repo and consider citing
```
@misc{sun2025challengingboundariesreasoningolympiadlevel,
title={Challenging the Boundaries of Reasoning: An Olympiad-Level Math Benchmark for Large Language Models},
author={Haoxiang Sun and Yingqian Min and Zhipeng Chen and Wayne Xin Zhao and Zheng Liu and Zhongyuan Wang and Lei Fang and Ji-Rong Wen},
year={2025},
eprint={2503.21380},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2503.21380},
}
``` |