Benchgen

MATH — Results

RankModelScore
1gpt-5-198.8
2o3-mini97.9
3gemini-3-flash97.5
4gpt-5-297.5
5deepseek-r1-052897.3
6o396.7
7gpt-5-596.3
8gemini-2-5-pro96.2
9o194.8
10gemini-2-5-flash94.8
11phi-4-reasoning-plus93.3
12phi-4-reasoning92.7
13deepseek-v3-292.3
14qwq-32b90.6
15deepseek-v3-190.4
16ministral-3-14b-instruct-251290.4
17deepseek-v390.2
18gemini-2-0-flash89.7
19kimi-k2-090589.1
20gemma-3-27b89
21llama-3-3-70b-instruct87.8
22mistral-large-387.7
23ministral-3-8b-instruct-251287.6
24gemini-2-0-flash-lite86.8
25mimo-v2-5-pro86.2
M

MATH

1 phaseActive

12,500 competition math problems (AMC, AIME, Putnam) across 7 subjects and 5 difficulty levels. Metric: accuracy. Created by Hendrycks et al. (2021). Scores typically on MATH-500 subset.

Overview

MATH

Category Metric Tasks Saturation Created

Paper GitHub Dataset

Quick answer: MATH is a dataset of 12,500 competition mathematics problems (7,500 train, 5,000 test) drawn from AMC 10/12, AIME, and other competitions, created by Hendrycks et al. in 2021. Problems span 7 subjects across 5 difficulty levels. Most benchmark reports use MATH-500, a 500-problem representative subset. Frontier reasoning models now score 90–97% on MATH-500; general-purpose models score 60–78%.

At a Glance

What it tests: Competition-level mathematics including algebra, counting and probability, geometry, intermediate algebra, number theory, prealgebra, and precalculus — requiring multi-step symbolic reasoning.

Why it matters: MATH remains the primary benchmark for separating reasoning models (o1, o3, DeepSeek-R1) from general-purpose models. The jump from GPT-4 (~42%) to o1 (94.8%) on MATH-500 demonstrated the power of chain-of-thought and process reward models.

Known limitations: Scores are highly sensitive to prompting — CoT with tools or code interpreters can add 20+ percentage points. Reasoning models are beginning to approach saturation on MATH-500, shifting attention to harder benchmarks like AIME 2026 and FrontierMath.

What MATH Measures

The MATH dataset was designed to test mathematical problem-solving at the competition level — problems that require genuine symbolic manipulation, proof intuition, and creative reasoning rather than arithmetic pattern matching. Problems are organized into 7 subjects (Algebra, Counting & Probability, Geometry, Intermediate Algebra, Number Theory, Prealgebra, Precalculus) and 5 difficulty levels (Level 1–5), with Level 5 corresponding to the hardest AMC 12 and early AIME problems.

The MATH-500 subset, introduced by Lightman et al. (2023) in the "Let's Verify Step by Step" paper, is a curated 500-problem evaluation set that is now the standard reported metric. MATH-500 spans all subjects and difficulty levels proportionally, making it a reliable proxy for performance on the full test set.

Grading is exact-match on the final answer in LaTeX form (e.g., \frac{3}{4}), which can penalize models that produce equivalent expressions in different formats. Evaluations using code-interpreter tools or majority voting typically score significantly higher than single-pass zero-shot CoT.

Benchmark Specifications

FieldValue
Task categoryCompetition mathematics
Metric% correct (exact answer match, typically on MATH-500)
Number of tasks5,000 test / 500 (MATH-500 subset)
SubjectsAlgebra, Counting & Probability, Geometry, Intermediate Algebra, Number Theory, Prealgebra, Precalculus
Difficulty levels1–5 (Level 5 = AIME-difficulty)
SaturationMedium (reasoning models 90–97%, general models 60–78%)
Created byHendrycks et al.
Source paperMeasuring Mathematical Problem Solving With the MATH Dataset (2021)
GitHubhendrycks/math
DatasetHuggingFace — hendrycks/competition_math

How MATH Is Scored

Accuracy is the percentage of MATH-500 problems where the model's final answer exactly matches the gold answer. Different eval harnesses may use different normalization (e.g., SymPy-based equivalence checks), which can shift scores by several points. Unless otherwise noted, scores below reference either the full 5,000-problem test set or MATH-500 — most modern reports use MATH-500. Tool-augmented evaluations (code interpreter) are sometimes labeled separately.

State-of-the-Art Results

All scores on MATH-500 subset using chain-of-thought prompting unless noted. Scores from published technical reports.

MATH vs Other Benchmarks

BenchmarkWhat it testsTasksSaturation
MATHCompetition math (AMC/AIME level)5,000Medium
GSM8KGrade-school arithmetic word problems1,319High
AIME 2026Olympiad-level mathematics (2026 problems)30Low

MATH is the right benchmark for comparing general frontier models on competition mathematics. For ranking the very best reasoning models, AIME or FrontierMath provide better separation.

Run MATH on Your Model

Benchgen lets teams run MATH against custom model checkpoints, compare CoT vs. tool-augmented performance, and catch mathematical reasoning regressions across versions.

Frequently Asked Questions

What is the MATH benchmark? MATH is a dataset of 12,500 competition mathematics problems spanning 7 subjects and 5 difficulty levels, created by Hendrycks et al. in 2021. It is widely used to measure LLM mathematical reasoning at competition level (AMC/AIME). Most evaluations use the 500-problem MATH-500 subset.
What does a good MATH benchmark score look like? Scores above 90% on MATH-500 indicate frontier reasoning-model capability. General-purpose frontier models (GPT-4o, Claude 3.5 Sonnet) score 76–78%. Scores above 94% are achieved only by extended-reasoning models (o1, o3, DeepSeek-R1).
Who created the MATH benchmark? MATH was created by Dan Hendrycks, Collin Burns, Saurav Kadavath, Akul Arora, Steven Basart, Eric Tang, Dawn Song, and Jacob Steinhardt. See Hendrycks et al. 2021.
Is the MATH benchmark saturated? Partially. Reasoning-focused models (o1, o3, DeepSeek-R1) now score 94–97% on MATH-500, making it approaching saturation for the frontier. General-purpose models still show 15–20% spread, so MATH remains useful for comparing non-reasoning models.
How does MATH differ from GSM8K? GSM8K covers grade-school arithmetic word problems solvable in 2–8 steps; frontier models score 97%+. MATH covers competition mathematics requiring symbolic manipulation and proof intuition; general models score 60–78% and the benchmark is not yet fully saturated.

Benchmark definition paraphrased from Hendrycks et al. 2021. State-of-the-art scores sourced from published technical reports and attributed inline. Last updated 2026-07-23.