ai-ml

FrontierMath v2: 42% of Math Problems Had Errors

June 26, 2026

FrontierMath v2: 42% of Math Problems Had Errors

On June 12, 2026, Epoch AI shipped FrontierMath v2 — an update that addressed errors in 42% of the benchmark's problems, correcting 135 and removing 12. FrontierMath is one of the hardest math tests in AI, and since its 2024 debut its scores have anchored "state-of-the-art" reasoning claims. v2 is a reminder that even a flagship benchmark can be wrong about a large share of its own questions.

TL;DR

  • What happened: Epoch AI released FrontierMath v2 on June 12, 2026, after an audit found errors affecting 42% of problems.1
  • The numbers: v2 corrected 123 problems in Tiers 1-3 and 12 in Tier 4, and removed 5 from Tiers 1-3 and 7 from Tier 4. The dataset now holds 338 problems — a 295-problem base set (Tiers 1-3) plus a 43-problem Tier 4 expansion.1
  • What broke: Most errors were simple calculation slips made while the author extracted the final answer (off-by-one mistakes, flipped signs). A handful of problem statements were fatally ambiguous.2
  • How it was caught: The audit started in April 2026 after OpenAI flagged more errors than expected in an internal review. Epoch used GPT-5.5 and Claude Opus 4.7 to surface suspect problems, then had mathematicians confirm them.2
  • The impact: Scores rose a few points across the board, but model rankings stayed broadly the same.2
  • Why it matters: Every "best on FrontierMath" claim made before June 12 was scored against a test wrong about two in five of its own questions.

What You'll Learn

  • What FrontierMath is and why it became a reference benchmark
  • Exactly what changed in the v2 update
  • The kinds of errors that slipped through expert review
  • How the audit found them — and the role AI models played
  • How the leaderboard moved after the fix
  • What the episode means for anyone who picks models based on benchmark numbers

What is FrontierMath?

FrontierMath is a benchmark of hundreds of original, expert-crafted mathematics problems built by Epoch AI to measure advanced mathematical reasoning. It launched on November 8, 2024, developed with more than 60 mathematicians, including professors, International Mathematical Olympiad question writers, and Fields medalists.3 The problems span computational number theory, real analysis, algebraic geometry, and category theory, and a typical one takes a specialist researcher hours — sometimes days — to solve.3

Two design choices made it credible. First, the problems are novel and unpublished, so a model cannot have memorized the answer from training data. Second, each answer is a large number or a complex mathematical object that is checked automatically by running a Python answer() function, with a deliberately "guessproof" design: less than a 1% chance of guessing correctly without doing the math.3

When it launched, FrontierMath was brutal. Leading models of the day — Claude 3.5 Sonnet, OpenAI's o1-preview, GPT-4o, and Gemini 1.5 Pro — each solved less than 2% of problems, against 90%+ scores on older tests like GSM-8K and MATH.3 That gap is exactly what made the benchmark useful: it had headroom no other math test offered.

What changed in FrontierMath v2

The v2 update, published on Epoch's benchmark hub on June 12, 2026, reworked a large share of the dataset.1 Here is the precise accounting from Epoch's own changelog:

ChangeTiers 1-3Tier 4Total
Problems corrected12312135
Problems removed5712

After the cleanup, the full dataset is 338 problems: a 295-problem base set Epoch calls Tiers 1-3, plus a 43-problem expansion of exceptionally hard problems called Tier 4.1 Twelve problems are public (ten from Tiers 1-3 and two from Tier 4); the rest stay private to limit contamination.1 Counting corrections and removals together, the update touched 147 of the 350 problems in the prior version (v1) — the 42% figure Epoch cites.1

This is not the first time Epoch acknowledged the risk. At launch in 2024, a second review of a random subsample estimated that about 1 in 20 problems (~5%) contained errors, which Epoch noted was comparable to error rates in benchmarks like ImageNet.3 The v2 audit ending up touching 42% shows how far a small, plausible-sounding error estimate can be from the result of a deep, dedicated review.

What kind of errors were found

The errors were not exotic. According to Epoch's writeup, the vast majority were simple calculation mistakes that crept in when the problem author was extracting the final answer — the off-by-one and flipped-sign class of slip that any working mathematician recognizes.2 Because FrontierMath grades on an exact match between the model's submitted object and a single stored answer, one wrong digit in that stored answer silently marks every correct model as wrong.

A smaller set of problems had statements that were fatally ambiguous — phrased in a way that admitted more than one defensible answer, which makes automated grading meaningless.2 Those were the problems most likely to be removed rather than corrected.

