LGAIOct 17, 2025

CarBoN: Calibrated Best-of-N Sampling Improves Test-time Reasoning

arXiv:2510.15674v11 citationsh-index: 2Has Code
Originality Highly original
AI Analysis

This addresses the problem of diminishing returns in test-time scaling for reasoning tasks, offering a practical improvement for users of large language models without retraining.

The paper tackles the inefficiency of Best-of-N sampling in language model reasoning tasks by introducing CarBoN, a calibrated method that adaptively modifies model logits, achieving up to 4x fewer rollouts for the same accuracy on benchmarks like MATH-500 and AIME-2024.

Allocating more computation during inference time (test-time scaling) improves language model performance, especially for reasoning tasks. However, popular methods like Best-of-$N$ sampling often show diminishing returns as $N$ increases. To address this inefficiency, we introduce a general test-time calibration framework that adaptively modifies the model toward high-reward reasoning paths, with theoretical guarantees of improving the lower bound of expected reward under finite sampling, all without large language model (LLM) retraining. Within this framework, we propose CarBoN (Calibrated Best-of-$N$), a two-phase method that first explores the solution space and then learns a calibration of the logits via an input-specific temperature $T$ and additive shift vector $δ$, guiding generation toward more reliable reasoning. Experiments on MATH-500 and AIME-2024 show that CarBoN improves efficiency, with up to $4\times$ fewer rollouts to reach the same accuracy, while often achieving higher accuracy under fixed budgets. We also analyze the complementary roles of $T$ and $δ$ in balancing output diversity and correctness, and demonstrate that the framework also generalizes to step-level sampling strategies such as beam search. For more information, please refer to our project page at huggingface.co/spaces/TrustSafeAI/Test-Time-Calibration.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes