paper-with-me

홈 › Papers

Learn to Reason Efficiently with Adaptive Length-based Reward Shaping

2025-05-21 · Wei Liu, Ruochen Zhou, Yiyun Deng, Yuzhen Huang, Junteng Liu, Yuntian Deng, Yizhe Zhang, Junxian He

Large Reasoning Models (LRMs) have shown remarkable capabilities in solving complex problems through reinforcement learning (RL), particularly by generating long reasoning traces. However, these extended outputs often exhibit substantial redundancy, which limits the efficiency of LRMs. In this paper, we investigate RL-based approaches to promote reasoning efficiency. Specifically, we first present a unified framework that formulates various efficient reasoning methods through the lens of length-based reward shaping. Building on this perspective, we propose a novel Length-bAsed StEp Reward shaping method (LASER), which employs a step function as the reward, controlled by a target length. LASER surpasses previous methods, achieving a superior Pareto-optimal balance between performance and efficiency. Next, we further extend LASER based on two key intuitions: (1) The reasoning behavior of the model evolves during training, necessitating reward specifications that are also adaptive and dynamic; (2) Rather than uniformly encouraging shorter or longer chains of thought (CoT), we posit that length-based reward shaping should be difficulty-aware i.e., it should penalize lengthy CoTs more for easy queries. This approach is expected to facilitate a combination of fast and slow thinking, leading to a better overall tradeoff. The resulting method is termed LASER-D (Dynamic and Difficulty-aware). Experiments on DeepSeek-R1-Distill-Qwen-1.5B, DeepSeek-R1-Distill-Qwen-7B, and DeepSeek-R1-Distill-Qwen-32B show that our approach significantly enhances both reasoning performance and response length efficiency. For instance, LASER-D and its variant achieve a +6.1 improvement on AIME2024 while reducing token usage by 63%. Further analysis reveals our RL-based compression produces more concise reasoning patterns with less redundant "self-reflections". Resources are at https://github.com/hkust-nlp/Laser.

📄 PDF Abstract BibTeX arXiv:2505.15612

Code (1)

hkust-nlp/laser 공식 구현 pytorch

Tasks

Reinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Beyond Penalizing Mistakes: Stabilizing Efficiency Training in Large Reasoning Models via Adaptive Correct-Only Rewards

2026-06-21 · Jungseob Lee, Seungyoon Lee, Seongtae Hong, Minhyuk Kim 외 arxiv

Training large language models to reason efficiently is a critical challenge. While integrating length-penalizing rewards into Group Relative Policy Optimization (GRPO) aims to reduce verbosity, it frequently triggers re…

Mathematical Reasoning

Thinking Fast and Right: Balancing Accuracy and Reasoning Length with Adaptive Rewards

2025-05-23 · Jinyan Su, Claire Cardie

Large language models (LLMs) have demonstrated strong reasoning abilities in mathematical tasks, often enhanced through reinforcement learning (RL). However, RL-trained models frequently produce unnecessarily long reason…

Reinforcement Learning (RL)

LEAD: Length-Efficient Adaptive and Dynamic Reasoning for Large Language Models

2026-05-10 · Songtao Wei, Yi Li, Zhikai Li, Xu Hu 외 arxiv

Large reasoning models, such as OpenAI o1 and DeepSeek-R1, tend to become increasingly verbose as their reasoning capabilities improve. These inflated Chain-of-Thought (CoT) trajectories often exceed what the underlying …

Reinforcement LearningMathematical Reasoning

Leash: Adaptive Length Penalty and Reward Shaping for Efficient Large Reasoning Model

2025-12-25 · Yanhao Li, Lu Ma, Jiaran Zhang, Lexiang Tang 외 arxiv

Existing approaches typically rely on fixed length penalties, but such penalties are hard to tune and fail to adapt to the evolving reasoning abilities of LLMs, leading to suboptimal trade-offs between accuracy and conci…

Reinforcement LearningMathematical ReasoningInstruction Following

Re-FORC: Adaptive Reward Prediction for Efficient Chain-of-Thought Reasoning

2025-11-03 · Renos Zabounidis, Aditya Golatkar, Michael Kleinman, Alessandro Achille 외 arxiv

We propose Re-FORC, an adaptive reward prediction method that, given a context, enables prediction of the expected future rewards as a function of the number of future thinking tokens. Re-FORC trains a lightweight adapte…