paper-with-me

홈 › Papers

Unleashing Implicit Rewards: Prefix-Value Learning for Distribution-Level Optimization

2026-04-14 · Shiping Gao, Hongzhan Chen, Xiaojun Quan, Qifan Wang, Lifu Huang arxiv

Process reward models (PRMs) provide fine-grained supervision for reasoning, but reliable PRMs often require step annotations or heavy verification pipelines, making them costly to scale and refresh during online RL. Implicit PRMs reduce this cost by training log-likelihood-ratio rewards from trajectory-level outcome labels. However, the log-ratio is constrained only as a sequence-level aggregate during training, while inference decomposes it into token- or step-level scores for partial prefixes. This train-inference mismatch leaves local credits weakly identified, so distribution-wide scoring can amplify misleading advantages. We propose Implicit Prefix-Value Reward Model (IPVRM), which directly learns the probability of eventual correctness for each prefix from outcome labels. Step signals are then obtained as temporal-difference (TD) differences between consecutive prefix values, aligning the training target with inference-time use. IPVRM markedly improves step-verification F1 on ProcessBench. To exploit these prefix values during policy optimization, we further introduce Distribution-Level RL (DistRL), which applies TD advantages to both sampled tokens and high-probability candidate tokens, providing dense counterfactual updates without additional rollouts. Experiments show that DistRL brings limited gains with unreliable implicit rewards, but consistently improves downstream reasoning when paired with IPVRM. The implementation of our method is available at https://github.com/gaoshiping/IPVRM .

📄 PDF Abstract BibTeX arXiv:2604.13197

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Exploiting Tree Structure for Credit Assignment in RL Training of LLMs

2025-09-22 · Hieu Tran, Zonghai Yao, Hong Yu arxiv

Reinforcement learning improves LLM reasoning, yet sparse delayed reward over long sequences makes token-level credit assignment the key bottleneck. We study the verifiable-reward setting, where the final answer is check…

Reinforcement Learning

Rooted Absorbed Prefix Trajectory Balance with Submodular Replay for GFlowNet Training

2026-02-28 · Xi Wang, Wenbo Lu, Shengjie Wang arxiv

Generative Flow Networks (GFlowNets) enable fine-tuning large language models to approximate reward-proportional posteriors, but they remain prone to mode collapse, manifesting as prefix collapse and length bias. We attr…

BranPO: Scalable Contrastive Branch Sampling for Long-Horizon Agentic Reinforcement Learning

2026-02-03 · Yubao Zhao, Weiquan Huang, Sudong Wang, Ruochen Zhao 외 arxiv

Agentic reinforcement learning enables large language models to perform multi-turn planning and tool use, but long-horizon training remains challenging under sparse trajectory-level rewards, where a single outcome is uni…

Reinforcement Learning

Blockwise Advantage Estimation for Multi-Objective RL with Verifiable Rewards

2026-02-10 · Kirill Pavlenko, Alexander Golubev, Simon Karasik, Boris Yangel arxiv

Group Relative Policy Optimization (GRPO) assigns a single scalar advantage to all tokens in a completion. For structured generations with explicit segments and objectives, this couples unrelated reward signals across se…

How You Begin is How You Reason: Driving Exploration in RLVR via Prefix-Tuned Priors

2026-05-09 · Yifan Xu, Junren Chen, Yifan Chen arxiv

Reinforcement learning with verifiable rewards (RLVR) recently thrives in large language model (LLM) reasoning tasks. However, the reward sparsity and the long reasoning horizon make effective exploration challenging. In…

Reinforcement Learning