paper-with-me

홈 › Papers

Overthinking Reduction with Decoupled Rewards and Curriculum Data Scheduling

2025-09-30 · Shuyang Jiang, Yusheng Liao, Ya Zhang, Yanfeng Wang, Yu Wang arxiv

While large reasoning models trained with critic-free reinforcement learning and verifiable rewards (RLVR) represent the state-of-the-art, their practical utility is hampered by ``overthinking'', a critical issue where models generate excessively long reasoning paths without any performance benefit. Existing solutions that penalize length often fail, inducing performance degradation due to a fundamental misalignment between trajectory-level rewards and token-level optimization. In this work, we introduce a novel framework, DECS, built on our theoretical discovery of two previously unaddressed flaws in current length rewards: (1) the erroneous penalization of essential exploratory tokens and (2) the inadvertent rewarding of partial redundancy. Our framework's innovations include (i) a first-of-its-kind decoupled token-level reward mechanism that surgically distinguishes and penalizes redundant tokens, and (ii) a novel curriculum batch scheduling strategy to master the efficiency-efficacy equilibrium. Experimental results show DECS can achieve a dramatic reduction in reasoning tokens by over 50\% across seven benchmarks while simultaneously maintaining or even improving performance. It demonstrates conclusively that substantial gains in reasoning efficiency can be achieved without compromising a model's underlying reasoning power. Code is available at https://github.com/pixas/DECS.

📄 PDF Abstract BibTeX arXiv:2509.25827

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Avoiding Overthinking and Underthinking: Curriculum-Aware Budget Scheduling for LLMs

2026-03-29 · Amirul Rahman, Aisha Karim, Kenji Nakamura, Yi-Fan Ng arxiv

Scaling test-time compute via extended reasoning has become a key paradigm for improving the capabilities of large language models (LLMs). However, existing approaches optimize reasoning under fixed or uniformly sampled …

Mathematical Reasoning

DRPO: Efficient Reasoning via Decoupled Reward Policy Optimization

2025-10-06 · Gang Li, Yan Chen, Ming Lin, Tianbao Yang arxiv

Recent large reasoning models (LRMs) driven by reinforcement learning algorithms (e.g., GRPO) have achieved remarkable performance on challenging reasoning tasks. However, these models suffer from overthinking, generatin…

Reinforcement LearningMathematical Reasoning

Promoting Efficient Reasoning with Verifiable Stepwise Reward

2025-08-14 · Chuhuai Yue, Chengqi Dong, Yinan Gao, Hang He 외 arxiv

Large reasoning models (LRMs) have recently achieved significant progress in complex reasoning tasks, aided by reinforcement learning with verifiable rewards. However, LRMs often suffer from overthinking, expending exces…

Reinforcement LearningMathematical Reasoning

Towards Flash Thinking via Decoupled Advantage Policy Optimization

2025-10-17 · Zezhong Tan, Hang Gao, Xinhong Ma, Feng Zhang 외 arxiv

Recent Large Reasoning Models (LRMs) have achieved remarkable performance in solving complex problems via supervised fine-tuning (SFT) and reinforcement learning (RL). Although existing RL algorithms significantly enhanc…

Reinforcement Learning

Learning to Attack and Defend: Adaptive Red Teaming of Language Models via GRPO

2026-06-08 · Blake Bullwinkel, Eugenia Kim, Amanda Minnich, Mark Russinovich arxiv

AI red teaming must continually adapt to evolving attackers and defenders. Reinforcement learning offers a promising approach to discovering novel attacks, and co-training methods can produce more robust defenders in tan…

Reinforcement LearningRed Teaming