CORE-Bench study shows AI benchmarks need more than accuracy
After accuracy saturation, CORE-Bench reveals 2x speedup from human-AI collaboration
A new paper from Princeton researchers (Nadgir et al.) challenges the reflex to retire saturated AI benchmarks. Focusing on CORE-Bench Hard—a benchmark for computational reproducibility of scientific code—they demonstrate that even after accuracy plateaus, agents can be meaningfully compared along six other axes: construct validity (e.g., shortcut exploitation), out-of-distribution generalizability, efficiency, reliability, the relative contribution of the model vs. its scaffold, and the uplift from human-agent collaboration. They surface threats to construct validity that weaker agents never exposed, leading to an improved CORE-Bench v1.1 and a new OOD task suite.
Concretely, the team found that despite accuracy saturation, CORE-Bench v1.1 remains useful for measuring efficiency and reliability, and can disentangle model performance from scaffold design. In a small-scale randomized experiment, human-AI collaboration achieved a statistically significant 2x speedup over humans alone—likely an underestimate since one-fifth of human-only runs hit the time limit. These results argue for a multi-dimensional evaluation ecosystem that extends the useful life of benchmarks and yields richer insights into agent capabilities.
- Introduces six evaluation dimensions beyond accuracy: construct validity, OOD generalizability, efficiency, reliability, model vs. scaffold, and human-agent uplift
- Finds 2x speedup from human-agent collaboration on real computational reproducibility tasks (likely underestimated due to human-only timeouts)
- Releases CORE-Bench v1.1 and an out-of-distribution task suite to address shortcut learning and improve benchmark rigor
Why It Matters
Benchmark designers should adopt multi-dimensional evaluation to better reflect real-world agent performance and avoid premature retirement.