File size: 1,854 Bytes
06fb9e7
 
04f0df6
 
 
 
 
 
 
06fb9e7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
04f0df6
06fb9e7
 
04f0df6
06fb9e7
 
1746c78
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
---
license: apache-2.0
language:
- en
tags:
- math
- olympiads
size_categories:
- 1K<n<10K
---


![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/65ae21adabf6d1ccb795e9a4/2K48kJlYndyPbiwVqwaRj.jpeg)

# Dataset Card for Omni-MATH

<!-- Provide a quick summary of the dataset. -->

Recent advancements in AI, particularly in large language models (LLMs), have led to significant breakthroughs in mathematical reasoning capabilities. However, existing benchmarks like GSM8K or MATH are now being solved with high accuracy (e.g., OpenAI o1 achieves 94.8% on MATH dataset), indicating their inadequacy for truly challenging these models. To mitigate this limitation, we propose a comprehensive and challenging benchmark specifically designed to assess LLMs' mathematical reasoning at the Olympiad level. Unlike existing Olympiad-related benchmarks, our dataset focuses exclusively on mathematics and comprises a vast collection of 4428 competition-level problems. These problems are meticulously categorized into 33 (and potentially more) sub-domains and span across 10 distinct difficulty levels, enabling a nuanced analysis of model performance across various mathematical disciplines and levels of complexity.

* Project Page: https://omni-math.github.io/
* Github Repo: https://github.com/KbsdJames/Omni-MATH
* Omni-Judge (opensource evaluator of this dataset): https://huggingface.co/KbsdJames/Omni-Judge

## Dataset Details


## Uses

<!-- Address questions around how the dataset is intended to be used. -->
```python
from datasets import load_dataset
dataset = load_dataset("KbsdJames/Omni-MATH")

```
For further examination of the model, please refer to our github repository: https://github.com/KbsdJames/Omni-MATH

## Citation
If you do find our code helpful or use our benchmark dataset, please citing our paper (Coming Soon).