paper-with-me

홈 › Papers

Momentum for Reasoning: Dense Intrinsic Signals in Policy Optimization

2026-06-07 · Hao Chen, Zhanming Shen, Liyao Li, Yanyu Chen, Xuhang Zhu, Xiaomeng Hu, Qi Zhang, Ru Peng, Xiaoyu Shen, Haobo Wang, Junbo Zhao arxiv

Reinforcement learning with verifiable rewards (RLVR) has emerged as a powerful paradigm for eliciting long-chain reasoning in large language models. However, existing methods based on Group Relative Policy Optimization (GRPO) rely on a binary outcome reward, which induces two structural failure modes: Zero-Advantage Collapse, in which all rollouts in a group share the same outcome and the gradient vanishes, and Hallucinated Certainty, in which the model becomes increasingly confident on incorrect rollouts late in training. We address both modes by densifying the reward with intrinsic signals computed entirely from the policy's own conditional probabilities, and propose ISPO (Intrinsic Signal Policy Optimization, which combines a sequence-level signal measuring how informative the thinking trajectory is for the final answer, with a token-level directional reward whose hallucinated-certainty hinge penalizes confidently-wrong predictions at critical decision tokens. Across three base models and five mathematical reasoning benchmarks, ISPO consistently outperforms competitive baselines, with the largest gains on the hardest benchmarks where zero-advantage collapse is most frequent, and training-dynamics diagnostics confirm that both failure modes are decreased.

📄 PDF Abstract BibTeX arXiv:2606.08815

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningMathematical Reasoning

Similar Papers 제목 키워드 기반

Optimizing Agentic Reasoning with Retrieval via Synthetic Semantic Information Gain Reward

2026-01-31 · Senkang Hu, Yong Dai, Yuzhi Zhao, Yihang Tao 외 arxiv

Agentic reasoning enables large reasoning models (LRMs) to dynamically acquire external knowledge, but yet optimizing the retrieval process remains challenging due to the lack of dense, principled reward signals. In this…

Information Gain-based Policy Optimization: A Simple and Effective Approach for Multi-Turn Search Agents

2025-10-16 · Guoqing Wang, Sunhao Dai, Guangze Ye, Zeyu Gan 외 arxiv

Large language model (LLM)-based agents are increasingly trained with reinforcement learning (RL) to enhance their ability to interact with external environments through tool use, particularly in search-based settings th…

Reinforcement Learning

PACR: Progressively Ascending Confidence Reward for LLM Reasoning

2025-10-25 · Eunseop Yoon, Hee Suk Yoon, Jaehyun Jang, SooHwan Eom 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has significantly improved LLM reasoning, but its sparse, outcome-based reward provides no guidance for intermediate steps, slowing exploration. We propose Progressiv…

Reinforcement Learning

Differentiable Evolutionary Reinforcement Learning

2025-12-15 · Sitao Cheng, Tianle Li, Xuhan Huang, Xunjian Yin 외 arxiv

Crafting effective reward signals remains a central challenge in Reinforcement Learning (RL), especially for complex reasoning tasks. Existing automated reward optimization methods typically rely on derivative-free searc…

Reinforcement LearningMathematical Reasoning

EP-GRPO: Entropy-Progress Aligned Group Relative Policy Optimization with Implicit Process Guidance

2026-05-06 · Song Yu, Li Li, Wenwen Zhao, Zhisheng Yang arxiv

Reinforcement learning with verifiable rewards (RLVR), particularly Group Relative Policy Optimization (GRPO), has advanced LLM reasoning. However, GRPO suffers from three credit assignment failures: uniform token-level …

Reinforcement LearningMathematical Reasoning