Prefix Teach, Suffix Fade: Local Teachability Collapse in Strong-to-Weak On-Policy Distillation
This paper identifies "local teachability collapse" in strong-to-weak on-policy distillation, where uniform supervision fails due to a lack of discriminative teacher feedback in later trajectory segments, and proposes a trajectory-specific release rule that truncates dense supervision upon detecting a downward change point to consistently outperform standard methods across various benchmarks.
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 Big Idea: When a Teacher Stops Being Useful
Imagine you are learning to play chess from a Grandmaster (the Teacher). You make a move, and the Grandmaster tells you, "That was a good move," or "That was a bad move." This is called On-Policy Distillation. You play a game, the teacher grades your moves, and you learn from that feedback to play better next time.
Usually, researchers assume that if the teacher is smart, they should grade every single move you make in the game, from the first opening to the very last checkmate. The logic is: "More feedback is always better."
This paper says: "Not so fast."
The authors discovered that in a specific setup—where a very smart teacher is teaching a much smaller, weaker student—the teacher's feedback often stops being helpful halfway through the game. They call this problem "Local Teachability Collapse."
The Problem: The "Flatlining" Feedback
Think of the Grandmaster's feedback like a compass.
- At the start of the game: The compass is spinning wildly. The Grandmaster says, "Don't go left, go right! Don't take that pawn!" The difference between a good move and a bad move is huge. The feedback is high contrast and very useful.
- At the end of the game: You are both staring at a board where the outcome is almost decided. The Grandmaster might still say, "Yes, that was a good move," but the difference between your move and the next-best move is tiny. The compass isn't spinning anymore; it's just pointing vaguely north.
The paper found that even though the teacher is still technically "talking" and giving scores, the contrast (the ability to clearly distinguish between a good move and a slightly less good move) disappears. The feedback becomes "flat." If you keep training on this flat, low-contrast feedback, you aren't learning much; you're just listening to noise.
The Solution: The "Fade-Out" Rule
Instead of forcing the student to listen to the teacher for the entire game, the authors propose a smart rule: Stop listening when the teacher stops being specific.
They created a system that acts like a volume knob or a fade-out switch:
- Check the "Margin": At every step, the system asks: "Can the teacher clearly tell the difference between the student's top two choices?"
- Watch the Curve: As the game goes on, this ability to tell the difference usually drops.
- The Cut-off: The system uses a statistical test (called a BIC-style change-point) to detect exactly when the teacher's feedback starts to get "flat."
- Fade Out: Once that point is reached, the system stops the student from learning from the teacher for the rest of that specific game. It essentially says, "You've got the point; the rest of this game is just filler."
Why This Works (The Analogy)
Imagine a music teacher listening to a student play a piano piece.
- Early on: The teacher is very specific. "Your fingers are too stiff here," "That note was sharp," "You missed the rhythm." This is high-value feedback.
- Later on: The student is just playing the final chords. The teacher might say, "Good job," but the difference between playing the final chord perfectly and playing it 95% perfectly is negligible. The teacher's ability to give specific instruction has collapsed.
If the student keeps trying to learn from the teacher's vague "Good job" at the end of the song, they might start to overthink or get confused. By stopping the lesson right when the specific advice runs out, the student focuses only on the parts where they can actually improve.
What They Found
The researchers tested this on math problems using AI models (specifically the Qwen3 family).
- The Old Way: Let the teacher grade the whole answer. The student got an average score of 36.8%.
- The New Way (Fade-Out): Stop the teacher when their advice gets vague. The student's score jumped to 40.1%.
They also found that this method didn't just help with math; it helped the AI keep its general smarts for other tasks (like coding) better than the old methods did.
Summary
The paper argues that more feedback isn't always better. If a teacher's advice becomes vague and un-discriminating (low contrast), it's better to stop listening than to keep listening. By automatically detecting when the teacher's "teachability" collapses and fading out the supervision, the student learns more efficiently and performs better.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.