PulseAugur
实时 14:54:35

新的强化学习方法增强大型语言模型训练的稳定性和效率 · 跟踪 7 个来源

研究人员开发了几种新方法来提高大型语言模型 (LLM) 中强化学习 (RL) 的稳定性和效率。STARE 通过根据惊奇度重新加权 token 级优势来解决策略熵崩溃问题,在推理基准测试中显示出更高的准确性。GrowthHacker 利用 LLM 代理自主优化离策略评估 (OPE) 代码,证明了改进 OPE 系统的可行性。ZPPO 将教师模型保留在提示中而不是策略梯度中,从而增强了小型学生模型的知识蒸馏。GD$^2$PO 通过过滤掉具有冲突信号的 rollout 来缓解多奖励冲突,从而在工具调用和人类偏好对齐等场景中提高学习效率。WAPO 提供了一个更简单的裁剪策略梯度目标,仅在具有正优势的完成时更新,从而提高了训练稳定性。 AI

影响 这些强化学习技术的进步可能带来更强大、更稳定的 LLM,从而提高在复杂推理、编码和多奖励任务上的性能。

排序理由 多篇研究论文介绍了用于改进 LLM 中强化学习的新算法。

在 arXiv cs.LG 阅读 →

AI 生成摘要 · Google Gemini · 来自 21 个来源。 我们如何撰写摘要 →

新的强化学习方法增强大型语言模型训练的稳定性和效率 · 跟踪 7 个来源

报道来源 [21]

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

    VIMPO: LLM 的值隐式策略优化

    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 ·

    Actor-Critic方法中用于策略平滑的Q梯度场稳定

    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:LLM 的价值隐式策略优化

    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:使用代码修改LLM代理实现自动化策略外评估优化

    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:用于策略熵稳定性的惊奇度引导的 token 级优势重加权

    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:用于策略熵稳定性的惊奇度引导的 token 级优势重加权

    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 ·

    近邻策略优化区域:提示中的教师,而非梯度

    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:用于策略熵稳定性的惊奇度引导的 token 级优势重加权

    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 ·

    近邻策略优化区域:提示中的教师,而非梯度

    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 ·

    大型语言模型策略优化的第一性原理推导:从期望奖励到GRPO及其结构性扩展

    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:通过群组动态解耦奖励策略优化来缓解多奖励冲突

    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 ·

    从梯度视角看RLVR稳定性和Winner Advantage策略优化

    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 (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:通过群组动态解耦奖励策略优化来缓解多奖励冲突

    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 ·

    大语言模型策略优化的第一性原理推导:从期望奖励到GRPO及其结构性扩展

    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:通用优势分组策略优化

    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 ·

    效用约束策略优化

    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) ·

    从梯度视角看RLVR稳定性和Winner Advantage策略优化

    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:通过群组动态奖励解耦策略优化来缓解多奖励冲突

    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 ·

    随时有效的最优策略识别

    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 ·

    随时有效的最优策略识别

    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…