Learning to Reason at the Frontier of Learnability
Thomas Foster, Anya Sims, Johannes Forkel, Mattie Fellows, Jakob Foerster

TL;DR
This paper introduces a learnability-based curriculum for reinforcement learning in large language models, improving training efficiency and performance on reasoning tasks.
Contribution
It adapts a sampling method from RL literature to prioritize learnable questions, enhancing LLM training effectiveness.
Findings
Curriculum boosts training performance across algorithms and datasets.
Prioritizing questions with high success variance improves learning.
Method leads to more efficient reinforcement learning in LLMs.
Abstract
Reinforcement learning is now widely adopted as the final stage of large language model training, especially for reasoning-style tasks such as maths problems. Typically, models attempt each question many times during a single training step and attempt to learn from their successes and failures. However, we demonstrate that throughout training with two popular algorithms (PPO and VinePPO) on two widely used datasets, many questions are either solved by all attempts - meaning they are already learned - or by none - providing no meaningful training signal. To address this, we adapt a method from the reinforcement learning literature - sampling for learnability - and apply it to the reinforcement learning stage of LLM training. Our curriculum prioritises questions with high variance of success, i.e. those where the agent sometimes succeeds, but not always. Our findings demonstrate that this…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
