paper-with-me

Papers

DAST: Difficulty-Adaptive Slow-Thinking for Large Reasoning Models

2025-03-06 · Yi Shen, Jian Zhang, Jieyun Huang, Shuming Shi, Wenjing Zhang, Jiangze Yan, Ning Wang, Kai Wang, Shiguo Lian

Recent advancements in slow-thinking reasoning models have shown exceptional performance in complex reasoning tasks. However, these models often exhibit overthinking-generating redundant reasoning steps for simple problems, leading to excessive computational resource usage. While current mitigation strategies uniformly reduce reasoning tokens, they risk degrading performance on challenging tasks that require extended reasoning. This paper introduces Difficulty-Adaptive Slow-Thinking (DAST), a novel framework that enables models to autonomously adjust the length of Chain-of-Thought(CoT) based on problem difficulty. We first propose a Token Length Budget (TLB) metric to quantify difficulty, then leveraging length-aware reward shaping and length preference optimization to implement DAST. DAST penalizes overlong responses for simple tasks while incentivizing sufficient reasoning for complex problems. Experiments on diverse datasets and model scales demonstrate that DAST effectively mitigates overthinking (reducing token usage by over 30\% on average) while preserving reasoning accuracy on complex problems.

📄 PDF Abstract BibTeX arXiv:2503.04472

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Concise and Adaptive Thinking in Large Reasoning Models: A Survey

2025-07-13 · Jason Zhu, Hongyu Li arxiv

Large reasoning models (LRMs) like OpenAI o1 and DeepSeek R1 have demonstrated impressive performance on complex reasoning tasks like mathematics and programming with long Chain-of-Thought (CoT) reasoning sequences (slow…

Fast-Slow Thinking for Large Vision-Language Model Reasoning

2025-04-25 · Wenyi Xiao, Leilei Gan, Weilong Dai, Wanggui He 외

Recent advances in large vision-language models (LVLMs) have revealed an \textit{overthinking} phenomenon, where models generate verbose reasoning across all tasks regardless of questions. To address this issue, we prese…

Language ModelingLanguage Modelling

PATS: Process-Level Adaptive Thinking Mode Switching

2025-05-25 · Yi Wang, Junxiao Liu, Shimao Zhang, Jiajun Chen 외

Current large-language models (LLMs) typically adopt a fixed reasoning strategy, either simple or complex, for all questions, regardless of their difficulty. This neglect of variation in task and reasoning process comple…

Computational Efficiency

Adaptive Dual Reasoner: Large Reasoning Models Can Think Efficiently by Hybrid Reasoning

2025-10-11 · Yujian Zhang, Keyu Chen, Zhifeng Shen, Ruizhi Qiao 외 arxiv

Although Long Reasoning Models (LRMs) have achieved superior performance on various reasoning scenarios, they often suffer from increased computational costs and inference latency caused by overthinking. To address these…

Reinforcement LearningMathematical Reasoning

SAT: Balancing Reasoning Accuracy and Efficiency with Stepwise Adaptive Thinking

2026-04-09 · Weiyang Huang, Xuefeng Bai, Kehai Chen, Xinyang Chen 외 arxiv

Large Reasoning Models (LRMs) have revolutionized complex problem-solving, yet they exhibit a pervasive "overthinking", generating unnecessarily long reasoning chains. While current solutions improve token efficiency, th…