paper-with-me

홈 › Papers

e1: Learning Adaptive Control of Reasoning Effort

2025-10-30 · Michael Kleinman, Matthew Trager, Alessandro Achille, Wei Xia, Stefano Soatto arxiv

Increasing the thinking budget of AI models can significantly improve accuracy, but not all questions warrant the same amount of reasoning. Users may prefer to allocate different amounts of reasoning effort depending on how they value output quality versus latency and cost. To leverage this tradeoff effectively, users need fine-grained control over the amount of thinking used for a particular query, but few approaches enable such control. Existing methods require users to specify the absolute number of desired tokens, but this requires knowing the difficulty of the problem beforehand to appropriately set the token budget for a query. To address these issues, we propose Adaptive Effort Control, a self-adaptive reinforcement learning method that trains models to use a user-specified fraction of tokens relative to the current average chain-of-thought length for each query. This approach eliminates dataset- and phase-specific tuning while producing better cost-accuracy tradeoff curves compared to standard methods. Users can dynamically adjust the cost-accuracy trade-off through a continuous effort parameter specified at inference time. We observe that the model automatically learns to allocate resources proportionally to the task difficulty and, across model scales ranging from 1.5B to 32B parameters, our approach enables a 2-3x reduction in chain-of-thought length while maintaining or improving performance relative to the base model used for RL training.

📄 PDF Abstract BibTeX arXiv:2510.27042

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

LLMs-guided adaptive compensator: Bringing Adaptivity to Automatic Control Systems with Large Language Models

2025-07-28 · Zhongchao Zhou, Yuxi Lu, Yaonan Zhu, Yifan Zhao 외 arxiv

With rapid advances in code generation, reasoning, and problem-solving, Large Language Models (LLMs) are increasingly applied in robotics. Most existing work focuses on high-level tasks such as task decomposition. A few …

Code Generation

ThinkDial: An Open Recipe for Controlling Reasoning Effort in Large Language Models

2025-08-26 · Qianyu He, Siyu Yuan, Xuefeng Li, Mingxuan Wang 외 arxiv

Large language models (LLMs) with chain-of-thought reasoning have demonstrated remarkable problem-solving capabilities, but controlling their computational effort remains a significant challenge for practical deployment.…

Reinforcement Learning

From Efficiency to Adaptivity: A Deeper Look at Adaptive Reasoning in Large Language Models

2025-11-13 · Chao Wu, Baoheng Li, Mingchen Gao, Yu Tian 외 arxiv

Recent advances in large language models (LLMs) have made reasoning a central benchmark for evaluating intelligence. While prior surveys focus on efficiency by examining how to shorten reasoning chains or reduce computat…

Reinforcement Learning

Control-R: Towards controllable test-time scaling

2025-05-30 · Di Zhang, Weida Wang, Junxian Li, Xunzhi Wang 외

This paper target in addressing the challenges of underthinking and overthinking in long chain-of-thought (CoT) reasoning for Large Reasoning Models (LRMs) by introducing Reasoning Control Fields (RCF)--a novel test-time…

4k

SuCo: Sufficiency-guided Continuous Adaptive Reasoning

2026-06-16 · Jiahao Wang, Bingyu Liang, Chenhao Hu, Longhui Zhang 외 arxiv

Despite remarkable performance on complex tasks, Large Reasoning Models (LRMs) often generate excessively long Chain-of-Thoughts (CoT), inflating computational costs even for simple queries. Existing efforts to mitigate …

Reinforcement Learning