← Latest papers
🤖 machine learning

OR Else: A Differentiable Trust Region for Policy Optimization

This paper investigates "Output Reset" (OR) as a smooth, differentiable alternative to the clipped surrogate objectives in PPO and GRPO for LLM post-training, finding that while OR alters optimization behavior and reduces variance in group-relative settings, it does not consistently improve reward-model scores compared to the standard clipped approaches.

Original authors: Chinmay Rane, Kanishka Tyagi, Michael Manry

Published 2026-07-21
📖 6 min read🧠 Deep dive

Original authors: Chinmay Rane, Kanishka Tyagi, Michael Manry

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

The Art of Teaching AI to Be "Just Right"

Imagine you are trying to teach a very smart, but slightly chaotic, robot to write stories that humans actually enjoy. This field is called Reinforcement Learning from Human Feedback (RLHF). It's like a game where the robot writes a sentence, a human judge gives it a thumbs-up or thumbs-down, and the robot tries to learn from that feedback to write better next time. The goal is to make the robot helpful and harmless without it going off the rails.

To do this, scientists use a "reward model"—a digital judge that scores the robot's writing. But there's a tricky part: if the robot tries too hard to please the judge, it might start writing gibberish just to get a high score, or it might change its personality so drastically that it forgets how to speak normally. To stop this, researchers use a safety rule called a "trust region." Think of it like a leash. The robot is allowed to wander and learn, but the leash keeps it from running too far away from its original, sensible self.

The most popular way to manage this leash is a method called PPO (Proximal Policy Optimization). PPO uses a "clipping" mechanism. Imagine the robot is running toward a goal. If it gets too close to the edge of the safe zone, PPO suddenly slams on the brakes, cutting off any extra motivation to run faster. It's effective, but it's a bit like a light switch: it's either fully on or fully off. This paper asks a simple question: What if the leash didn't just snap shut, but instead gently faded away as the robot reached the safe limit? The authors propose a new method called "Output Reset" (OR) to see if this smoother approach works better for teaching Large Language Models (LLMs) to be helpful.

The Smooth Leash vs. The Clipped Switch

The researchers, Chinmay Rane, Kanishka Tyagi, and Michael Manry, decided to test this new "smooth leash" idea against the standard "clipped switch" in two different training scenarios. They used a small but capable robot brain (a Llama-3.2-1B model) and trained it on a dataset of human preferences (Anthropic hh-rlhf). They ran the experiment three times with different random seeds to make sure the results weren't just luck.

The Experiment: Two Different Worlds
The team tested their new method, which they call PPO-OR and GRPO-OR, in two distinct environments:

  1. The GAE World (PPO): This is the classic setup where the robot has a "critic" (a helper that predicts future rewards) and learns from individual tokens (words) one by one.
  2. The Group-Relative World (GRPO): This is a newer, simpler setup where the robot generates two answers at once, compares them, and learns from the difference without needing a critic.

The Results: A Tale of Two Outcomes
The results were surprising and showed that the "smooth leash" doesn't work the same way in every situation.

  • In the GAE World (PPO): The smooth method (PPO-OR) was a clear winner in terms of raw scores. The robots trained with the new method ended up with an average reward score of 0.500, compared to 0.195 for the standard clipped method. That's a jump of 0.305 points! However, there was a catch: the results were a bit more "wobbly." The scores varied more between the three different runs (a standard deviation of 0.158 vs 0.110). It seems the smooth leash helped the robot run faster, but it made its path a little less predictable.

  • In the Group-Relative World (GRPO): Here, the smooth method (GRPO-OR) didn't make the robot run faster. In fact, the average score dropped slightly from 0.488 to 0.457. But, the robot became much more stable. The variation between runs shrank dramatically, from 0.080 down to 0.027. It was like the robot stopped jittering and found a steady rhythm, even if it didn't reach a higher peak score.

The Big Surprise: The Leash Didn't Shorten
The most important finding, however, wasn't about the scores. The researchers were worried that the new method might let the robot wander too far from its original personality (a problem called "policy drift"). They measured how far the robot's current writing style drifted from its starting style.

They found that in the Group-Relative world, the robots drifted a huge amount—between 5 and 13 units of distance—regardless of whether they used the old clipped method or the new smooth method. The smooth leash (OR) did not stop the robot from running far away. It just changed how the robot reacted when it hit the "safe zone." The paper explicitly rules out the idea that this smooth saturation acts as a strict "trust region" that keeps the robot close to home. The robot still wandered off; the new method just changed the math of how it stopped trying to improve once it got there.

What This Means for the Future

The authors are careful not to call this a total victory. They found that the "smooth leash" (Output Reset) changes how the robot learns, but it doesn't solve the biggest problem of the Group-Relative method: the tendency to wander too far from the original policy.

In the classic PPO setup, the smooth method helped the robot get higher scores, though with a bit more instability. In the newer Group-Relative setup, it made the training much more consistent but didn't improve the final score or stop the robot from drifting. The paper suggests that simply smoothing out the math isn't enough to fix the "drift" issue; we might need bigger groups of comparisons or different safety rules to keep the robot from running away.

Ultimately, this study shows that in the world of AI training, there is no single "magic bullet." A technique that works beautifully in one setup might behave differently in another. The smooth, continuous approach of Output Reset offers a different flavor of learning—one that can be more stable or more effective depending on the context—but it is not a universal fix for keeping AI models in check. The researchers conclude that while their new method changes the behavior of the training process, the question of how to best control these powerful models remains open, especially as we move toward larger and more complex AI systems.

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 →