English

Sample, Scrutinize and Scale: Effective Inference-Time Search by Scaling Verification

Machine Learning 2025-02-21 v2 Artificial Intelligence

Abstract

Sampling-based search, a simple paradigm for utilizing test-time compute, involves generating multiple candidate responses and selecting the best one -- typically by having models self-verify each response for correctness. In this paper, we study the scaling trends governing sampling-based search. Among our findings is that simply scaling up a minimalist implementation of sampling-based search, using only random sampling and direct self-verification, provides a practical inference method that, for example, elevates the reasoning capabilities of Gemini v1.5 Pro above that of o1-Preview on popular benchmarks. We partially attribute the scalability of sampling-based search to a phenomenon of implicit scaling, where sampling a larger pool of responses in turn improves self-verification accuracy. We further identify two useful principles for improving self-verification capabilities with test-time compute: (1) comparing across responses provides helpful signals about the locations of errors and hallucinations, and (2) different model output styles are useful for different contexts -- chains of thought are useful for reasoning but harder to verify. We also find that, though accurate verification can be elicited, frontier models demonstrate remarkably weak out-of-box verification capabilities and introduce a benchmark to measure progress on these deficiencies.

Keywords

Cite

@article{arxiv.2502.01839,
  title  = {Sample, Scrutinize and Scale: Effective Inference-Time Search by Scaling Verification},
  author = {Eric Zhao and Pranjal Awasthi and Sreenivas Gollapudi},
  journal= {arXiv preprint arXiv:2502.01839},
  year   = {2025}
}
R2 v1 2026-06-28T21:31:22.281Z