POPE: Learning to Reason on Hard Problems via Privileged On-Policy Exploration
Yuxiao Qu, Amrith Setlur, Virginia Smith, Ruslan Salakhutdinov, Aviral Kumar
TL;DR
This work tackles the difficulty of training LLMs on hard reasoning problems with on-policy RL, where standard exploration strategies fail to yield reward. It introduces Privileged On-Policy Exploration (POPE), which uses short prefixes of oracle solutions to guide on-policy rollouts without using the oracle as a training target, enabling transfer from guided to unguided hard problems. Through a theoretical mental model and extensive experiments, POPE is shown to mitigate ray interference, expand the set of solvable problems, and improve performance on challenging benchmarks (AIME 2025, HMMT 2025) and other hard problem sets. The approach also demonstrates that transferring from guided to unguided problems relies on an overlap between guided and unguided states facilitated by instruction-following and backtracking, offering a practical and scalable path to stronger reasoning in LLMs.
Abstract
Reinforcement learning (RL) has improved the reasoning abilities of large language models (LLMs), yet state-of-the-art methods still fail to learn on many training problems. On hard problems, on-policy RL rarely explores even a single correct rollout, yielding zero reward and no learning signal for driving improvement. We find that natural solutions to remedy this exploration problem from classical RL, such as entropy bonuses, more permissive clipping of the importance ratio, or direct optimization of pass@k objectives, do not resolve this issue and often destabilize optimization without improving solvability. A natural alternative is to leverage transfer from easier problems. However, we show that mixing easy and hard problems during RL training is counterproductive due to ray interference, where optimization focuses on already-solvable problems in a way that actively inhibits progress on harder ones. To address this challenge, we introduce Privileged On-Policy Exploration (POPE), an approach that leverages human- or other oracle solutions as privileged information to guide exploration on hard problems, unlike methods that use oracle solutions as training targets (e.g., off-policy RL methods or warmstarting from SFT). POPE augments hard problems with prefixes of oracle solutions, enabling RL to obtain non-zero rewards during guided rollouts. Crucially, the resulting behaviors transfer back to the original, unguided problems through a synergy between instruction-following and reasoning. Empirically, POPE expands the set of solvable problems and substantially improves performance on challenging reasoning benchmarks.
