paper-with-me

홈 › Papers

Promoting Efficient Reasoning with Verifiable Stepwise Reward

2025-08-14 · Chuhuai Yue, Chengqi Dong, Yinan Gao, Hang He, Jiajun Chai, Guojun Yin, Wei Lin 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 excessive computation on simple problems and reducing efficiency. Existing efficient reasoning methods typically require accurate task assessment to preset token budgets or select reasoning modes, which limits their flexibility and reliability. In this work, we revisit the essence of overthinking and identify that encouraging effective steps while penalizing ineffective ones is key to its solution. To this end, we propose a novel rule-based verifiable stepwise reward mechanism (VSRM), which assigns rewards based on the performance of intermediate states in the reasoning trajectory. This approach is intuitive and naturally fits the step-by-step nature of reasoning tasks. We conduct extensive experiments on standard mathematical reasoning benchmarks, including AIME24 and AIME25, by integrating VSRM with PPO and Reinforce++. Results show that our method achieves substantial output length reduction while maintaining original reasoning performance, striking an optimal balance between efficiency and accuracy. Further analysis of overthinking frequency and pass@k score before and after training demonstrates that our approach in deed effectively suppresses ineffective steps and encourages effective reasoning, fundamentally alleviating the overthinking problem. All code will be released upon acceptance.

📄 PDF Abstract BibTeX arXiv:2508.10293

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningMathematical Reasoning

Similar Papers 제목 키워드 기반

Orcust: Stepwise-Feedback Reinforcement Learning for GUI Agent

2025-09-22 · Junyu Lu, Songxin Zhang, Zejian Xie, Zhuoyang Song 외 arxiv

Recent advances in GUI agents have achieved remarkable grounding and action-prediction performance, yet existing models struggle with unreliable reward signals and limited online trajectory generation. In this paper, we …

Reinforcement Learning

StepCodeReasoner: Aligning Code Reasoning with Stepwise Execution Traces via Reinforcement Learning

2026-05-12 · Hao Wang, Rui Li, Lei Sha, Jie M. Zhang arxiv

Existing code reasoning methods primarily supervise final code outputs, ignoring intermediate states, often leading to reward hacking where correct answers are obtained through inconsistent reasoning. We propose StepCode…

Reinforcement LearningCode Generation

StepHint: Multi-level Stepwise Hints Enhance Reinforcement Learning to Reason

2025-07-03 · Kaiyi Zhang, Ang Lv, Jinpeng Li, Yongbo Wang 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) is a promising approach for improving the complex reasoning abilities of large language models (LLMs). However, current RLVR methods face two significant challenges: …

Reinforcement Learning

Reward and Guidance through Rubrics: Promoting Exploration to Improve Multi-Domain Reasoning

2025-11-15 · Baolong Bi, Shenghua Liu, Yiwei Wang, Siqian Tong 외 arxiv

Recent advances in reinforcement learning (RL) have significantly improved the complex reasoning capabilities of large language models (LLMs). Despite these successes, existing methods mainly focus on single-domain RL (e…

Reinforcement Learning

Agentic Reinforced Policy Optimization

2025-07-26 · Guanting Dong, Hangyu Mao, Kai Ma, Licheng Bao 외 arxiv

Large-scale reinforcement learning with verifiable rewards (RLVR) has demonstrated its effectiveness in harnessing the potential of large language models (LLMs) for single-turn reasoning tasks. In realistic reasoning sce…

Reinforcement Learning