paper-with-me

홈 › Papers

Thinking Economically: A Hierarchical Framework for Adaptive-Complexity Reasoning in LLMs

2026-05-31 · Yubo Gao, Haotian Wu, Hong Chen, Junquan Huang, Yibo Yan, Jungang Li, Zihao Dongfang, Sicheng Tao, Puay Siew Tan, Jie Zhang, Xuming Hu arxiv

Chain-of-Thought (CoT) has significantly enhanced LLM reasoning, yet often incurs substantial computational overhead due to "overthinking": generating excessively long rationales without commensurate accuracy gains. Existing efficiency methods typically apply uniform compression, which overlooks a critical observation that reasoning complexity is heterogeneous at two distinct granularity: across different problems and within individual reasoning steps. This motivates our principle of Thinking Economically: intelligently allocating computational resources based on intrinsic task and step demands rather than pursuing uniform brevity. We propose Hierarchical Adaptive Budgeter (HAB), a training framework that operationalizes this principle through coarse-to-fine budgeting. At the inter-step level, HAB predicts the optimal reasoning depth for each problem. At the intra-step level, HAB learns step-specific token budgeting signals from PPL-derived step comparisons and an adaptive Pareto optimization objective that captures the local quality-efficiency trade-off, while a Fisher Information-based pruner further provides fine-grained training-time guidance, thereby encouraging the generator to internalize more economical reasoning patterns. Experiments on GSM8K and MATH500 show that HAB not only surpasses standard CoT in accuracy but also reduces token usage, achieving a stronger performance-efficiency trade-off than the compared baselines.

📄 PDF Abstract BibTeX arXiv:2606.01168

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Adaptive Thinking via Mode Policy Optimization for Social Language Agents

2025-05-04 · Minzheng Wang, Yongbin Li, Haobo Wang, Xinghua Zhang 외

Effective social intelligence simulation requires language agents to dynamically adjust reasoning depth, a capability notably absent in current studies. Existing methods either lack this kind of reasoning capability or e…

Stable Adaptive Thinking via Advantage Shaping and Length-Aware Gradient Regulation

2026-02-26 · Zihang Xu, Haozhi Xie, Ziqi Miao, Wuxuan Gong 외 arxiv

Large reasoning models (LRMs) achieve strong performance through extended reasoning traces, but they often exhibit overthinking behavior for low-complexity queries. Existing efforts to mitigate this issue are fundamental…

Reinforcement Learning

Cognitive Alpha Mining via LLM-Driven Code-Based Evolution

2025-11-24 · Fengyuan Liu, Yi Huang, Sichun Luo, Yuqi Wang 외 arxiv

Discovering effective predictive signals, or "alphas," from financial data with high dimensionality and extremely low signal-to-noise ratio remains a difficult open problem. Despite progress in deep learning, genetic pro…

Adaptive Overclocking: Dynamic Control of Thinking Path Length via Real-Time Reasoning Signals

2025-09-21 · Shuhao Jiang, Songbo Wang, Yang Qiao, Chun Xu 외 arxiv

Large Reasoning Models (LRMs) often suffer from computational inefficiency due to overthinking, where a fixed reasoning budget fails to match the varying complexity of tasks. To address this issue, we propose Adaptive Ov…

Incentivizing Dual Process Thinking for Efficient Large Language Model Reasoning

2025-05-22 · Xiaoxue Cheng, Junyi Li, Zhenduo Zhang, Xinyu Tang 외

Large reasoning models (LRMs) have demonstrated strong performance on complex reasoning tasks, but often suffer from overthinking, generating redundant content regardless of task difficulty. Inspired by the dual process …

Language ModelingLanguage ModellingLarge Language Modelreinforcement-learning+1