On the Limits of Test-Time Compute: Sequential Reward Filtering for Better Inference
Yue Yu, Qiwei Di, Quanquan Gu, Dongruo Zhou
TL;DR
This work analyzes the limits of test-time compute under a mixture-of-reference-policies model and shows that Best-of-N (BoN) is inherently suboptimal in this setting. It introduces Reward-Filtered Sequential Best-of-n (RF-SeqBoN), a simple sequential TTC method that feeds back only high-reward generations, and proves it achieves stronger guarantees than parallel TTC under mild reward-model assumptions. The authors provide extensive experiments on math and science benchmarks with multiple backbone LLMs, demonstrating consistent improvements in budget efficiency over BoN and other sequential baselines. Theoretical results are complemented by ablations and case studies highlighting robustness and practical gains across difficulty levels and model sizes.
Abstract
Test-time compute (TTC) has become an increasingly prominent paradigm for enhancing large language models (LLMs). Despite the empirical success of methods such as best-of-$n$ (BoN) sampling and sequential revision, their fundamental limits remain unclear. We address this gap by analyzing a mixture-of-reference policy model and proving that standard BoN is inherently suboptimal. To move closer to the optimal frontier, we study reward-filtered sequential inference, a simple procedure that selectively incorporates only high-reward generations into the context. This mechanism concentrates computation on superior policy candidates and suppresses inferior ones. On the theoretical side, we show that reward-filtered sequential inference yields strictly stronger guarantees than standard TTC paradigms. On the empirical side, we evaluate such an inference strategy across diverse benchmarks and observe consistent improvements over widely used approaches, demonstrating the practical effectiveness of our framework.
