PulseAugur
EN
LIVE 11:42:36

New RL methods enhance LLM training stability and efficiency · 7 sources tracked

Researchers have developed several new methods to improve the stability and efficiency of reinforcement learning (RL) in large language models (LLMs). STARE addresses policy entropy collapse by reweighting token-level advantages based on surprisal, showing improved accuracy on reasoning benchmarks. GrowthHacker utilizes LLM agents to autonomously optimize off-policy evaluation (OPE) code, demonstrating feasibility for improving OPE systems. ZPPO keeps the teacher model within prompts rather than the policy gradient, enhancing knowledge distillation for smaller student models. GD$^2$PO mitigates multi-reward conflicts by filtering out rollouts with conflicting signals, leading to faster learning efficiency in scenarios like tool calling and human preference alignment. WAPO offers a simpler clipped policy-gradient objective that updates only on positive-advantage completions, improving training stability. AI

IMPACT These advancements in RL techniques could lead to more capable and stable LLMs, improving performance on complex reasoning, coding, and multi-reward tasks.

RANK_REASON Multiple research papers introducing novel algorithms for improving reinforcement learning in LLMs.

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 21 sources. How we write summaries →

New RL methods enhance LLM training stability and efficiency · 7 sources tracked

COVERAGE [21]

  1. arXiv cs.LG TIER_1 English(EN) · Zhewei Kang, Aosong Feng, Sergey Levine, Dawn Song, Xuandong Zhao ·

    VIMPO: Value-Implicit Policy Optimization for LLMs

    arXiv:2606.20008v1 Announce Type: new Abstract: Reinforcement learning with verifiable rewards has become a central tool for improving the reasoning ability of large language models, but current methods face a trade-off between simplicity and credit assignment. Group-relative met…

  2. arXiv cs.AI TIER_1 English(EN) · Jeong Woon Lee, Kyoleen Kwak, Daeho Kim, Hyoseok Hwang ·

    Stabilizing the Q-Gradient Field for Policy Smoothness in Actor-Critic Methods

    arXiv:2601.22970v2 Announce Type: replace-cross Abstract: Policies learned via continuous actor-critic methods often exhibit erratic, high-frequency oscillations, making them unsuitable for physical deployment. Current approaches attempt to enforce smoothness by directly regulari…

  3. arXiv cs.LG TIER_1 English(EN) · Xuandong Zhao ·

    VIMPO: Value-Implicit Policy Optimization for LLMs

    Reinforcement learning with verifiable rewards has become a central tool for improving the reasoning ability of large language models, but current methods face a trade-off between simplicity and credit assignment. Group-relative methods such as GRPO avoid training a critic, but t…

  4. arXiv cs.CL TIER_1 English(EN) · Jie JW Wu, Ayanda Patrick Herlihy, Ahmad Saleem Mirza, Ali Afoud, Fatemeh Fard ·

    GrowthHacker: Automated Off-Policy Evaluation Optimization Using Code-Modifying LLM Agents

    arXiv:2511.00802v2 Announce Type: replace-cross Abstract: With data-driven development now widely adopted, online A/B testing is an established method for measuring the effects of new technologies. However, deploying online experiments demands resources for design, implementation…

  5. arXiv cs.AI TIER_1 English(EN) · Haipeng Luo, Qingfeng Sun, Songli Wu, Can Xu, Wenfeng Deng, Han Hu, Yansong Tang ·

    STARE: Surprisal-Guided Token-Level Advantage Reweighting for Policy Entropy Stability

    arXiv:2606.19236v1 Announce Type: cross Abstract: Reinforcement Learning with Verifiable Rewards algorithms like GRPO have emerged as the dominant post-training paradigm for complex reasoning in LLMs, yet commonly suffer from policy entropy collapse during training. We conduct a …

  6. arXiv cs.AI TIER_1 English(EN) · Yansong Tang ·

    STARE: Surprisal-Guided Token-Level Advantage Reweighting for Policy Entropy Stability

    Reinforcement Learning with Verifiable Rewards algorithms like GRPO have emerged as the dominant post-training paradigm for complex reasoning in LLMs, yet commonly suffer from policy entropy collapse during training. We conduct a first-order gradient analysis of token-level entro…

  7. arXiv cs.CL TIER_1 English(EN) · Byung-Kwan Lee, Ximing Lu, Shizhe Diao, Minki Kang, Saurav Muralidharan, Karan Sapra, Andrew Tao, Pavlo Molchanov, Yejin Choi, Yu-Chiang Frank Wang, Ryo Hachiuma ·

    Zone of Proximal Policy Optimization: Teacher in Prompts, Not Gradients

    arXiv:2606.18216v1 Announce Type: new Abstract: Knowledge distillation transfers a teacher's competence to a small student but is brittle in the small-student regime: forcing the student to imitate logits from a much larger teacher concentrates it on the teacher's sharpest modes,…

  8. Hugging Face Daily Papers TIER_1 English(EN) ·

    STARE: Surprisal-Guided Token-Level Advantage Reweighting for Policy Entropy Stability

    GRPO algorithms face policy entropy collapse during training, which STARE addresses through surprisal-guided token-level advantage reweighting and target-entropy regulation to maintain stable reinforcement learning for large language models.

  9. arXiv cs.CL TIER_1 English(EN) · Ryo Hachiuma ·

    Zone of Proximal Policy Optimization: Teacher in Prompts, Not Gradients

    Knowledge distillation transfers a teacher's competence to a small student but is brittle in the small-student regime: forcing the student to imitate logits from a much larger teacher concentrates it on the teacher's sharpest modes, hurting generalization on benchmark families be…

  10. arXiv cs.AI TIER_1 English(EN) · Jianghan Shen, Siqi Luo, Yue Li, Jiyao Liu, Wanying Qu, Yi Zhang, Ziyan Huang, Tianbin Li, Ming Hu, Xiaohong Liu, Yirong Chen, Junjun He ·

    A First-Principles Derivation of LLM Policy Optimization: From Expected Reward to GRPO and Its Structural Extensions

    arXiv:2606.16733v1 Announce Type: new Abstract: Policy gradient algorithms for language models optimize the same objective $J(\theta) = \mathbb{E}*{\tau \sim p*\theta(\tau)}[R(\tau)]$, which has exactly two factors: the trajectory probability $p_\theta(\tau)$ and the reward $R(\t…

  11. arXiv cs.LG TIER_1 English(EN) · Haotian Liu, Yihao Liu, Jingwei Ni, Siyuan Huang, Xinpeng Liu, Pengyu Cheng, Jiajun Song, Ruijin Ding, Junfeng Li, Zhechao Yu, Mengyu Zhou, Hongteng Xu, Xiaoxi Jiang, Guanjun Jiang ·

    GD$^2$PO: Mitigating Multi-Reward Conflicts via Group-Dynamic reward-Decoupled Policy Optimization

    arXiv:2606.16771v1 Announce Type: new Abstract: As LLMs advance, post-training reinforcement learning (RL) increasingly relies on multi-dimensional rewards to cultivate comprehensive capabilities. This shift demands new algorithms capable of optimizing diverse and potentially com…

  12. arXiv cs.LG TIER_1 English(EN) · Prasanth YSS, Zhichen Ren, Rasa Hosseinzadeh, Ilan Gofman, Yuqi Chen, Zhaoyan Liu, Guangwei Yu, Jesse C. Cresswell, Satya Krishna Gorti ·

    A Gradient Perspective on RLVR Stability and Winner Advantage Policy Optimization

    arXiv:2606.16154v1 Announce Type: new Abstract: Reinforcement learning with verifiable rewards (RLVR) improves language-model reasoning, but GRPO-style optimization remains prone to collapse. We analyse this instability through token-level gradient dynamics, deriving a taxonomy t…

  13. Hugging Face Daily Papers TIER_1 English(EN) ·

    Zone of Proximal Policy Optimization: Teacher in Prompts, Not Gradients

    Zone of Proximal Policy Optimization (ZPPO) improves knowledge distillation by using reformulated prompts that help students learn from both correct and incorrect responses, enhancing performance especially at smaller model sizes.

  14. arXiv cs.LG TIER_1 English(EN) · Guanjun Jiang ·

    GD$^2$PO: Mitigating Multi-Reward Conflicts via Group-Dynamic reward-Decoupled Policy Optimization

    As LLMs advance, post-training reinforcement learning (RL) increasingly relies on multi-dimensional rewards to cultivate comprehensive capabilities. This shift demands new algorithms capable of optimizing diverse and potentially competing objectives simultaneously. To address thi…

  15. arXiv cs.AI TIER_1 English(EN) · Junjun He ·

    A First-Principles Derivation of LLM Policy Optimization: From Expected Reward to GRPO and Its Structural Extensions

    Policy gradient algorithms for language models optimize the same objective $J(θ) = \mathbb{E}*{τ\sim p*θ(τ)}[R(τ)]$, which has exactly two factors: the trajectory probability $p_θ(τ)$ and the reward $R(τ)$. Every method from REINFORCE to PPO to GRPO and their descendants modifies…

  16. arXiv cs.AI TIER_1 English(EN) · Siyuan Zhu, Chao Yu, Rongxin Yang, Zongkai Liu, Jinjun Hu, Qiwen Chen, Yibo Zhang ·

    GAGPO: Generalized Advantage Grouped Policy Optimization

    arXiv:2605.13217v1 Announce Type: cross Abstract: Reinforcement learning has become a powerful paradigm for post-training large language model agents, yet credit assignment in multi-turn environments remains a challenge. Agents often receive sparse, trajectory-level rewards only …

  17. arXiv cs.LG TIER_1 English(EN) · Mehrdad Moghimi, Bernardo Avila Pires ·

    Utility-Constrained Policy Optimization

    arXiv:2606.14029v1 Announce Type: new Abstract: Constrained MDPs (CMDPs) are a widely adopted framework for incorporating safety into RL agents; however, the framework does not support risk-sensitive constraints. This can be problematic: For example, CMDPs allow for optimal solut…

  18. Hugging Face Daily Papers TIER_1 English(EN) ·

    A Gradient Perspective on RLVR Stability and Winner Advantage Policy Optimization

    Training instability in reinforcement learning with verifiable rewards is analyzed through token-level gradient dynamics, leading to a stable policy optimization method that updates only on positive-advantage completions.

  19. Hugging Face Daily Papers TIER_1 English(EN) ·

    GD^2PO: Mitigating Multi-Reward Conflicts via Group-Dynamic reward-Decoupled Policy Optimization

    Multi-dimensional reward optimization in large language models is enhanced through a conflict-aware filtering mechanism that prevents signal cancellation and accelerates reinforcement learning efficiency.

  20. arXiv stat.ML TIER_1 English(EN) · Daniel Molitor ·

    Anytime-valid Optimal Policy Identification

    arXiv:2606.17515v1 Announce Type: cross Abstract: We develop an anytime-valid framework for optimal policy identification from logged contextual bandit data. In many applied settings, the analyst wants to select the optimal policy from a candidate policy class $\Pi$, but data are…

  21. arXiv stat.ML TIER_1 English(EN) · Daniel Molitor ·

    Anytime-valid Optimal Policy Identification

    We develop an anytime-valid framework for optimal policy identification from logged contextual bandit data. In many applied settings, the analyst wants to select the optimal policy from a candidate policy class $Π$, but data are generated by an externally determined logging polic…