← Latest papers
🤖 machine learning

On the Position Bias of On-Policy Distillation

This paper identifies a position bias in On-Policy Distillation where later tokens provide degraded supervision due to distributional drift, and proposes Importance-Weighted On-Policy Distillation (IW-OPD) to dynamically downweight these later tokens, resulting in faster convergence and superior performance across various settings.

Original authors: Yan Xie, Sijie Zhu, Tiansheng Wen, Bo Chen, Yifei Wang

Published 2026-06-23
📖 4 min read☕ Coffee break read

Original authors: Yan Xie, Sijie Zhu, Tiansheng Wen, Bo Chen, Yifei 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 trying to teach a young apprentice (the Student) how to solve complex math problems by having them watch a grandmaster (the Teacher) solve them.

In the standard method described in this paper, called On-Policy Distillation (OPD), the apprentice is asked to solve a problem on their own. As they write down their solution step-by-step, the grandmaster watches and corrects every single word they write. The goal is for the apprentice to learn from these corrections.

However, the authors of this paper discovered a hidden flaw in how this teaching happens. They call it "Position Bias."

The Problem: The "Drifting Train" Analogy

Imagine the apprentice's solution as a train journey.

  • The Beginning (The Prefix): When the train first leaves the station, the apprentice is still thinking clearly and following the general path the grandmaster would take. The grandmaster's corrections here are gold. They are accurate, helpful, and keep the train on the right track.
  • The Middle and End (The Suffix): As the train travels further, the apprentice starts to make small mistakes. Because they are an apprentice, these small errors compound. Suddenly, the train is on a completely different track, far away from where the grandmaster would ever go.

Here is the catch: The standard teaching method treats every word the apprentice writes as equally important. It gives the same amount of "attention" to the first word as it does to the 100th word.

The paper shows that by the time the apprentice reaches the 100th word, they have drifted so far off course that the grandmaster's advice is useless. In fact, the grandmaster might be confused, trying to correct a path that makes no sense in the grandmaster's own world. The paper found that if you only used the corrections for the first 30% of the apprentice's answer, the student learned just as well as if they used the whole answer. But if you only used the last 30%, the student learned almost nothing.

The Solution: The "Smart Tutor" (IW-OPD)

To fix this, the authors created a new method called Importance-Weighted On-Policy Distillation (IW-OPD).

Think of IW-OPD as a Smart Tutor who realizes the train is drifting. Instead of shouting corrections at the same volume for the entire journey, the Smart Tutor adjusts their voice:

  • Early in the journey: The tutor speaks loudly and clearly, giving high-value corrections because the apprentice is still on the right path.
  • Later in the journey: As the apprentice's path starts to deviate from the grandmaster's style, the tutor turns down the volume. They stop wasting energy trying to correct the apprentice on a path the grandmaster would never take.

The Smart Tutor calculates this "volume" based on how much the apprentice's path has drifted from the grandmaster's path so far. If the drift is small, the corrections are strong. If the drift is huge, the corrections are quiet or ignored.

Why This Matters

The paper tested this "Smart Tutor" method with different sizes of students and teachers (from small AI models to massive ones). The results were clear:

  1. Faster Learning: The students learned much faster. They reached high performance levels in fewer training steps because they weren't wasting time listening to bad advice on the later parts of their answers.
  2. Better Results: Even after training was finished, the students using this method were better at solving problems (specifically math and coding challenges) than those using the standard method.
  3. Works for Everyone: The method worked best when the student was much smaller than the teacher (a huge gap in skill), which is exactly when the "drifting" problem is worst.

In a Nutshell

The paper argues that in AI training, not all moments are created equal. Trying to learn from every single mistake an AI makes is inefficient because, eventually, the AI gets so lost that the teacher's advice is irrelevant. By focusing the learning budget on the early, high-quality parts of the answer and ignoring the later, drifted parts, we can train smarter, faster, and more effectively.

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 →