The takeaway is subtle but important: the math behind the problems was sound. What failed was the bookkeeping around the answer key, and that is precisely the layer that automated, exact-match grading is least able to catch on its own.

How the errors were caught

The audit began in April 2026, after OpenAI told Epoch it had found more errors than expected during an internal review of the benchmark.2 OpenAI funded FrontierMath's creation and has exclusive access to a subset of it, so it has a close working view of the questions.1

Epoch's process leaned on the very models the benchmark is meant to grade. The team ran GPT-5.5 and Claude Opus 4.7 over the dataset to flag problems that looked suspect, then handed those flags to human mathematicians for review.2 Almost all of the flagged items turned out to be genuine, severe errors — the kind that made a problem impossible to solve as written.2 In other words, frontier models were good enough to help find the holes in a test designed to expose their limits.

How the leaderboard moved

Cleaning the answer key lifted scores, because corrected problems that models had actually solved now count in their favor. Epoch reports that scores rose across the board while rankings stayed broadly intact.2

The current top of the table is close. According to the LM Council aggregator — a secondary tracker, not Epoch's official ranking — GPT-5.5 Pro and Claude Fable 5 both sit around 87% on Tiers 1-3, a gap well inside their overlapping error margins.4 Treat any single figure as approximate: aggregators report somewhat different numbers (another tracker puts GPT-5.5's Tiers 1-3 score closer to 85%), and none of them is Epoch's official ranking. The robust, source-backed story is the trajectory — from under 2% at launch in 2024 to the high 80s on Tiers 1-3 in 2026.34

That arc is genuinely striking. It is also exactly why the accuracy of the underlying answer key matters so much: when models cluster within a point or two of each other near the top, a handful of mis-keyed answers can reorder the leaderboard.

What this means for trusting AI benchmarks

Engineering teams pick models, justify budgets, and commit to architectures partly on benchmark numbers. FrontierMath v2 is a clean case study in why those numbers deserve a second look.

Three lessons stand out. First, a published error rate is a floor, not a ceiling. Epoch's careful launch-time estimate of ~5% sat far below the 42% the v2 audit ended up touching — not because the team was careless, but because a light subsample and a deep audit are different instruments.23 Second, exact-match grading hides answer-key bugs. When a single stored value decides right or wrong, a typo in that value penalizes every correct model invisibly. Third, margins matter more than rank. A model that "leads" by half a point on a test with known answer-key errors has not really been shown to lead at all.

None of this makes FrontierMath a bad benchmark — the opposite. Epoch found the errors, published the corrections problem-by-problem, versioned the dataset, and kept v1 available for comparison.1 That transparency is the model other benchmark maintainers should copy. If you cite benchmark scores in a decision, the practical move is to note the benchmark version and date, treat sub-margin gaps as ties, and prefer benchmarks that publish a changelog over those that quietly overwrite their numbers.

For more on how benchmark integrity can break down in subtler ways, see our analysis of the DeepSWE benchmark and contamination concerns. For context on the models topping FrontierMath today, see our coverage of Claude Opus 4.8's launch and Claude Fable 5.

The Bottom Line

FrontierMath v2 did not break the benchmark — it repaired it, in the open. But the size of the fix is the story: a flagship test built with Fields medalists and automated verification still needed errors addressed in 42% of its problems.1 The next time a model launch leans on a single benchmark number, ask which version it was scored against, how wide the error bars are, and whether the maintainer publishes a changelog. On FrontierMath, those questions now have clear answers.


Sources

Footnotes

  1. Epoch AI, "FrontierMath Tiers 1-3 (v2)" — benchmark hub, changelog, and dataset composition. https://epoch.ai/benchmarks/frontiermath-tiers-1-3-v2 2 3 4 5 6 7 8 9 10 11

  2. Analysis of the FrontierMath v2 error correction, error types, and audit process. https://www.digitalapplied.com/blog/epoch-frontiermath-v2-error-corrected-ai-benchmark-analysis 2 3 4 5 6 7 8 9 10 11 12 13

  3. Epoch AI, "FrontierMath: A benchmark for evaluating advanced mathematical reasoning in AI" (Nov. 8, 2024). https://epoch.ai/frontiermath/the-benchmark 2 3 4 5 6 7 8

  4. LM Council benchmark aggregator — FrontierMath leaderboard (secondary source). https://lmcouncil.ai/benchmarks 2 3

Frequently Asked Questions

FrontierMath v2 is the corrected version of Epoch AI's FrontierMath math-reasoning benchmark, released June 12, 2026. It addressed errors in 42% of problems, correcting 135 and removing 12, leaving 338 problems in total. 1