paper-with-me

Papers

Inference-Time Scaling for Complex Tasks: Where We Stand and What Lies Ahead

2025-03-31 · Vidhisha Balachandran, Jingya Chen, Lingjiao Chen, Shivam Garg, Neel Joshi, Yash Lara, John Langford, Besmira Nushi, Vibhav Vineet, Yue Wu, Safoora Yousefi

Inference-time scaling can enhance the reasoning capabilities of large language models (LLMs) on complex problems that benefit from step-by-step problem solving. Although lengthening generated scratchpads has proven effective for mathematical tasks, the broader impact of this approach on other tasks remains less clear. In this work, we investigate the benefits and limitations of scaling methods across nine state-of-the-art models and eight challenging tasks, including math and STEM reasoning, calendar planning, NP-hard problems, navigation, and spatial reasoning. We compare conventional models (e.g., GPT-4o) with models fine-tuned for inference-time scaling (e.g., o1) through evaluation protocols that involve repeated model calls, either independently or sequentially with feedback. These evaluations approximate lower and upper performance bounds and potential for future performance improvements for each model, whether through enhanced training or multi-model inference systems. Our extensive empirical analysis reveals that the advantages of inference-time scaling vary across tasks and diminish as problem complexity increases. In addition, simply using more tokens does not necessarily translate to higher accuracy in these challenging regimes. Results from multiple independent runs with conventional models using perfect verifiers show that, for some tasks, these models can achieve performance close to the average performance of today's most advanced reasoning models. However, for other tasks, a significant performance gap remains, even in very high scaling regimes. Encouragingly, all models demonstrate significant gains when inference is further scaled with perfect verifiers or strong feedback, suggesting ample potential for future improvements.

📄 PDF Abstract BibTeX arXiv:2504.00294

Code (1)

microsoft/eureka-ml-insights

Tasks

MathSpatial Reasoning

Similar Papers 제목 키워드 기반

Advancing Language Model Reasoning through Reinforcement Learning and Inference Scaling

2025-01-20 · Zhenyu Hou, Xin Lv, Rui Lu, Jiajie Zhang 외

Large language models (LLMs) have demonstrated remarkable capabilities in complex reasoning tasks. However, existing approaches mainly rely on imitation learning and struggle to achieve effective test-time scaling. While…

Imitation LearningLanguage ModelingLanguage ModellingMath+1

Are More Tokens Rational? Inference-Time Scaling in Language Models as Adaptive Resource Rationality

2026-02-10 · Zhimin Hu, Riya Roshan, Sashank Varma arxiv

Human reasoning is shaped by resource rationality -- optimizing performance under constraints. Recently, inference-time scaling has emerged as a powerful paradigm to improve the reasoning performance of Large Language Mo…

Reinforcement Learning

Unleashing Perception-Time Scaling to Multimodal Reasoning Models

2025-10-10 · Yifan Li, Zhenghao Chen, Ziheng Wu, Kun Zhou 외 arxiv

Recent advances in inference-time scaling, particularly those leveraging reinforcement learning with verifiable rewards, have substantially enhanced the reasoning capabilities of Large Vision-Language Models (LVLMs). Ins…

Reinforcement LearningMultimodal Reasoning

Adaptive Cyclic Diffusion for Inference Scaling

2025-05-20 · Gyubin Lee, Truong Nhat Nguyen Bao, Jaesik Yoon, Dongwoo Lee 외

Diffusion models have demonstrated strong generative capabilities across domains ranging from image synthesis to complex reasoning tasks. However, most inference-time scaling methods rely on fixed denoising schedules, li…

Computational EfficiencyDenoisingImage Generation

Inference-Time Computations for LLM Reasoning and Planning: A Benchmark and Insights

2025-02-18 · Shubham Parashar, Blake Olson, Sambhav Khurana, Eric Li 외

We examine the reasoning and planning capabilities of large language models (LLMs) in solving complex tasks. Recent advances in inference-time techniques demonstrate the potential to enhance LLM reasoning without additio…

Arithmetic ReasoningCommon Sense ReasoningLogical Reasoning