paper-with-me

홈 › Papers

First Finish Search: Efficient Test-Time Scaling in Large Language Models

2025-05-23 · Aradhye Agarwal, Ayan Sengupta, Tanmoy Chakraborty

Test-time scaling (TTS), which involves dynamic allocation of compute during inference, offers a promising way to improve reasoning in large language models. While existing TTS methods work well, they often rely on long decoding paths or require a large number of samples to be generated, increasing the token usage and inference latency. We observe the surprising fact that for reasoning tasks, shorter traces are much more likely to be correct than longer ones. Motivated by this, we introduce First Finish Search (FFS), a training-free parallel decoding strategy that launches $n$ independent samples and returns as soon as any one completes. We evaluate FFS alongside simple decoding, beam search, majority voting, and budget forcing on four reasoning models (DeepSeek-R1, R1-Distill-Qwen-32B, QwQ-32B and Phi-4-Reasoning-Plus) and across four datasets (AIME24, AIME25-I, AIME25-II and GPQA Diamond). With DeepSeek-R1, FFS achieves $82.23\%$ accuracy on the AIME datasets, a $15\%$ improvement over DeepSeek-R1's standalone accuracy, nearly matching OpenAI's o4-mini performance. Our theoretical analysis explains why stopping at the shortest trace is likely to yield a correct answer and identifies the conditions under which early stopping may be suboptimal. The elegance and simplicity of FFS demonstrate that straightforward TTS strategies can perform remarkably well, revealing the untapped potential of simple approaches at inference time.

📄 PDF Abstract BibTeX arXiv:2505.18149

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Early Stopping Early Stopping is a regularization technique for deep neural networks that stops training when parameter updates no longer begin to yield improves on a validation set. In…

Similar Papers 제목 키워드 기반

Test-Time Scaling for Small VLMs on Multilingual Visual MCQ

2026-07-10 · Spiros Baxevanakis, Peng-Jian Yang arxiv

Test-time scaling (TTS) reliably improves reasoning in large language models, but whether it transfers to small open vision-language models remains unclear. We examine this on EXAMS-V, a multilingual visual multiple-choi…

Island-based Random Dynamic Voltage Scaling vs ML-Enhanced Power Side-Channel Attacks

2023-06-08 · Dake Chen, Christine Goins, Maxwell Waugaman, Georgios D. Dimou 외

In this paper, we describe and analyze an island-based random dynamic voltage scaling (iRDVS) approach to thwart power side-channel attacks. We first analyze the impact of the number of independent voltage islands on the…

Video-T1: Test-Time Scaling for Video Generation

2025-03-24 · Fangfu Liu, HanYang Wang, Yimo Cai, Kaiyan Zhang 외

With the scale capability of increasing training data, model size, and computational cost, video generation has achieved impressive results in digital creation, enabling users to express creativity across various domains…

DenoisingVideo Generation

ImageNet Training in Minutes

2017-09-14 · Yang You, Zhao Zhang, Cho-Jui Hsieh, James Demmel 외

Finishing 90-epoch ImageNet-1k training with ResNet-50 on a NVIDIA M40 GPU takes 14 days. This training requires 10^18 single precision operations in total. On the other hand, the world's current fastest supercomputer ca…

16kGPUPlaying the Game of 2048

MaxProof: Scaling Mathematical Proof with Generative-Verifier RL and Population-Level Test-Time Scaling

2026-06-11 · Jiacheng Chen, Xinyu Zhang, Shunkai Zhang, Yanmohan Wang 외 arxiv

We present MaxProof, a population-level test-time scaling framework for competition-level mathematical proof in the MiniMax-M3 series. M3 first trains three proof-oriented capabilities -- proof generation, proof verifica…