Papers for

ai evaluation teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Truthfulness benchmarks cleaned to avoid misleading answer clues

Judging by the Cover: Cleaning LLM Truthfulness Benchmarks to Avoid Surface-Level Feature Leakage

Abstract: Binary-choice truth benchmarks ask models to choose between a correct and an incorrect answer, but if the two answers differ systematically in surface-level features, models can exceed chance without performing the intended reasoning. We show that this failure mode is detectable and can be exploited by downstream classifiers. In TruthfulQA, a simple six-feature logistic classifier achieves substantial accuracy in separating correct from incorrect answers. We further show that similar surface-level artifacts are present in additional benchmarks. To counteract this, we developed a general mechanism to clean them by removing the most leakage-reinforcing pairs. We release a version of TruthfulQA with surface-feature leakage reduced close to chance and provide a mechanism, Audit-Prune, so that the datasets can be cleaned before release.

Fri 11 SeptComputation and LanguageMachine Learning
The gist
Sometimes, tests that check if AI can pick the true answer instead rely on easy clues like word patterns, not real reasoning. The authors found that some AI truthfulness tests had these clues, letting AI do better without truly understanding. They created a way to clean these tests by removing pairs of answers that leak these clues. They also offer a tool so new tests can be cleaned before use to get more honest results.
Open 2609.13003v1

Mmlu benchmark mainly measures memory not reasoning ability

What Does MMLU Actually Measure? A Psychometric Audit of Difficulty Structure in Aggregate Benchmark Scores

Abstract: Although MMLU is widely adopted as a benchmark for calibrating general AI capabilities, we psychometrically demonstrate that its aggregate score primarily evaluates a model's factual retrieval capacity rather than its reasoning ability. By calibrating item difficulty for 1,000 open-weights language models over 14,042 MMLU test items using Item Response Theory, we show that evaluating both abilities via a single test is inherently flawed. Difficulty is then regressed on a deterministic, text-extractable framework of structural complexity. Applying a joint Wald test with subject-clustered covariances demonstrates that the MMLU conflates fundamentally separable constructs. The mapping from structural complexity to difficulty is not invariant across the benchmark's STEM and non-STEM partitions. This finding has practical consequences. Aggregate leaderboard ranks track non-STEM accuracy more closely than STEM accuracy, so selecting a Top-50 model on the aggregate for a reasoning-intensive deployment displaces roughly 22% of the STEM-appropriate choices. Furthermore, when controlling for the multiple-choice guessing floor natively inside the response model, we find that higher-ability models continue to degrade more steeply under increased reasoning depth. The MMLU aggregate therefore weights retrieval capacity and reasoning stability unequally, inadvertently favoring models optimized for retrieval. We release our deterministic framework as a reproducible auditing instrument and recommend disaggregated reporting.

Tue 8 SeptComputation and Language
The gist
MMLU is commonly used to judge how smart AI models are, but this paper shows it mostly tests how well they remember facts rather than how well they reason. The researchers found that combining reasoning and memory into one score mixes up these different skills, especially between science and non-science questions. Because of this, picking top models by overall score often misses better choices for tasks requiring strong reasoning. The authors provide a new way to analyze and report these skills separately so model evaluation can be more accurate.
Open 2609.09372v1

Leaderboard scores may not reliably show which LLM agent is better

What Does an LLM-Agent Leaderboard Rank Actually Compare?

Abstract: An LLM-agent leaderboard invites a familiar inference: an agent ranked above another is the better agent. Public evaluation logs may not support that conclusion when systems differ in task mixture, label source, release detail, or cost rule. We study what leaderboard scores estimate and when they justify pairwise superiority conclusions. Our estimand-aware pairwise procedure states the comparison target and measurement source, checks common support, and evaluates the supported difference using a stated uncertainty rule and practical margin. Controlled checks evaluate the decision labels under known finite-sample conditions and show why uncertainty must be included when judging sensitivity to target reweighting. Across SWE-bench, AgentRewardBench, and tau2-bench, close rank differences are often unresolved; proxy labels and utility rules can also change which system is selected. DataAgentBench and Open Agent show what remains estimable from coarser public records. A leaderboard score summarizes a released evaluation, whereas a fine-grained superiority claim additionally depends on the estimand and uncertainty rule used to interpret the difference.

Mon 7 SeptArtificial Intelligence
The gist
Leaderboards rank AI agents like large language models (LLMs) based on their performance, but these rankings don't always mean one agent is truly better than another. The paper shows that differences in tasks, data sources, and evaluation methods can change how well scores compare agents. The authors propose a careful method to check when it’s valid to say one agent beats another, considering uncertainty and the tests done. They find that small score differences often can't prove superiority, and what counts as better depends on the details of the evaluation.
Open 2609.07785v1