← Latest papers
💬 NLP

Internalize the Temperature: On-Policy Self-Distillation as Policy Reheater for Reinforcement Learning

The paper proposes Temperature-Scaled On-Policy Self-Distillation (TS-OPSD), a lightweight method that internalizes exploratory temperature effects into model parameters to recover entropy and improve reasoning in large language models after entropy collapse, without requiring external teachers or additional inference costs.

Original authors: Xuewei Yang, Jiachen Yu, Jie Wu, Shaoning Sun, Junjie Wang, Yujiu Yang

Published 2026-06-02
📖 5 min read🧠 Deep dive

Original authors: Xuewei Yang, Jiachen Yu, Jie Wu, Shaoning Sun, Junjie Wang, Yujiu Yang

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 Problem: The "Over-Confident" Student

Imagine you are training a brilliant student (an AI model) to solve complex math problems. You use a method called Reinforcement Learning, where the student gets a "gold star" for correct answers and a "thumbs down" for wrong ones.

At first, the student is great. They try many different ways to solve a problem, learning from their mistakes. But after a while, something strange happens: the student becomes too confident. They stop trying new approaches and only repeat the one solution they think is perfect.

In the paper, this is called Entropy Collapse.

  • The Analogy: Think of the student's mind as a library. At first, they browse many different aisles (exploring many ideas). But as they get "trained," they stop looking at the shelves and just stare at one single book they think is the answer. They stop exploring.
  • The Consequence: Because they stop trying new things, they stop learning. If they get stuck on a hard problem, they can't find a new path out because they've forgotten how to explore. They hit a ceiling and can't get any better.

The Old Fixes: "Fake" Exploration

Scientists tried to fix this by telling the student, "Hey, try being a bit more random!"

  • Method 1: They added a rule to the grading system to force the student to be less confident.
  • Method 2: They told the student, "When you pick an answer, flip a coin to make it slightly more random."

The Flaw: These are like putting a "randomness filter" on the student's glasses. The student looks like they are exploring, but deep down, their brain (the model's internal weights) is still rigid and stuck. It's a temporary trick, not a real change in how they think.

The New Solution: "Policy Reheating" (TS-OPSD)

The authors propose a new method called TS-OPSD. Instead of just telling the student to act random, they actually rewire the student's brain to be naturally more open-minded again.

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

  1. The "Self-Teacher" Trick:
    Imagine the student is stuck in their rigid way of thinking. The researchers ask the student to look at their own thoughts, but view them through a "foggy lens" (high temperature).

    • The Analogy: If the student thinks, "The answer is definitely 42," the foggy lens makes them think, "Well, 42 is likely, but maybe 41 or 43 are also possible."
    • Crucially, the student doesn't need a new teacher. They are teaching themselves by looking at their own ideas through this foggy lens.
  2. The "Reheating" Process:
    The student then tries to match their normal, rigid brain to this "foggy," open-minded version of themselves.

    • The Analogy: It's like reheating a stiff piece of clay. You don't just tell the clay to be soft; you actually warm it up so it becomes pliable again. The "softness" (exploration) is now baked into the clay itself, not just a temporary trick.
  3. The Result:
    Once the student's brain is "reheated," they go back to their training. Because their brain is now naturally more flexible, they can explore new paths again without needing external rules or random number generators.

Why This is Better

The paper shows that this "reheating" works better than the old tricks for two main reasons:

  • It's Permanent: The flexibility is now part of the model's DNA (parameters), not just a setting you turn on and off.
  • It Doesn't Forget: When they "reheat" the model, they don't lose the math skills they already learned.
    • The Analogy: Imagine a chef who has forgotten how to be creative. The old methods just told them to "guess more." The new method gently warms up their creativity without making them forget how to chop onions or boil water. They are still a great chef, but now they can invent new recipes again.

The "Entropy Jump" Surprise

The researchers noticed something cool happen during this reheating.

  • At first, the model gets slightly more flexible.
  • Then, suddenly, there is a "Jump."
  • The Analogy: It's like a dam holding back water. The water pressure builds up slowly (the model gets slightly more open), and then suddenly, the water rushes through the crack. The model suddenly starts exploring completely new, previously ignored paths.
  • The Good News: Even though they start exploring wild new paths, they don't start making bad mistakes. They just find better solutions they had missed before.

Summary

The paper introduces a way to fix AI models that have become "stuck" and too confident. Instead of forcing them to be random, the researchers use a self-teaching trick to bake flexibility directly into the model's brain. This allows the AI to keep learning and solving hard math problems long after it would have normally given up.

Key Takeaway: Don't just tell a rigid AI to "be random." Teach it to become flexible again, so it can keep learning on its own.

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 →