paper-with-me

홈 › Papers

Step Potential Advantage Estimation: Harnessing Intermediate Confidence and Correctness for Efficient Mathematical Reasoning

2026-01-07 · Fei Wu, Zhenrong Zhang, Qikai Chang, Jianshu Zhang, Quan Liu, Jun Du arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) elicits long chain-of-thought reasoning in large language models (LLMs), but outcome-based rewards lead to coarse-grained advantage estimation. While existing approaches improve RLVR via token-level entropy or sequence-level length control, they lack a semantically grounded, step-level measure of reasoning progress. As a result, LLMs fail to distinguish necessary deduction from redundant verification: they may continue checking after reaching a correct solution and, in extreme cases, overturn a correct trajectory into an incorrect final answer. To remedy the lack of process supervision, we introduce a training-free probing mechanism that extracts intermediate confidence and correctness and combines them into a Step Potential signal that explicitly estimates the reasoning state at each step. Building on this signal, we propose Step Potential Advantage Estimation (SPAE), a fine-grained credit assignment method that amplifies potential gains, penalizes potential drops, and applies penalty after potential saturates to encourage timely termination. Experiments across multiple benchmarks show SPAE consistently improves accuracy while substantially reducing response length, outperforming strong RL baselines and recent efficient reasoning and token-level advantage estimation methods. The code is available at https://github.com/cii030/SPAE-RL.

📄 PDF Abstract BibTeX arXiv:2601.03823

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningMathematical Reasoning

Similar Papers 제목 키워드 기반

Segmental Advantage Estimation: Enhancing PPO for Long-Context LLM Training

2026-01-12 · Xue Gong, Qi Yi, Ziyuan Nan, Guanhua Huang 외 arxiv

Training Large Language Models (LLMs) for reasoning tasks is increasingly driven by Reinforcement Learning with Verifiable Rewards (RLVR), where Proximal Policy Optimization (PPO) provides a principled framework for stab…

Reinforcement Learning

Enhancing 3D Human Pose Estimation Amidst Severe Occlusion with Dual Transformer Fusion

2024-10-06 · Mehwish Ghafoor, Arif Mahmood, Muhammad Bilal

In the field of 3D Human Pose Estimation from monocular videos, the presence of diverse occlusion types presents a formidable challenge. Prior research has made progress by harnessing spatial and temporal cues to infer 3…

3D Human Pose Estimation3D Pose EstimationPose Estimation

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

RTMC: Step-Level Credit Assignment via Rollout Trees

2026-04-13 · Tao Wang, Suhang Zheng, Xiaoxiao Xu arxiv

Multi-step agentic reinforcement learning benefits from fine-grained credit assignment, yet existing approaches offer limited options: critic-free methods like GRPO assign a uniform advantage to every action in a traject…

Reinforcement Learning

Designing a Symbolic Intermediate Representation for Neural Surface Realization

2019-05-24 · WS 2019 6 · Henry Elder, Jennifer Foster, James Barry, Alexander O'Connor

Generated output from neural NLG systems often contain errors such as hallucination, repetition or contradiction. This work focuses on designing a symbolic intermediate representation to be used in multi-stage neural gen…

Hallucination