← Latest papers
🤖 AI

TRACE: Distilling Where It Matters via Token-Routed Self On-Policy Alignment

The paper proposes TRACE, a token-routed self-distillation method that selectively applies KL divergence to annotator-marked critical spans during reinforcement learning with verifiable rewards, thereby mitigating gradient waste and privileged-information leakage to significantly improve long-horizon math reasoning and out-of-distribution generalization compared to standard GRPO and full-response self-distillation baselines.

Original authors: Jiaxuan Wang, Xuan Ouyang, Zhiyu Chen, Yulan Hu, Zheng Pan, Xin Li, Lan-Zhe Guo

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

Original authors: Jiaxuan Wang, Xuan Ouyang, Zhiyu Chen, Yulan Hu, Zheng Pan, Xin Li, Lan-Zhe Guo

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 student to solve complex math problems. You have a "Teacher" (a smart AI) and a "Student" (the AI you are trying to train).

In the past, researchers tried a method called On-Policy Self-Distillation. The idea was simple: let the Student generate an answer, then have the Teacher look at the entire answer and say, "You did this right, and this, and this..." all the way through. The Student would then try to copy the Teacher's every move.

The Problem: The "Over-Teacher" Effect
The paper argues that this "copy everything" approach is actually harmful, especially for long, complex reasoning tasks.

  • The Analogy: Imagine a student taking a 10-page exam. The Teacher goes through and highlights every single word in red, saying, "Do it exactly like this."
  • The Result: The student gets overwhelmed. They stop thinking for themselves. Their answers get shorter (because they are afraid to write too much), they start guessing randomly (their "entropy" rises), and they eventually fail the test. The paper calls this a "granularity mismatch." The student doesn't need to be corrected on every word; they only need help on the few critical steps where they might get stuck or make a mistake.

The Solution: TRACE (Token-Routed Alignment for Critical Reasoning)
The authors propose a new method called TRACE. Instead of the Teacher correcting the whole essay, TRACE acts like a smart tutor who only points out the specific, crucial moments.

Here is how TRACE works, using a simple analogy:

1. The "Spotlight" (Token-Routed)

Instead of shining a light on the whole page, TRACE uses a spotlight.

  • The Annotator: A helper (which can even be the student itself!) looks at the Student's answer and marks only the "Critical Spans." These are the few sentences where the logic is either brilliant (Key Spans) or dangerously wrong (Error Spans).
  • The Rule: The spotlight covers only about 25% of the answer. The rest of the answer is left alone.

2. The "Two-Tool" Approach (FKL vs. RKL)

Once the spotlight is on a specific part, TRACE uses two different tools depending on what it sees:

  • If the Student is struggling (Under-allocated): The Teacher says, "Hey, you are ignoring this important step! Look at me and do it this way." This is called Forward KL (FKL). It pushes the student to pay attention to the right path.
  • If the Student is confidently wrong (Over-confident): The Student says, "I'm sure this is right!" but it's actually wrong. The Teacher says, "No, stop! You are too sure of yourself. Back off." This is called Reverse KL (RKL). It dampens the student's confidence in the wrong direction.

3. The "Fading Hint" (Decay)

The most important part of TRACE is that the Teacher's help is temporary.

  • The Analogy: Imagine the Teacher is giving the student a hint during a practice test. At first, the hint is loud and clear. But as the student gets better, the hint gets quieter and quieter until it disappears completely.
  • The Result: After a short "warm-up" period (about 40 steps in the training), the Teacher stops talking entirely. The Student is left to solve problems using their own logic (reinforcement learning), but they have already learned the critical habits from the short period of guidance. This prevents the student from becoming dependent on the Teacher.

Why It Works (The Results)

The paper tested this on math problems (like solving equations) and general knowledge questions (GPQA).

  • The "All-Token" methods failed: When other methods tried to correct the whole answer, the AI's performance crashed, and it started giving shorter, less creative answers.
  • TRACE succeeded: By only correcting the critical parts and then fading away, TRACE improved the AI's math scores by a significant margin (about 2.76% on average) compared to the standard method.
  • The "Self-Taught" Bonus: Even when the AI acts as its own tutor (without a human or a stronger AI helping), TRACE still works well. This proves the method isn't just "cheating" by importing a super-smart teacher's knowledge; it's actually teaching the AI how to learn better.

In Summary:
TRACE is like a coach who doesn't yell at the player for every mistake in the game. Instead, the coach waits for the critical moments, gives a sharp, specific correction, and then steps back to let the player play the game on their own. This keeps the player focused, confident, and capable of handling long, difficult challenges without burning out.

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 →