← Latest papers
🤖 machine learning

Self-Distilled RLVR

This paper introduces RLSD, a novel training paradigm that combines the stable, direction-providing signals of Reinforcement Learning with Verifiable Rewards (RLVR) with the fine-grained magnitude adjustments from on-policy self-distillation, thereby overcoming the information leakage and instability issues found in pure self-distillation approaches while achieving superior convergence and training stability.

Original authors: Chenxu Yang, Chuanyu Qin, Qingyi Si, Minghui Chen, Naibin Gu, Dingyu Yao, Zheng Lin, Weiping Wang, Jiaqi Wang, Nan Duan

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

Original authors: Chenxu Yang, Chuanyu Qin, Qingyi Si, Minghui Chen, Naibin Gu, Dingyu Yao, Zheng Lin, Weiping Wang, Jiaqi Wang, Nan Duan

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 Picture: Teaching a Student to Think

Imagine you are training a brilliant but inexperienced student (an AI model) to solve complex math problems. You want them to get better at reasoning, not just memorizing answers.

There are two main ways people have tried to teach this student recently:

  1. The "Right/Wrong" Coach (RLVR):
    • How it works: The student tries to solve a problem. At the very end, you tell them, "Correct!" or "Wrong."
    • The Problem: This is like a coach who only shouts "Good job!" or "Bad job!" after the whole game is over. The student doesn't know which specific move was the genius one or which one was the mistake. They get a vague signal and have to guess what to improve.
  2. The "Perfect Answer" Tutor (On-Policy Self-Distillation / OPSD):
    • How it works: The student tries to solve a problem. Meanwhile, a "Teacher" version of the same student (who has access to the secret answer key) watches and says, "For this specific word, you should have said this."
    • The Problem: The teacher has a cheat sheet (the answer key) that the student doesn't have. If the student tries too hard to copy the teacher's exact words, they start memorizing the cheat sheet instead of learning how to think. When they take a real test without the cheat sheet, they get confused because they were trained to rely on information they don't actually have.

The Discovery: Why the "Tutor" Method Fails

The authors of this paper discovered a hidden trap in the "Tutor" method.

  • The Analogy: Imagine a student taking a test. The teacher whispers the answer to the student while they are writing. The student writes down the answer perfectly.
  • The Trap: Over time, the student stops learning how to solve the problem. Instead, they learn a secret code: "When I see Question X, I must write Answer Y because the teacher told me to."
  • The Result: When the teacher stops whispering (during the real exam), the student panics. They try to guess what the teacher would have whispered, leading to hallucinations and a drop in performance. The paper calls this "Privileged Information Leakage." The student is leaking information they aren't supposed to have.

The Solution: RLSD (The "Smart Scorecard" Method)

The authors propose a new method called RLSD (Reinforcement Learning with Self-Distillation). They realized they didn't need to throw away the Tutor; they just needed to change how the Tutor speaks.

Instead of telling the student what to say (the specific words), the Tutor only tells the student how important each word was.

Here is how it works, step-by-step:

1. The Direction Comes from the Coach (The Environment)

  • The Rule: The final decision on whether the whole answer is "Good" or "Bad" comes strictly from the environment (the math problem's correct answer).
  • The Metaphor: The Coach still blows the whistle at the end of the game. If the team won, everyone gets a "Good Job." If they lost, everyone gets a "Try Harder." This ensures the student never learns the wrong direction.

2. The Magnitude Comes from the Tutor (Self-Distillation)

  • The Rule: The Tutor (who sees the secret answer) looks at the student's work and assigns a "credit score" to every single word.
  • The Metaphor:
    • Scenario A (Correct Path): The student is solving a math problem. They write "2 + 2 = 4." The Tutor sees this is a crucial step toward the right answer and says, "Great! That word gets a huge bonus!"
    • Scenario B (Wrong Path): The student writes "2 + 2 = 5." The Tutor sees this is a fatal error and says, "That word gets a huge penalty!"
    • Scenario C (Fluff): The student writes "Let's think about this..." The Tutor says, "This is fine, but not super important. Just a small bonus."

3. The Magic Trick: Decoupling Direction and Magnitude

This is the core innovation.

  • Old Way (OPSD): The Tutor said, "Say this word." (This forced the student to copy the cheat sheet).
  • New Way (RLSD): The Coach says, "You won!" (Direction). The Tutor says, "You did a great job on step 3, but step 5 was weak" (Magnitude).

The student learns: "I need to keep doing things that lead to a win, and I should focus extra effort on the specific steps that the Tutor thinks are important."

Why This is a Game Changer

  1. No Cheating: Because the Tutor never tells the student what to say, only how much to care about what they said, the student can't leak the secret answer. They learn the logic, not the cheat sheet.
  2. Super Fast Learning: The student gets detailed feedback on every single word (like a GPS giving turn-by-turn directions) instead of just a final score. This makes them learn much faster.
  3. Stability: The student doesn't crash and burn later on (like the old Tutor method did) because they are always anchored to the real "Right/Wrong" signal from the Coach.

Summary Analogy: The Video Game Walkthrough

  • RLVR (Old Way): You play a video game. You die. The game says "Game Over." You try again. You have no idea which enemy killed you.
  • OPSD (The Broken Tutor): You play the game. A "God Mode" version of you (who sees the future) whispers, "Jump here! Don't shoot there!" You memorize the whispers. But when you play without the whispers, you fail because you didn't learn the game mechanics, you just memorized the script.
  • RLSD (The New Way): You play the game. The game says "Game Over" (Coach). But a replay shows a heat map: "You died because you missed this jump (Red Zone). You survived because you dodged this laser (Green Zone)." You learn to jump and dodge better, without needing the script.

In short: RLSD takes the best parts of having a smart teacher and a clear scoreboard, combines them, and fixes the flaw where students start cheating by memorizing the teacher's secrets. The result is an AI that learns to reason faster, more stably, and without getting confused.

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 →