English

Don't Pass@k: A Bayesian Framework for Large Language Model Evaluation

Artificial Intelligence 2026-05-13 v4 Computation and Language Statistics Theory Machine Learning Statistics Theory

Abstract

Pass@k@k is widely used to report the reasoning performance of LLMs, but it often produces unstable and potentially misleading rankings, especially when the number of trials (samples) is limited and computational resources are constrained. We present a principled Bayesian evaluation framework that replaces Pass@k@k and average accuracy over NN trials (avg@N@N) with posterior estimates of a model's underlying success probability and credible intervals, yielding stable rankings and a transparent decision rule for differences. Evaluation outcomes are modeled as categorical (not just 0/1) with a Dirichlet prior, giving closed-form expressions for the posterior mean and uncertainty of any weighted rubric and enabling the use of prior evidence when appropriate. Theoretically, under a uniform prior, the Bayesian posterior mean is order-equivalent to average accuracy (Pass@1@1), explaining its empirical robustness while adding principled uncertainty. Empirically, in simulations with known ground-truth success rates and on AIME'24/'25, HMMT'25, and BrUMO'25, the posterior-based procedure achieves faster convergence and greater rank stability than Pass@k@k and recent variants, enabling reliable comparisons at far smaller sample counts. The framework clarifies when observed gaps are statistically meaningful (non-overlapping credible intervals) versus noise, and it naturally extends to graded, rubric-based evaluations. Together, these results recommend replacing Pass@k@k for LLM evaluation and ranking with a posterior-based, compute-efficient protocol that unifies binary and non-binary evaluation while making uncertainty explicit. Source code is available at https://github.com/mohsenhariri/scorio

Keywords

Cite

@article{arxiv.2510.04265,
  title  = {Don't Pass@k: A Bayesian Framework for Large Language Model Evaluation},
  author = {Mohsen Hariri and Amirhossein Samandar and Michael Hinczewski and Vipin Chaudhary},
  journal= {arXiv preprint arXiv:2510.04265},
  year   = {2026}
}

Comments

OpenReview (ICLR 2026): https://openreview.net/forum?id=PTXi3Ef4sT

R2 v1 2026-07-01T06:18:03.598Z