让 LLM 在 RL 中永不放弃:NGU 自适应采样方法解决难题

HuggingFace Daily Papers(社区热门论文)·2026-09-11 08:00·5天前
AI 导读

研究提出 Never Give Up(NGU)自适应采样方法,通过异步 RL 持续为同一问题生成样本直到答对,将算力从简单题重新分配到难题。作者指出 RL 对 LLM 的提升存在"马太效应":简单题提升大、难题提升小。在数学基准 Deepscaler 上 NGU 提升了单位算力性能,在编程任务 Manufactoria 上标准 GRPO 无法完全解题,NGU 则迭代攻克越来越难的测试直至完全解决。

HuggingFace Daily Papers(社区热门论文)
44AI 编辑部评分,满分 100

让 LLM 在 RL 中永不放弃:NGU 自适应采样方法解决难题

2026-09-11 08:00· 5天前
AI 导读

研究提出 Never Give Up(NGU)自适应采样方法,通过异步 RL 持续为同一问题生成样本直到答对,将算力从简单题重新分配到难题。作者指出 RL 对 LLM 的提升存在"马太效应":简单题提升大、难题提升小。在数学基准 Deepscaler 上 NGU 提升了单位算力性能,在编程任务 Manufactoria 上标准 GRPO 无法完全解题,NGU 则迭代攻克越来越难的测试直至完全解决。

We demonstrate that training LLMs with RL does not improve performance equally across a dataset. RL shows large improvements on easy problems that an LLM is already good at solving, but small improvements on hard problems. We call this the Matthew Effect in RL for LLMs, after the phenomenon of cumulative advantage from economics and network science summarized as "the rich get richer". The naive explanation is that hard problems require more compute to find a solution. We argue that modern RL methods are exacerbating the issue by wasting too much compute on easy problems and instead should dynamically reallocate how they use compute.

We introduce Never Give Up (NGU), a simple adaptive sampling method that keeps generating samples for a problem until one is correct. By leveraging asynchronous RL, this naturally uses fewer samples to filter out easy problems and allocates more compute to solving harder problems. We investigate the design choices that affect NGU, such as off-policy robustness, and develop a set of best practices. On the math benchmark Deepscaler, NGU improves performance per compute, especially on harder problems. On a recent coding task, Manufactoria, standard GRPO with a per-test reward fails to fully solve problems that have a range of easy and difficult tests.

NGU iteratively improves, solving harder and harder tests, until it learns to fully solve coding problems.

来源:HuggingFace Daily Papers(社区热门论文)· arxiv.org

事件后续 · 1查看事件全部 →
GRPO 强化学习新方法 Never Give Up 提升难题表现最新进展· 9小时