--- license: apache-2.0 language: - en tags: - math - olympiads size_categories: - 1K 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 ```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).