← Latest papers
🤖 machine learning

Off-Context GRPO: Learning to Reason on Hard Problems using Privileged Information

This paper introduces Off-Context GRPO (OC-GRPO), a reinforcement learning algorithm that leverages privileged guidance during training to overcome learning cliffs on difficult reasoning problems while using importance correction to ensure the model optimizes for the original unguided objective, resulting in significant performance gains on mathematical benchmarks.

Original authors: Priyank Agrawal, Ankur Samanta, Shervin Ghasemlou, Jalaj Bhandari, Kavosh Asadi, Daniel Jiang, Aditya Modi

Published 2026-07-22
📖 3 min read☕ Coffee break read

Original authors: Priyank Agrawal, Ankur Samanta, Shervin Ghasemlou, Jalaj Bhandari, Kavosh Asadi, Daniel Jiang, Aditya Modi

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Picture a robot being trained to solve tricky math puzzles, alongside a teacher who can instantly check whether any answer it produces is right or wrong. This setup, a learner plus an automatic judge issuing a clean right-or-wrong verdict, is what AI researchers call "Reinforcement Learning with Verifiable Rewards." The robot attempts a puzzle, earns a thumbs up for getting it right and a thumbs down otherwise, and over many attempts learns to collect more thumbs up.

The catch is that some puzzles sit so far beyond the robot that every single attempt fails. When every attempt fails, all the verdicts are identical, there is nothing to compare against, and the teacher has no signal to work from. It resembles trying to learn to ride a bike while falling off the moment the pedals turn: without ever once feeling what balance is, there is nothing to build on. This is called a learning cliff.

The obvious fix is a cheat sheet, a hint or the first few steps of the worked solution, so the robot at least succeeds occasionally. That works, but it raises an awkward question: how much credit does a robot actually deserve for a win it was handed?

This paper answers the question properly. The method, Off-Context GRPO (OC-GRPO), applies a correction that asks how likely the robot was to reach that exact solution without the cheat sheet. Credit is never given in full, some of it always belongs to the hint, and how much survives depends on how capable the robot already was. A robot that was close to solving it alone keeps most of the credit, because the cheat sheet only surfaced an ability that was already there. A robot with essentially no chance keeps almost none, because the cheat sheet substituted for the skill rather than revealing it. A cheat sheet cannot manufacture progress out of a skill that is not there. Mistakes work in reverse: getting a puzzle wrong with half the answer already in front of it draws a heavier penalty than an ordinary miss, since failing with help is worse evidence than failing without it. On the hardest puzzles, where unaided ability is near zero, most of the real learning arrives through that amplified penalty rather than through the assisted wins. The robot is pushed away from what it demonstrably cannot yet do, rather than congratulated for reading.

The upshot is that the robot is always scored on the real puzzle, not the hinted one, despite having practiced with help.

On standard math benchmarks, OC-GRPO lifted average accuracy from 27.8% to 31.7% over the standard training method, a 13.8% relative gain, at essentially no additional cost. The correction matters most for smaller models: there, older hint-based methods actually perform worse than plain training, because a weaker learner cannot absorb the mismatch between the hinted and unhinted puzzle, while OC-GRPO holds its gains at every size tested. The broader lesson is that privileged hints are a perfectly good way to guide exploration. The credit just has to be assigned honestly.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →