When AI Benchmarks Plateau: A Systematic Study of Benchmark Saturation
Abstract
Artificial Intelligence (AI) benchmarks play a central role in measuring progress in model development and guiding deployment decisions. However, many benchmarks quickly become saturated, meaning that they can no longer differentiate between the best-performing models, diminishing their long-term value. In this study, we analyze benchmark saturation across 60 Large Language Model (LLM) benchmarks selected from technical reports by major model developers. To identify factors driving saturation, we characterize benchmarks along 14 properties spanning task design, data construction, and evaluation format. We test five hypotheses examining how each property contributes to saturation rates. Our analysis reveals that nearly half of the benchmarks exhibit saturation, with rates increasing as benchmarks age. Notably, hiding test data (i.e., public vs. private) shows no protective effect, while expert-curated benchmarks resist saturation better than crowdsourced ones. Our findings highlight which design choices extend benchmark longevity and inform strategies for more durable evaluation.
Lay Summary
AI systems are usually graded on benchmarks, which are standardized tests designed to measure how good a model is at tasks like answering questions or writing code. But these tests often have a shelf life: over time, the best AI models all start scoring almost the same near-perfect marks, so the test can no longer tell you which model is actually better. We studied 60 widely used AI benchmarks to figure out why this happens and what, if anything, prevents it. We found that nearly half of the studied benchmarks had already worn out this way, and the main culprits were simply how old a test is and how small it is, rather than the safeguards people often assume will help (like keeping test questions secret). Based on this, we offer practical advice for building tests that stay useful longer, such as making them larger and refreshing their questions over time.