Papers › Omni-MATH: A Universal Olympiad Level Mathematic Benchmark For Large Language Models

Omni-MATH: A Universal Olympiad Level Mathematic Benchmark For Large Language Models

10 Oct 2024arXiv:2410.07985archive 2025-07-28

Bofei Gao, Feifan Song, Zhe Yang, Zefan Cai, Yibo Miao, Qingxiu Dong, Lei LI, Chenghao Ma, Liang Chen, Runxin Xu, Zhengyang Tang, Benyou Wang, Daoguang Zan, Shanghaoran Quan, Ge Zhang, Lei Sha, Yichang Zhang, Xuancheng Ren, Tianyu Liu, Baobao Chang

Recent advancements 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 bridge this gap, 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 with rigorous human annotation. These problems are meticulously categorized into over 33 sub-domains and span more than 10 distinct difficulty levels, enabling a holistic assessment of model performance in Olympiad-mathematical reasoning. Furthermore, we conducted an in-depth analysis based on this benchmark. Our experimental results show that even the most advanced models, OpenAI o1-mini and OpenAI o1-preview, struggle with highly challenging Olympiad-level problems, with 60.54\% and 52.55\% accuracy, highlighting significant challenges in Olympiad-level mathematical reasoning.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2410.07985")

Code

Syntology Ran 4 of 19 code samples harvested from 2 repositories linked to this paper; 15 have no recorded run. Of those that ran: 1 ran · violated contract; 3 ran with no contract checked.

By repository: official repository: 19 samples from 2 repositories, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

kbsdjames/omni-math officialmentioned in papermentioned on GitHub report
kbsdjames/omni-math-rule officialmentioned in papermentioned on GitHub report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 4 ran; 0 honoured the contract we drafted; 15 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
3ran
15unverified

Licence: 19 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

generate_completions kbsdjames/omni-math-rule/evaluation/model_utils.py official repository ran no licence file found · pointer only · 1525d8bc0fc8d5a0 · report
is_multi_choice kbsdjames/omni-math-rule/evaluation/math_eval.py official repository ran · violated contract no licence file found · pointer only · d338a8cb44aeb6b4 · report
parse_report kbsdjames/omni-math/Omni-Judge_eval/get_result.py official repository ran fingerprinted no licence file found · pointer only · b50ea41b74e077ce · report
update_domain kbsdjames/omni-math/GPT_eval/detailed_evaluation/domain_specific_evaluation.py official repository ran no licence file found · pointer only · bd9fc2c45d3b49d6 · report
choice_answer_clean kbsdjames/omni-math-rule/evaluation/grader.py official repository unverified no licence file found · pointer only · 809c0178a7ae90ff · report
compare_numerical_ans kbsdjames/omni-math-rule/evaluation/math_utils.py official repository unverified no licence file found · pointer only · 81082f28e1440f9d · report
extract_multi_choice_answer kbsdjames/omni-math-rule/evaluation/parser.py official repository unverified no licence file found · pointer only · ed2f4689128f9885 · report
get_batch_responses kbsdjames/omni-math/Omni-Judge_eval/omni_judge.py official repository unverified no licence file found · pointer only · 3b59d56c92000709 · report
is_digit kbsdjames/omni-math-rule/evaluation/grader.py official repository unverified no licence file found · pointer only · fb37d3c84b18e368 · report
is_execution_success kbsdjames/omni-math-rule/evaluation/trajectory.py official repository unverified no licence file found · pointer only · 581f3949cfdcffa2 · report
is_number kbsdjames/omni-math-rule/evaluation/math_utils.py official repository unverified no licence file found · pointer only · 1c1060f6e43d5dfa · report
load_hf_lm_and_tokenizer kbsdjames/omni-math-rule/evaluation/model_utils.py official repository unverified no licence file found · pointer only · ee71a94d9dd1b8e9 · report
main kbsdjames/omni-math/Omni-Judge_eval/detailed_evaluation/difficulty_specific_evaluation.py official repository unverified no licence file found · pointer only · a2095803e48965a1 · report
main kbsdjames/omni-math/GPT_eval/detailed_evaluation/difficulty_specific_evaluation.py official repository unverified no licence file found · pointer only · b7f72b95c867a1ec · report
my_parse_latex kbsdjames/omni-math-rule/evaluation/math_utils.py official repository unverified no licence file found · pointer only · 73925940858a62b3 · report
parse_digits kbsdjames/omni-math-rule/evaluation/grader.py official repository unverified no licence file found · pointer only · 7d4b7f8c3875b126 · report
text_to_trajectory kbsdjames/omni-math-rule/evaluation/trajectory.py official repository unverified no licence file found · pointer only · 7e48538d19cc0d8f · report
trajectory_to_text kbsdjames/omni-math-rule/evaluation/trajectory.py official repository unverified no licence file found · pointer only · 0d7ae684ec6c7537 · report
update_domain kbsdjames/omni-math/Omni-Judge_eval/detailed_evaluation/domain_specific_evaluation.py official repository unverified no licence file found · pointer only · 7df9161529866271 · report

Tasks

GSM8KMathMathematical Reasoning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections