1. Early phase: benchmark published, top models reach 40-70% - the benchmark discriminates quality effectively and is 'healthy'. 2. Maturity phase: 1-3 years after publication, models reach 70-85% - still discriminating but the improvement space narrows. 3. Saturation phase: 3-5 years, top models 90%+ - the gap between SOTA and the previous model is <2%, statistically insignificant for most publications. The benchmark is 'dead'. 4. Diagnosis (saturation metrics): (a) top-k score distribution - all top-10 models within a 2% range, (b) human-level performance reached or surpassed, (c) improvements per unit compute - equally costly optimisation yields diminishing returns, (d) data contamination checks (rip-off from pretraining) reveal disturbance. 5. Responses: (a) benchmark upgrade (MMLU -> MMLU-Pro, LIBERO -> LIBERO-Long), (b) building a new harder benchmark (Humanity's Last Exam, ARC-AGI-2), (c) evolving benchmarks - adding tasks over time (RoboLab agentic scene generation, quarterly updates), (d) held-out test set with API-only access (Kaggle, HumanEval-X), (e) real-world deployment metrics instead of benchmark scores.
Without recognising Benchmark Saturation we risk: (1) publishing 'breakthroughs' based on an irrelevant benchmark; (2) allocating research resources to benchmark-specific optimisation; (3) wasting compute on models better by 0.3% but practically equivalent; (4) falsely believing SOTA models solve a problem that in fact remains open. Recognising saturation forces reinvestment in harder tasks and better methodologies.
The maximum possible score on the benchmark (typically 100% success rate). Saturation is defined as top models approaching this ceiling.
The score difference between top-1 and top-10 models. Small gap (<2%) = saturation - the benchmark does not discriminate.
The score achieved by a human or expert. Surpassing the human baseline often signals the onset of saturation.
Official
Methods for detecting if the test set leaked into pretraining: string matching in the corpus, membership inference attacks, held-out probes.
Official
A new harder benchmark replacing a saturated one (GLUE -> SuperGLUE, MMLU -> MMLU-Pro, LIBERO -> LIBERO-Long, HumanEval -> LiveCodeBench).
Official
Not every 90% score indicates saturation - check whether the top-k gap is truly <2% and improvements are reproducible.
A model 'achieves' 95% because the test set leaked into pretraining - false saturation. HumanEval and MMLU have documented cases.
SuperGLUE saturated faster than GLUE - within a year. Creating new benchmarks becomes a 'game of catchup' vs pretraining scale.
Focusing only on a single score of a saturated benchmark ignores other quality dimensions (safety, efficiency, robustness, cost).
Research resources wasted extracting 0.3% more from a saturated benchmark instead of attacking harder problems.
AlexNet kicks off the deep learning revolution with 15.3% error on ImageNet. By 2015 ResNet reaches 3.6% - benchmark saturation.
GLUE (Wang et al.) 9-task benchmark for general-purpose NLU. BERT (2018) reaches human parity within a year - saturation.
The GLUE team releases SuperGLUE explicitly as a 'stickier benchmark' - the FIRST formal recognition of Benchmark Saturation in NLP and justification for building a successor.
T5 (Google) reaches 89.3% on SuperGLUE; in 2020 DeBERTa 90.3%; in 2021 T5-XXL 89.9%. The phenomenon repeats - hardcore recognition that benchmarks saturate faster.
MMLU 57-domain multi-task benchmark - a response to earlier saturation. But it itself saturates in 2023-2024 with GPT-4/Claude 3/Gemini 1.5 all at 80%+.
Wave of successors: MMLU-Pro (Wang et al.) - 10x more answer options; GPQA Diamond (Rein et al.) - PhD-level; ARC-AGI (Chollet) - abstract reasoning resistant to scaling. Response to MMLU saturation.
Center for AI Safety + Scale AI publish HLE - 3000 hardest questions from 100+ domains, deliberately designed to resist saturation. GPT-5 reaches 15%. The name suggests 'the last benchmark' - but history shows it too will saturate.
NVIDIA RoboLab (RSS 2026) introduces 'evolving task libraries' - the task library grows over time, generated agentically, preventing saturation by design. New paradigm: the benchmark is not static but continuously updated.
Time complexity: N/A (zjawisko obserwacyjne). Space complexity: N/A.
The top-k gap value that marks saturation. Standard 2%, but varies by domain.
Whether to use human baseline as a saturation signal.
The strictness level of checking whether the test set entered pretraining.
The phenomenon has no execution paradigm per se - diagnosis is static.
Saturation diagnosis relies on parallel evaluation of many models - trivial embarrassingly parallel.
Benchmark Saturation is an observational phenomenon - no hardware preference. Diagnosis only requires access to leaderboard results.