PACR: Progressively Ascending Confidence Reward for LLM Reasoning
Eunseop Yoon, Hee Suk Yoon, Jaehyun Jang, SooHwan Eom, Qi Dai, Chong Luo, Mark A. Hasegawa-Johnson, Chang D. Yoo
TL;DR
This work tackles the sparsity of terminal rewards in Reinforcement Learning with Verifiable Rewards (RLVR) for LLM reasoning by introducing PACR, a dense, model-intrinsic signal derived from the evolution of the model’s belief in the ground-truth answer. PACR comes in two forms: Sparse-PACR, which rewards trajectory-wide consistency in ground-truth confidence growth, and Dense-PACR, which rewards step-level confidence changes via a normalized, discounted return. The authors provide empirical evidence and a theoretical justification that ground-truth confidence growth is a useful inductive bias, enhancing exploration toward logically sound reasoning paths and enabling faster convergence. Integrating PACR with Group Relative Policy Optimization (GRPO) yields systematic improvements across multiple math benchmarks and model sizes, with Dense-PACR delivering the strongest gains. Overall, PACR demonstrates that dense, internally-sourced feedback can make RLVR training more effective, reliable, and data-efficient for complex reasoning tasks.
Abstract
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 Progressively Ascending Confidence Reward (PACR), a dense, model-intrinsic reward computed directly from the model's evolving belief in the correct answer. PACR encodes the inductive bias that, along a well-formed reasoning trajectory, the probability of the ground-truth answer should have a generally ascending trend. We provide empirical and theoretical analysis validating that such an inductive bias constrains the exploration search space to regions richer in logically sound reasoning. We demonstrate that PACR accelerates exploration, reaches reward saturation with fewer trajectories, and yields improvements on multiple benchmarks. Our results suggest that dense, model-intrinsic shaping signals can make RLVR training more effective and reliable.
