← Latest papers
🤖 machine learning

Asymmetric On-Policy Distillation: Bridging Exploitation and Imitation at the Token Level

This paper proposes Asymmetric On-Policy Distillation (AOPD), a novel training framework that addresses the structural weaknesses of standard on-policy distillation by replacing ineffective negative reinforcement with localized divergence minimization, thereby achieving superior performance in mathematical reasoning and tool-use adaptation while maintaining higher policy entropy.

Original authors: Nan Jia, Haojin Yang, Xing Ma, Jiesong Lian, Shuailiang Zhang, Weipeng Zhang, Ke Zeng, Xunliang Cai, Zequn Sun

Published 2026-05-08
📖 4 min read☕ Coffee break read

Original authors: Nan Jia, Haojin Yang, Xing Ma, Jiesong Lian, Shuailiang Zhang, Weipeng Zhang, Ke Zeng, Xunliang Cai, Zequn Sun

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" AI) how to solve complex math puzzles by watching a grandmaster (the "teacher" AI).

For a long time, the standard way to do this was to let the apprentice try to solve the puzzle on their own. If they got a step right, the teacher gave a high-five. If they got a step wrong, the teacher gave a stern "no." This is called On-Policy Distillation.

However, the authors of this paper discovered that this "high-five or no" system has three major flaws that make learning slow and frustrating:

  1. The "Scream" Problem (High Variance): When the apprentice makes a really bad mistake, the teacher's "no" is so loud and harsh (mathematically speaking, the signal is huge and unbounded) that it scares the apprentice. Instead of learning a specific correction, the apprentice gets confused and makes wild, unpredictable jumps in their thinking.
  2. The "Silence" Problem (Vanishing Gradients): Most of the time, the apprentice's steps are just "okay"—not great, not terrible. In the old system, the teacher gives a neutral "meh" signal. Because this signal is so weak, the apprentice learns nothing from these moments, even though the teacher actually has a better way to do it. The learning process grinds to a halt.
  3. The "Blind Spot" Problem (Exploration Black Holes): If the apprentice gets stuck in a dead end, the old system only tells them not to go that way. It doesn't tell them where to go instead. The apprentice is left spinning in circles, blindly guessing new paths because they don't know the correct one exists.

The Solution: AOPD (The "Smart Tutor" Approach)

The paper proposes a new method called Asymmetric On-Policy Distillation (AOPD). Think of this as a tutor who switches teaching styles depending on the situation.

Instead of using the same "high-five/no" rule for everything, AOPD uses two different modes:

  • Mode 1: The Cheerleader (Exploitation): When the apprentice is doing something the teacher likes (a "positive" step), the system acts like the old method. It says, "Great job! Keep doing exactly that!" This reinforces good behavior.
  • Mode 2: The GPS (Imitation): When the apprentice is stuck, making a mistake, or just doing something "okay" (non-positive steps), the system stops the harsh "no" and the weak "meh." Instead, it instantly pulls up a map. It says, "Stop guessing. Look at the teacher's map. Here is the exact path the teacher would take from this specific spot."

Why This Works Better

The authors tested this on difficult math competitions (like AIME and HMMT) using different sizes of AI models. Here is what they found:

  • Smarter Learning: By switching to the "GPS" mode when things get tough, the apprentice doesn't get scared by huge mistakes or bored by neutral ones. They get precise, helpful directions exactly when they need them.
  • Faster and Stronger: The new method consistently beat the old "high-five/no" method. In fact, when the apprentice started with weaker skills (a "weak initialization"), the new method helped them catch up much faster, gaining about 8% more correct answers than the old way.
  • Better Memory: When the apprentice learned a new skill (like using tools) after mastering math, the old method made them forget their math skills. The new method (AOPD) was like a flexible sponge; it learned the new tool skill without washing away the math knowledge they already had.

The Big Picture

In simple terms, the paper argues that you shouldn't treat every learning moment the same.

  • When things are going well, encourage the student to keep exploring on their own.
  • When things are going poorly or are just "meh," stop the guessing game and directly show the student the teacher's better way.

By mixing "letting them try" with "showing them the answer" at the right moments, the AI learns faster, makes fewer mistakes, and remembers what it learned 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.

Try Digest →