paper-with-me

Papers

Learning to Solve Hard Problems in RL for LLMs by Never Giving Up

2026-09-11 · Michael Noukhovitch, Hamish Ivison, Nathan Lambert, Aaron Courville hf

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.

📄 PDF Abstract BibTeX arXiv:2609.13443

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LLM Augmented Hierarchical Agents

2023-11-09 · Bharat Prakash, Tim Oates, Tinoosh Mohsenin

Solving long-horizon, temporally-extended tasks using Reinforcement Learning (RL) is challenging, compounded by the common practice of learning without prior knowledge (or tabula rasa learning). Humans can generate and e…

In-Context LearningReinforcement Learning (RL)

Give me a hint: Can LLMs take a hint to solve math problems?

2024-10-08 · Vansh Agrawal, Pratham Singla, Amitoj Singh Miglani, Shivank Garg 외

While state-of-the-art LLMs have shown poor logical and basic mathematical reasoning, recent works try to improve their problem-solving abilities using prompting techniques. We propose giving "hints" to improve the langu…

Adversarial RobustnessMathMathematical ReasoningSensitivity

Odds Law: The Decomposition Algebra On How Intelligence Organizes Itself to Solve Difficult Problems Reliably

2026-06-14 · Hidayet Aksu arxiv

We ask a structural question: given unreliable elementary problem-solvers, what organizations of them solve hard problems reliably, and what are the limits? We develop a $decomposition~algebra$: elementary solvers are mo…

Guided Exploration with Proximal Policy Optimization using a Single Demonstration

2020-07-07 · Gabriele Libardi, Gianni de Fabritiis

Solving sparse reward tasks through exploration is one of the major challenges in deep reinforcement learning, especially in three-dimensional, partially-observable environments. Critically, the algorithm proposed in thi…

Deep Reinforcement Learning

EHOP: A Dataset of Everyday NP-Hard Optimization Problems

2025-02-19 · Alex Duchnowski, Ellie Pavlick, Alexander Koller

We introduce the dataset of Everyday Hard Optimization Problems (EHOP), a collection of NP-hard optimization problems expressed in natural language. EHOP includes problem formulations that could be found in computer scie…