Ai2's BenchMIRT tool claims benchmarks don't measure what you think — should you believe it?

A new statistical tool from the Allen Institute for AI says popular LLM benchmarks quietly mix up different skills into one score — but the checking is being done by the people who built the method.

A computer screen with a purple and green background
Photo · Andrew Neel / Unsplash

Ever wondered whether that leaderboard-topping AI model is actually “smarter”, or just good at the specific quirks of whatever test it was scored on? A new research tool from the Allen Institute for AI (Ai2), published via Hugging Face, argues that a lot of widely used LLM benchmarks are murkier than their single headline score suggests.

What BenchMIRT actually does

BenchMIRT is a statistical method, not a new benchmark itself. It borrows from Item Response Theory (IRT), a decades-old technique from psychometrics used to work out which exam questions genuinely separate strong students from weak ones. Ai2 has extended this into “multidimensional IRT”, letting it estimate not just how hard a question is, but which underlying abilities — reasoning, safety, instruction-following, and so on — actually explain why a model got it right or wrong.

The team ran this analysis over results from 100 different LLMs across 16 existing benchmarks and more than 34,000 individual questions. That’s the concrete, checkable part: the code, data and technical report are all published openly (via GitHub, a Hugging Face data collection, and Ai2’s own paper site), so anyone can, in principle, rerun the analysis themselves.

What it claims to reveal

The headline claim is that individual questions inside a benchmark often measure more than the benchmark’s stated purpose. Ai2 points to BBQ, a benchmark meant to test social-bias avoidance, where one question about a grandfather and grandson booking an Uber apparently also demands basic reasoning skills unrelated to bias. Similarly, WildJailbreak mixes genuinely harmful prompts (testing safety) with harmless-but-tricky ones (testing over-refusal, closer to general reasoning) — and averaging those into one score, Ai2 says, blurs what’s actually being measured.

If true, that’s a meaningful critique of how AI labs and journalists alike report “safety scores” or “reasoning scores” as if they were clean, single-purpose numbers.

The catch: this is Ai2 marking its own homework

This is worth being clear-eyed about. BenchMIRT is Ai2’s own tool, applied to Ai2’s own choice of benchmarks and models, and published as a promotional blog post rather than a peer-reviewed, independently replicated study. The claims about what BBQ or WildJailbreak “really” measure are Ai2’s statistical interpretation, not an established fact about those benchmarks. No outside lab has yet confirmed BenchMIRT’s conclusions, and the source text doesn’t mention any independent audit of the method itself.

It’s also a research artefact, not a product: there’s no pricing, no consumer application, and nothing here changes how any existing AI chatbot behaves today. This affects benchmark designers, AI researchers and anyone citing leaderboard scores in a report — not everyday users of ChatGPT, Gemini or Claude.

So who should care, and who shouldn’t

If you build or evaluate AI models for a living, BenchMIRT is a useful, if self-published, prompt to question whether a benchmark’s single number is hiding several different abilities lumped together. If you’re an ordinary reader who sees “Model X scores 92% on safety benchmark Y” in a press release, the practical takeaway is the same as it’s always been: benchmark scores are approximations, not verified truths, and a tool built by one lab to critique other labs’ tests deserves the same scepticism it’s asking us to apply elsewhere.

Sources