[PAPER] Major benchmarks are found to be polluted, with up to 12% of questions broken

Reddit r/singularity Papers

Summary

This paper audits major LLM benchmarks (GPQA, MMLU-Pro, MMMU-Pro) and finds 4.5–11.8% of items have wrong answer keys or are malformed, releasing corrected 'Clean' versions for drop-in use.

No content available
Original Article
View Cached Full Text

Cached at: 07/28/26, 08:28 PM

adamallcock/answer-key-audit

Source: https://github.com/adamallcock/answer-key-audit

When the Answer Key Is Wrong

A Calibrated Audit of GPQA, MMLU-Pro, and MMMU-Pro — with Corrected Releases

Adam Allcock, 2026

📄 Read the paper (PDF) · DOI · arXiv: forthcoming

Problematic-item rates by benchmark

Public LLM leaderboards rank models to the tenth of a percent — against answer keys that are themselves wrong. Auditing four of the most-quoted multiple-choice benchmarks under one taxonomy (wrong keys, malformed items, and questions with more than one defensible answer), 4.5–11.8% of items can’t fairly score a model, against a near-zero rate on a saturated MATH-500 control.

We don’t just diagnose — we ship the fix: corrected drop-in “-Clean” releases of all four, with per-item confidence tiers, the full flagged-candidate ledger, and dual original-vs-cleaned scoring, so an existing eval harness rescores with no code changes.

Two results travel beyond these sets: our model-adjudicated verdicts track GPQA’s own recorded expert-disagreement (external validation, not circular), and the standard single-pass disagreement method undercounts the rate by 2.3×. An audit is itself a measurement instrument, so we calibrate ours against injected defects and never-flagged controls and report rates as bands, not points. Model-adjudicated and calibrated — not human-certified.

Corrected drop-in releases (the -Clean family)

ReleaseSourceCleanedLicense
gpqa-diamond-cleanGPQA Diamond198 → 189CC BY 4.0
gpqa-ext-complement-cleanGPQA Extended (minus Diamond)348 → 309CC BY 4.0
mmlu-pro-cleanMMLU-Pro12,032 → 10,689MIT
mmmu-pro-cleanMMMU-Pro (standard, 10-option)1,730 → 1,526Apache-2.0

Each is a drop-in: a harness that runs the original runs the -Clean set unchanged, and every removal is auditable item by item.

Citation

Allcock, A. (2026). When the Answer Key Is Wrong: A Calibrated Audit of GPQA, MMLU-Pro, and MMMU-Pro, with Corrected Releases. Zenodo. https://doi.org/10.5281/zenodo.21613590

@misc{allcock2026answerkey,
  title     = {When the Answer Key Is Wrong: A Calibrated Audit of GPQA, MMLU-Pro, and MMMU-Pro, with Corrected Releases},
  author    = {Allcock, Adam},
  year      = {2026},
  doi       = {10.5281/zenodo.21613590},
  publisher = {Zenodo}
}

Similar Articles

Quantifying Ranking Uncertainty in LLM Benchmarks

arXiv cs.LG

This paper analyzes sources of ranking uncertainty in LLM benchmarks like MMLU, proposing modifications to hypothesis tests for constructing rank confidence intervals, and shows that variability across subjects is substantial.

Auditing LLM Benchmarks with Item Response Theory

arXiv cs.CL

This paper introduces an Item Response Theory-based method to detect mislabeled examples in LLM benchmarks at 95% precision, tracing errors to labeling heuristics and annotation issues.

LLM Performance on a Real, Double-Marked GCSE Benchmark

arXiv cs.CL

Introduces a dataset of 32,534 double-marked GCSE student responses across five subjects, finding that top-performing LLMs agree with examiners more closely than examiners agree with each other, including on handwritten and subjective tasks.