Omni-MATH / README.md
KbsdJames's picture
Update README.md
1746c78 verified
metadata
license: apache-2.0
language:
  - en
tags:
  - math
  - olympiads
size_categories:
  - 1K<n<10K

image/jpeg

Dataset Card for Omni-MATH

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.

Dataset Details

Uses

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).