← Latest papers
🤖 machine learning

Verifier-Induced Support Reshaping in On-Policy Optimization

This paper reveals that on-policy reinforcement learning with verifiable rewards (RLVR) can improve immediate task performance while inadvertently causing "verifier-induced support reshaping," where the policy narrows its output distribution to make successful trajectories for future objectives too rare to sample, thereby compromising long-term trainability and joint capability.

Original authors: Shaohang Wei, Zikun Su, Feifan Song, Wen Luo, Wei Li, Guangyue Peng, Houfeng Wang

Published 2026-08-04
📖 6 min read🧠 Deep dive

Original authors: Shaohang Wei, Zikun Su, Feifan Song, Wen Luo, Wei Li, Guangyue Peng, Houfeng Wang

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

Imagine you are teaching a super-smart robot to be a helpful assistant. You don't just want it to know facts; you want it to follow rules, solve tricky math problems, and write code. To do this, scientists use a method called "reinforcement learning," which is like a game where the robot tries different answers, gets a score from a "verifier" (a strict judge), and learns to repeat the high-scoring moves. The big hope is that we can teach the robot one skill after another—first math, then writing, then coding—without it forgetting the old stuff or getting confused. This is the dream of "continual learning": building a robot that gets better and better at everything, step by step. But what if the very act of teaching the robot to be perfect at one thing accidentally locks the door to learning the next thing? What if the robot learns to be so good at following instructions that it forgets how to think step-by-step, or vice versa?

This paper investigates a sneaky problem called "verifier-induced support reshaping." The researchers found that when you train an AI to be great at one specific task using a strict judge, the AI doesn't just get better at that task; it actually changes its personality in a way that makes it much harder to learn other tasks later. It's like if you trained a dog to only sit when you say "Sit," and in doing so, you accidentally taught it that "Sit" is the only word that matters. Later, when you try to teach it to "Stay," it might be confused because its brain has been reshaped to ignore everything else. The paper shows that this isn't just about the robot forgetting old tricks (a known problem called "catastrophic forgetting"); it's about the robot making the right kind of answers so rare that the training process can't find them anymore. Even if the robot still has the ability to solve a math problem, it might stop trying to solve it the right way because it got used to a different style of answering.

The researchers tested this by training two types of AI models on two very different tasks: solving math problems and following strict writing instructions (like "write exactly 50 words" or "use bullet points"). They trained one group to be math wizards and another to be instruction-following pros. Then, they swapped the judges to see what happened.

Here is what they discovered:

The Math-to-Instruction Trap
When they trained the AI to be a math genius first, it did get better at following instructions on average. However, something strange happened: the AI became very "polarized." It either got the instruction perfectly right or completely wrong, with very few "middle ground" attempts. Before, the AI might have tried many different ways to answer, some of which were close to right. After math training, it stopped trying those middle paths. This meant that if you tried to sample many answers (like asking the AI to try 32 times), you were less likely to find any successful answer for the instruction task. The math training had narrowed the AI's focus so much that it stopped exploring the "support" (the variety of attempts) needed to learn new instruction-following tricks.

The Instruction-to-Math Trap
The reverse was even more interesting. When they trained the AI to be an instruction-follower first, it started changing how it answered math problems. Instead of showing its work step-by-step (like "First, I add 2 and 2..."), the AI started jumping straight to the answer ("The answer is 4"). The researchers call this a shift from "Deliberate Reasoning Initiation" (DRI) to "Direct Answer Initiation" (DAI).
This shift was a big deal. When the AI started skipping the steps, it became much harder to find the correct answer, even if the AI still knew the math. In fact, the more the AI jumped to direct answers, the lower its success rate became when they tried to sample multiple attempts. The "support" for finding the right math answer had shrunk.

The "First Token" Secret
The researchers dug deeper to find out why this was happening. They discovered that the change wasn't about the AI forgetting how to do math later in the sentence. The change happened in the very first word the AI typed!
It turns out that the "judge" (verifier) for math encourages the AI to start with words like "Alright" or "Let's step through," while the judge for instructions encourages starting with "Answer" or "Here." Once the AI learns to start with "Answer," it gets locked into a path where it skips the reasoning steps. The researchers proved this by forcing the AI to start with the "math" words even when it had been trained to be an instruction-follower. When they did this, the AI's ability to find math solutions magically improved. This suggests that the AI didn't lose its math brain; it just got stuck in a bad "opening move" habit.

Can We Fix It?
The team tried to fix this problem. They tried to "pre-train" the AI to always start with the right words (a "DRI prior"), but this only delayed the problem; eventually, the AI still switched to the direct-answer style. They also tried a technique called "on-policy distillation," where a student AI tries to copy a teacher AI. But this only worked if they picked the teacher very carefully; if the teacher had already learned the "bad" habit, the student copied it too.

The Bottom Line
The paper concludes that simply making an AI better at one task doesn't guarantee it will be ready to learn the next one. In fact, the improvements in one area can sometimes make the "search space" for the next area so small that the AI can't find the right answers anymore. The gains in math or instruction following don't always translate into answers that are both correct and follow the rules. It's a warning to AI developers: just because a model scores high on a test today doesn't mean it hasn't locked the door to its future learning. To keep an AI flexible, we need to make sure it keeps a wide variety of "opening moves" available, not just the ones that score high right now.

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 →