CLAIAug 20, 2025

Trust but Verify! A Survey on Verification Design for Test-time Scaling

arXiv:2508.16665v35 citationsh-index: 8Has Code
Originality Synthesis-oriented
AI Analysis

It addresses a gap in the literature for researchers and practitioners working on improving LLM performance through test-time scaling, though it is incremental as a survey paper.

This survey paper tackles the lack of comprehensive analysis of verification approaches in test-time scaling for Large Language Models, presenting a unified categorization and discussion of verifier training methods and their applications.

Test-time scaling (TTS) has emerged as a new frontier for scaling the performance of Large Language Models. In test-time scaling, by using more computational resources during inference, LLMs can improve their reasoning process and task performance. Several approaches have emerged for TTS such as distilling reasoning traces from another model or exploring the vast decoding search space by employing a verifier. The verifiers serve as reward models that help score the candidate outputs from the decoding process to diligently explore the vast solution space and select the best outcome. This paradigm commonly termed has emerged as a superior approach owing to parameter free scaling at inference time and high performance gains. The verifiers could be prompt-based, fine-tuned as a discriminative or generative model to verify process paths, outcomes or both. Despite their widespread adoption, there is no detailed collection, clear categorization and discussion of diverse verification approaches and their training mechanisms. In this survey, we cover the diverse approaches in the literature and present a unified view of verifier training, types and their utility in test-time scaling. Our repository can be found at https://github.com/elixir-research-group/Verifierstesttimescaling.github.io.

Foundations

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

Your Notes