ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2026
Year
Test-time compute scaling is a primary driver of performance in large reasoning models (LRMs), but extreme inefficiency bounds current approaches, shifting the critical question from how much compute to spend, to where to allocate it. We formalize test-time reasoning as a constrained compute allocation problem over partial trajectories. Under a fixed hardware budget, existing paradigms fail to actively allocate the compute to the most promising partial progress: traditional parallel sampling treats traces independently and induces severe memory bottlenecks, while subtractive pruning starves hardware and fails to actively and sufficiently shift the output distribution. To overcome this dichotomy, we introduce Gambit, an inference algorithm that executes thought-level beam search. By periodically pruning unpromising trajectories and immediately branching from high-quality prefixes, Gambit dynamically concentrates compute onto the most promising reasoning traces via a light-weight scorer probing hidden states while maintaining continuous high hardware utilization. Extensive evaluations across multiple models and benchmarks demonstrate that Gambit strictly dominates existing baselines. Under identical hardware constraints, our method yields up to a +6.7\% absolute accuracy gain on HMMT-24 and +3.3\% on AIME-25 over pruning baselines, delivers >2times higher throughput on trace completion, and reduces total token consumption by up to 68.5\% relative to standard parallel sampling.
Test-time compute scaling has become a primary driver of performance in large reasoning models (LRMs), but current approaches are extremely inefficient. The paper identifies a critical dichotomy: traditional parallel sampling treats reasoning traces independently, leading to severe memory bottlenecks and wasted compute on unpromising paths, while subtractive pruning (e.g., best-of-n or rejection sampling) starves hardware and fails to actively shift the output distribution. This inefficiency shifts the question from 'how much compute' to 'where to allocate it.'
Gambit directly addresses this by formalizing test-time reasoning as a constrained compute allocation problem over partial trajectories. By performing thought-level beam search, it dynamically concentrates compute onto the most promising reasoning traces, maintaining high hardware utilization. This is a significant step forward because it offers a principled way to allocate compute adaptively, rather than relying on static sampling or pruning strategies.
The paper reports extensive evaluations across multiple models and benchmarks. Under identical hardware constraints, Gambit strictly dominates existing baselines. Specifically, it achieves up to +6.7% absolute accuracy gain on HMMT-24 and +3.3% on AIME-25 over pruning baselines. It also delivers >2x higher throughput on trace completion and reduces total token consumption by up to 68.5% relative to standard parallel sampling. These results are compelling because they show improvements in both accuracy and efficiency, which are often trade-offs in inference algorithms.
Gambit has the potential to significantly impact the deployment of large reasoning models by making test-time compute scaling more efficient. The ability to achieve higher accuracy with less compute and fewer tokens could reduce costs and latency in real-world applications. Moreover, the formalization of compute allocation opens up new research directions for adaptive inference algorithms. As LRMs become more prevalent, methods like Gambit will be crucial for making them practical and sustainable.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba