paper-with-me

홈 › Papers

Learning to Reason at the Frontier of Learnability

2025-02-17 · Thomas Foster, Jakob Foerster

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 curriculum consistently boosts training performance across multiple algorithms and datasets, paving the way for more efficient and effective reinforcement learning in LLMs.

📄 PDF Abstract BibTeX arXiv:2502.12272

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language Modelreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

FrogNano: Training a 4B Coding Agent via Online Task Synthesis

2026-09-07 · Minseon Kim, Zhengyan Shi, Emiliano Penaloza, Christopher Cui 외 arxiv

We present FrogNano, a 4B coding agent designed to tackle software engineering (SWE) tasks efficiently and effectively, even under resource-constrained environments. It is post-trained exclusively via RL on around 1,500 …

Conjunctive Queries: Unique Characterizations and Exact Learnability

2020-08-16 · Balder ten Cate, Victor Dalmau

We answer the question which conjunctive queries are uniquely characterized by polynomially many positive and negative examples, and how to construct such examples efficiently. As a consequence, we obtain a new efficient…

Federated Reasoning Distillation Framework with Model Learnability-Aware Data Allocation

2026-02-21 · Wei Guo, Siyuan Lu, Xiangdong Ran, Yiqi Tong 외 arxiv

Data allocation plays a critical role in federated large language model (LLM) and small language models (SLMs) reasoning collaboration. Nevertheless, existing data allocation methods fail to address an under-explored cha…

LARK: Learnability-Grounded Trajectory Selection for Efficient Reasoning Distillation

2026-05-28 · Tianrun Yu, Kaixiang Zhao, Chih-Chun Chen, Amanda Hughes 외 arxiv

We study trajectory selection for reasoning distillation, where teacher-generated reasoning trajectories are selectively used as supervision for a student model. Existing methods rely on heuristics such as trajectory qua…

Breaking the Solver Bottleneck: Training Task Generators at the Learnable Frontier

2026-06-10 · Lorenz Wolf, Connor Watts, Roger Creus Castanyer, Geoffrey Bradway 외 arxiv

The limiting resource for training agents via reinforcement learning (RL) is increasingly frontier task supply: valid, solvable tasks just difficult enough to train the current model. As reasoning and agentic models impr…

Reinforcement Learning