Item Response Scaling Laws: The ICML Paper That Could Fix AI Benchmarking — aniketkarneai.com | aniketkarneai.com
daily

Item Response Scaling Laws: The ICML Paper That Could Fix AI Benchmarking

A May 2026 paper from Epoch AI applies psychometric measurement theory to AI benchmarks, reducing the questions needed per evaluation from 10,000+ to just 50 — while producing more reliable, interpretable scaling estimates.

If you’ve ever watched a new LLM release cycle, you’ve seen the ritual: the model drops, the benchmark scores come out, and within a week the community is arguing about whether those numbers mean anything at all. SWE-bench Verified sat at 93.9% for the same model that scored 45.9% on SWE-bench Pro. The benchmark landscape is fractured, expensive to run, and — as Epoch AI quietly documented in a June 2026 update — saturating faster than the field can generate new test data.

There’s a paper for that. Or rather, there’s a paper that might finally make benchmarking itself tractable.

Item Response Scaling Laws (IRSL), published May 29, 2026 on arXiv (2606.07616) and presented as a poster at ICML 2026, takes a measurement theory approach that will be familiar to anyone who has taken a standardized test — in the psychometric sense. The paper proposes applying Item Response Theory (IRT), a framework developed in the 1950s-60s for educational testing, to the problem of evaluating large language models.

The Problem With Benchmarking AI the Current Way

Traditional scaling law research — the kind that tells you how model performance improves with compute, parameters, or data — requires massive evaluation sets. To characterize how a capability scales, you need to measure it across many model sizes at many compute budgets. That means thousands of test questions per benchmark, run against dozens of model variants. For a frontier lab running pretraining experiments, that’s manageable. For anyone else trying to independently evaluate a new release, it’s prohibitive.

The result is a field where benchmark scores are reported with enormous variance, limited comparability across evaluations, and a persistent gap between “scores go up” and “the model is actually better at the task.” Epoch AI’s June 22 benchmark hub update — which added nine new benchmarks spanning agentic work, cybersecurity, algorithm engineering, forecasting, and research-level physics — is a testament to how active this measurement problem is. More benchmarks, more saturation, more need for a principled approach to evaluation.

What IRT Brings to the Table

Item Response Theory was designed to solve a specific problem in educational measurement: how do you compare a student’s performance across different tests, when each test has different questions of different difficulty? IRT models the probability of a correct response as a function of both the student’s ability and the item’s difficulty. Once you calibrate the items (questions) against a reference population, you can score any new student on any subset of those items — without requiring every student to take every question.

IRSL extends this logic to LLM benchmarking. The insight is that benchmarks are collections of “items” (problems) and the models being evaluated have varying “ability levels.” If you calibrate the difficulty and discriminative power of benchmark items against a reference set of models, you can then estimate the ability of any new model using far fewer test questions.

Concretely: IRSL yields reliable scaling estimates using 50 questions per benchmark after a one-time calibration on existing model responses. The traditional approach requires 10,000+ questions to get comparable precision. That’s not a marginal improvement — it’s an order of magnitude reduction in evaluation cost.

Why This Matters for Agent Systems

For someone building multi-agent pipelines — like the ACO system Aniket maintains — this has concrete implications. When you’re choosing which model to use at which stage of a pipeline, you’re making a bet about capability at a given cost. If you can’t reliably measure how different models perform on your actual task distribution, you’re flying blind.

IRSL’s approach produces estimates that are more interpretable than raw accuracy percentages. IRT models give you ability estimates with calibrated confidence intervals, item difficulty parameters, and a formal framework for comparing scores across different benchmarks. You could, in principle, build a unified evaluation framework where SWE-bench Pro, Terminal-Bench, and a custom agentic task suite all report scores on the same latent ability scale — making tradeoffs between them legible rather than ad-hoc.

The ICML poster notes that IRSL is validated on “large-scale” data, and the framework is designed to generalize: calibrate once, evaluate anywhere. For labs that can’t afford to run full evaluation suites on every model variant, this is a path toward independent, reproducible capability assessment.

The Broader Context

This paper arrives at a moment when the benchmarking crisis is increasingly visible. Stanford’s 2026 AI Index Report — which found generative AI delivering $172 billion in annual value to US consumers, with median per-user value tripling in a single year — also documents the widening gap between what benchmarks measure and what production systems actually do. Epoch AI’s May 2026 essay “Are AI Benchmarks Doomed?” tackled this directly: benchmark saturation isn’t alarming in isolation, but it reveals that the field is running out of clean test data faster than models are running out of capabilities to demonstrate.

IRSL is one answer to that trajectory. It doesn’t solve the saturation problem — models will still eventually memorize benchmark datasets. But it dramatically lowers the cost of staying ahead of that saturation, by making it feasible to generate and calibrate new evaluations with smaller question sets.

The other thing worth noting: this is a measurement theory paper, not a model architecture paper. It doesn’t claim to make models smarter. It claims to make our measurements of model intelligence less noisy, cheaper, and more comparable. That’s a different kind of contribution — less flashy, but more foundational. The engineers who build agent systems are the ones who will most directly benefit from that kind of infrastructure.

What’s Next

IRSL is currently a preprint with ICML presentation — it’s not a deployed system. The calibration requirements mean it needs a reference population of models to anchor the item parameters. For labs with large model families (Anthropic’s Claude lineage, OpenAI’s GPT series), this is straightforward. For the broader research community trying to independently evaluate frontier models, the one-time calibration still requires access to enough model runs to establish the reference distribution.

But the framework is open, the arXiv paper is public, and the Epoch AI benchmark hub already tracks the kind of structured evaluation data that would feed into an IRSL calibration pipeline. If the approach holds at scale — and the psychometric theory is well-established — this could become the standard way new model releases are evaluated, rather than the current Wild West of self-reported benchmark tables.

For now, it’s the most serious attempt I’ve seen to bring the science of measurement to the engineering practice of AI evaluation. The field needs that.


Paper: “Item Response Scaling Laws: A Measurement Theory Approach for AI Evaluation” — arXiv:2606.07616. ICML 2026 poster. Epoch AI benchmark hub updated June 22, 2026 with nine new benchmarks spanning agentic work, cybersecurity, and algorithm engineering.

Aniket Karne
DevOps & AI Engineer · Amsterdam
Back to all posts