Beyond Pass@k: Breadth-Depth Metrics for Reasoning Boundaries
Marius Dragoi, Ioana Pintilie, Florin Gogianu, Florin Brad
TL;DR
This work argues that Pass@$k$ can misrepresent an LLM's reasoning boundary on tasks with discrete numeric outputs, as large $k$ evaluations can be dominated by random guessing. It introduces Cover@$\tau$, a reliability-thresholded metric that measures the fraction of problems solved with at least a $\tau$ success rate, enabling explicit breadth-depth analysis and enabling a richer comparison of RLVR methods. The authors prove that Pass@$k$ is a Beta$(1,k)$-weighted projection of the Cover curve, show that this biases toward low reliability, and demonstrate that Cover@$\tau$ yields different, more informative rankings across reliability levels. Through experiments on OMEGA and Reasoning Gym, methods like KL-Cov emerge as robust under higher reliability, while Pass@$1$ alone can mislead about generalization. Overall, Cover@$\tau$ provides a practical, threshold-aware lens for evaluating reasoning capabilities and guiding the development of more reliable reasoning strategies.
Abstract
Reinforcement Learning with Verifiable Rewards (RLVR) has emerged as a powerful paradigm to improve Large Language Models on reasoning tasks such as coding, math or logic. To assess the reasoning boundary (the fraction of problems a model can solve) researchers often report Pass@k at large sampling budgets. Recent results reveal a crossover phenomenon: while RLVR models outperform the base model at small k values, the base model usually outperforms them when sampling a very large number of completions. This has been interpreted as evidence that base models have a larger reasoning boundary. We argue that on tasks with discrete answer spaces, such as math with numeric outputs, Pass@k at large k reflects the increasingly higher chance of success in the limit of the number of trials rather than genuine reasoning, and can therefore be misleading. We propose Cover@tau, which measures the fraction of problems that a model can solve for which at least a tau proportion of completions are correct. Unlike Pass@k, Cover@tau captures reasoning under an explicit reliability threshold: models that rely on random guessing degrade rapidly as tau increases. We evaluate several RLVR models using Cover@tau-based metrics and illustrate how the relative rankings of popular algorithms change compared to Pass@1, offering a different perspective on reasoning boundaries.
