Budget-aware Test-time Scaling via Discriminative Verification
Kyle Montgomery, Sijun Tan, Yuqi Chen, Siyuan Zhuang, Tianjun Zhang, Raluca Ada Popa, Chenguang Wang
TL;DR
This work tackles the challenge of efficient test-time scaling for complex reasoning with LLMs by advocating budget-aware discriminative verification and integrating it with self-consistency. The authors introduce hybrid methods, namely Weighted Self-Consistency (WSC) and Pessimistic Verification (PV), which combine consensus signals with a lightweight discriminative verifier trained via a Bradley–Terry ranking loss. Their results show that these hybrids often outperform generative verification under realistic compute budgets, achieving notable gains on tasks like AIME2025 while requiring far less compute and latency. The study also analyzes FLOPs and latency to demonstrate practical advantages, scales the verifier and solver sizes, and demonstrates robustness across multiple benchmarks, making hybrid discriminative verification a compelling alternative for real-world deployment.
Abstract
Test-time scaling is a powerful strategy for boosting the performance of large language models on complex reasoning tasks. While state-of-the-art approaches often employ generative verifiers to select the best solution from a pool of candidates, this method incurs prohibitive computational costs, limiting its practicality. In this work, we shift the focus to a more budget-aware paradigm: discriminative verification. We conduct a thorough empirical analysis and demonstrate that while discriminative verifiers may underperform in isolation, combining them with self-consistency in a hybrid approach creates a powerful and efficient test-time scaling mechanism. Notably, under a fixed compute budget, this hybrid approach surpasses state-of-the-art generative verification by a significant margin: achieving up to 15.3\% higher accuracy on AIME2025. Our findings establish that for practical, real-world applications, budget-aware scaling with discriminative verifiers is not only a "free" upgrade over self-consistency, but also a more effective and efficient alternative to costly generative techniques. Code is available at https://github.com/wang-research-lab/verification.
