paper-with-me

Papers

Goldilocks RL: Tuning Task Difficulty to Escape Sparse Rewards for Reasoning

2026-02-16 · Ilia Mahrooghi, Aryo Lotfi, Emmanuel Abbe arxiv

Reinforcement learning has emerged as a powerful paradigm for unlocking reasoning capabilities in language models. However, relying on sparse rewards makes this process highly sample-inefficient, as models must navigate vast search spaces with minimal feedback. While classic curriculum learning aims to mitigate this by ordering data based on complexity, prior works have primarily targeted small datasets and do not directly transfer to the large-scale settings typical of modern LM training. Furthermore, the right ordering for a specific model is often unclear. To address this, we propose Goldilocks, a novel teacher-driven data sampling strategy that aims to predict each question's difficulty for the student model. The teacher model selects questions of appropriate difficulty for the student model, i.e., questions that are neither too easy nor too hard (Goldilocks principle), while training the student with GRPO. By leveraging the student's performance on seen samples, the teacher continuously adapts to the student's evolving abilities. On the OpenMathReasoning dataset, Goldilocks data sampling improves the performance of models trained with standard GRPO under the same compute budget.

📄 PDF Abstract BibTeX arXiv:2602.14868

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Escape Room: A Configurable Testbed for Hierarchical Reinforcement Learning

2018-12-22 · Jacob Menashe, Peter Stone

Recent successes in Reinforcement Learning have encouraged a fast-growing network of RL researchers and a number of breakthroughs in RL research. As the RL community and the body of RL work grows, so does the need for wi…

Atari GamesHierarchical Reinforcement LearningMontezuma's Revengereinforcement-learning+2

AgentEscapeBench: Evaluating Out-of-Domain Tool-Grounded Reasoning in LLM Agents

2026-05-08 · Zhengkang Guo, Yiyang Li, Lin Qiu, Xiaohua Wang 외 arxiv

As LLM-based agents increasingly rely on external tools, it is important to evaluate their ability to sustain tool-grounded reasoning beyond familiar workflows and short-range interactions. We introduce AgentEscapeBench,…

Goldilocks Neural Networks

2020-02-11 · Jan Rosenzweig, Zoran Cvetkovic, Ivana Roenzweig

We introduce the new "Goldilocks" class of activation functions, which non-linearly deform the input signal only locally when the input signal is in the appropriate range. The small local deformation of the signal enable…

The Difficulty of Training Sparse Neural Networks

2019-06-25 · ICML Workshop Deep_Phenomen 2019 6 · Utku Evci, Fabian Pedregosa, Aidan Gomez, Erich Elsen

We investigate the difficulties of training sparse neural networks and make new observations about optimization dynamics and the energy landscape within the sparse regime. Recent work of \citep{Gale2019, Liu2018} has sho…

Deconstructing the Goldilocks Zone of Neural Network Initialization

2024-02-05 · Artem Vysogorets, Anna Dawid, Julia Kempe

The second-order properties of the training loss have a massive impact on the optimization dynamics of deep learning models. Fort & Scherlis (2019) discovered that a large excess of positive curvature and local convexity…