More Test-Time Compute Can Hurt: Overestimation Bias in LLM Beam Search

📅 2026-03-16
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This study investigates the impact of beam search width on reasoning quality in large language models and reveals that excessively wide beams induce a systematic overestimation bias due to scorer noise, thereby degrading performance. Leveraging extreme value theory, the work establishes—for the first time—a quantitative relationship between scorer signal-to-noise ratio and the optimal beam width, and derives the maximum effective beam width. Experiments across three 7B-scale models and ten domains demonstrate that for high-noise perplexity-based scoring, the optimal beam width is 1, whereas for low-noise process reward model (PRM) scoring, the optimal beam width is at least 4, yielding performance gains of up to 8.9 percentage points.

Technology Category

Application Category

📝 Abstract
Wider beam search should improve LLM reasoning, but when should you stop widening? Prior work on beam width selection has focused on inference efficiency \citep{qin2025dsbd, freitag2017beam}, without analyzing whether wider search can \emph{hurt} output quality. We present an analysis, grounded in Extreme Value Theory, that answers this question. Beam selection over noisy scorer outputs introduces a systematic overestimation bias that grows with the candidate pool size, and we derive a maximum useful beam width $\hat{k}$ beyond which search degrades performance. This critical width depends on the signal-to-noise ratio of the scorer: $\hat{k}$ grows exponentially with $(Δ/σ)^2$, where $Δ> 0$ is the quality advantage of correct paths over incorrect ones and $σ$ is the scorer noise. We validate this theory by comparing perplexity-guided and PRM-guided beam search across three 7B-parameter models and ten domains on MR-BEN (5,975 questions). Perplexity scoring, with its high noise, yields $\hat{k} = 1$: search provides no benefit at any width tested. PRM scoring, with lower noise, yields $\hat{k} \geq 4$, with gains of up to 8.9 percentage points. The same model, the same algorithm, but different scorers place $\hat{k}$ at opposite ends of the beam width range. Our analysis identifies the scorer's signal-to-noise ratio as the key quantity governing beam width selection, and we propose diagnostic indicators for choosing the beam width in practice.
Problem

Research questions and friction points this paper is trying to address.

beam search
overestimation bias
signal-to-noise ratio
large language models
test-time compute
Innovation

Methods, ideas, or system contributions that make the work stand out.

overestimation bias
beam search
signal-to-noise ratio
Extreme Value Theory
test-time compute
🔎 Similar Papers
No similar papers found.