Nathan Lambert · @natolambert · X·2026-09-16 02:52·9小时前
AI 导读

针对 GRPO 强化学习在难题上收益有限的问题,研究者提出 "Never Give Up" 方法:当 GRPO 组内所有回答都错误时,以约 0.9 的概率继续采样,以寻找非零梯度的批次,该方法有效。研究将 RL 收益集中在简单题目的现象称为 LLM 强化学习的马太效应,并借助异步 RL 攻克更难问题。

Nathan Lambert@natolambert
43AI 编辑部评分,满分 100
2026-09-16 02:52· 9小时前
AI 导读

针对 GRPO 强化学习在难题上收益有限的问题,研究者提出 "Never Give Up" 方法:当 GRPO 组内所有回答都错误时,以约 0.9 的概率继续采样,以寻找非零梯度的批次,该方法有效。研究将 RL 收益集中在简单题目的现象称为 LLM 强化学习的马太效应,并借助异步 RL 攻克更难问题。

An basic idea in scaling RL: Can we allocate more compute to the harder problems?

We did this: If your GRPO group has all wrong completions, sample more with probability P (~0.9) -- in search of more GRPO batches with nonzero gradient. It works!

Called "Never Give Up"

Michael NoukhovitchIs RL actually making your LLM better? Gains from RL are mostly on easy questions🤯 We're calling this the Matthew Effect for RL on LLMs. We then leverage async...

来源:Nathan Lambert· x.com