Efficient Evaluation of LLM Performance with Statistical Guarantees
Skyler Wu, Yash Nair, Emmanuel J. Candès
TL;DR
This work tackles the problem of reliably evaluating large language models under a fixed, finite question bank by constructing confidence intervals with valid frequentist coverage. It introduces Factorized Active Querying (FAQ), which combines a history-informed Bayesian factor model, a hybrid adaptive sampling policy, and Proactive Active Inference (PAI) to efficiently query a new model and produce tight, coverage-guaranteed CIs. The authors prove a martingale CLT-based result for the PAI estimator and demonstrate up to 5× effective sample size gains over baselines across two benchmark suites under varying historical-data missingness, with robust empirical coverage. They also release their datasets and code to enable reproducible benchmarking and future research in scalable, uncertainty-aware LLM evaluation.
Abstract
Exhaustively evaluating many large language models (LLMs) on a large suite of benchmarks is expensive. We cast benchmarking as finite-population inference and, under a fixed query budget, seek tight confidence intervals (CIs) for model accuracy with valid frequentist coverage. We propose Factorized Active Querying (FAQ), which (a) leverages historical information through a Bayesian factor model; (b) adaptively selects questions using a hybrid variance-reduction/active-learning sampling policy; and (c) maintains validity through Proactive Active Inference -- a finite-population extension of active inference (Zrnic & Candès, 2024) that enables direct question selection while preserving coverage. With negligible overhead cost, FAQ delivers up to $5\times$ effective sample size gains over strong baselines on two benchmark suites, across varying historical-data missingness levels: this means that it matches the CI width of uniform sampling while using up to $5\times$ fewer queries. We release our source code and our curated datasets to support reproducible evaluation and future research.
