paper-with-me

홈 › Papers

Listwise Policy Optimization: Group-based RLVR as Target-Projection on the LLM Response Simplex

2026-05-07 · Yun Qu, Qi Wang, Yixiu Mao, Heming Zou, Yuhang Jiang, Yingyue Li, Wutong Xu, Lizhou Cai, Weijie Liu, Clive Bai, Kai Yang, Yangkun Chen, Saiyong Yang, Xiangyang Ji arxiv

Reinforcement learning with verifiable rewards (RLVR) has become a standard approach for large language models (LLMs) post-training to incentivize reasoning capacity. Among existing recipes, group-based policy gradient is prevalent, which samples a group of responses per prompt and updates the policy via group-relative advantage signals. This work reveals that these optimization strategies share a common geometric structure: each implicitly defines a target distribution on the response simplex and projects toward it via first-order approximation. Building on this insight, we propose Listwise Policy Optimization (LPO) to explicitly conduct the target-projection, which demystifies the implicit target by restricting the proximal RL objective to the response simplex, and then projects the policy via exact divergence minimization. This framework provides (i) monotonic improvement on the listwise objective with bounded, zero-sum, and self-correcting projection gradients, and (ii) flexibility in divergence selection with distinct structural properties through the decoupled projection step. On diverse reasoning tasks and LLM backbones, LPO consistently improves training performance over typical policy gradient baselines under matched targets, while intrinsically preserving optimization stability and response diversity.

📄 PDF Abstract BibTeX arXiv:2605.06139

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Target Policy Optimization

2026-04-07 · Jean Kaddour arxiv

In RL, given a prompt, we sample a group of completions from a model and score them. Two questions follow: which completions should gain probability mass, and how should the parameters move to realize that change? Standa…

Don't Peek at the Answer: Outcome-Masked Group Relative Policy Optimization for Label-Free RLVR

2026-08-04 · Yongshi Ye, Liang Zhang, Yidong Chen, Xiaodong Shi 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) improves LLM reasoning but typically relies on ground-truth (GT) answers, limiting scalability. Voting-based label-free RLVR replace gold supervision with answer-leve…

Reinforcement Learning

RolloutPipe: Overlapping Pipelined Rollout and Training in Disaggregated On-Policy LLM Reinforcement Learning

2026-06-25 · Rongjian Chen, Jianmin Hu, Kejiang Ye, Minxian Xu arxiv

Large language model (LLM) post-training for reasoning increasingly relies on reinforcement learning with verifiable rewards (RLVR), where models learn from ground-truth feedback on mathematical, logical, and scientific …

Reinforcement Learning

Improving Sampling Efficiency in RLVR through Adaptive Rollout and Response Reuse

2025-09-30 · Yuheng Zhang, Wenlin Yao, Changlong Yu, Yao Liu 외 arxiv

Large language models (LLMs) have achieved impressive reasoning performance, with reinforcement learning with verifiable rewards (RLVR) emerging as a standard paradigm for post-training. A representative algorithm, group…

Reinforcement Learning

Sharpness-Guided Group Relative Policy Optimization via Probability Shaping

2025-10-29 · Tue Le, Linh Ngo Van, Trung Le arxiv

Reinforcement learning with verifiable rewards (RLVR) has become a practical route to improve large language model reasoning, and Group Relative Policy Optimization (GRPO) is a widely used optimizer in this setting. Howe…

Reinforcement LearningMathematical ReasoningQuestion Answering