← Latest papers
🤖 AI

Cornerstones or Stumbling Blocks? Deciphering the Rock Tokens in On-Policy Distillation

This paper identifies "Rock Tokens" as a persistent subset of high-loss tokens in On-Policy Distillation that consume significant optimization resources despite contributing negligibly to reasoning performance, demonstrating that strategically bypassing them can streamline the model alignment process.

Original authors: Yuxuan Jiang, Runchao Li, Shubhashis Roy Dipta, Dawei Li, Zhao Yang

Published 2026-05-12
📖 5 min read🧠 Deep dive

Original authors: Yuxuan Jiang, Runchao Li, Shubhashis Roy Dipta, Dawei Li, Zhao 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

Imagine you are trying to teach a talented but slightly clumsy apprentice (the Student Model) how to write perfect math proofs by having them copy a master architect (the Teacher Model).

In the world of AI, this process is called On-Policy Distillation. The apprentice writes a proof, the teacher corrects it, and the apprentice tries again. Usually, we assume that every mistake the apprentice makes is a valuable lesson. If the teacher says, "You got this wrong," the apprentice learns from it.

This paper introduces a surprising discovery: Not all mistakes are lessons. In fact, some of the most frequent "mistakes" are actually just Stumbling Blocks that waste time and energy, while a tiny few are the only real Cornerstones that hold the whole structure together.

Here is the breakdown of their findings using simple analogies:

1. The "Rock Tokens": The Stubborn Pebbles

The researchers noticed that even after the apprentice had practiced for a long time and seemed to have mastered the material, there were still specific words and symbols that kept getting "corrected" by the teacher. They called these Rock Tokens.

  • What are they? They aren't the complex math formulas or the deep logic. They are the "boring" stuff: spaces, new lines, brackets, punctuation, and common transition words like "So," "Wait," or "Let's."
  • The Problem: These tokens appear constantly (about 18% of the text). Every time the apprentice uses them slightly differently than the teacher, the computer calculates a "high loss" (a big error).
  • The Paradox: Even though the computer keeps screaming "ERROR!" at these tokens, the apprentice never actually learns to fix them. They remain stubbornly wrong throughout the entire training process. It's like a student who keeps writing the date wrong on every single homework assignment, and no matter how many times the teacher circles it, the student just keeps doing it the same way.

2. The Two Big Surprises

The researchers dug deeper and found two shocking truths about these "Rock Tokens":

Surprise A: The Gradient Paradox (The Noise vs. The Signal)
Usually, we think a big error means a big learning opportunity. But for Rock Tokens, the opposite is true.

  • The Metaphor: Imagine the teacher is trying to steer a ship. The Rock Tokens are like a massive, constant wave hitting the side of the boat. It pushes the ship hard (high "gradient"), but because the wave is so constant and predictable, the ship's rudder just ignores it. The ship keeps drifting in the same direction.
  • The Reality: These tokens generate a lot of "noise" in the training data. They take up a huge amount of the computer's processing power trying to fix them, but they don't actually help the model get smarter at reasoning. They are just structural habits the apprentice is too stubborn to break.

Surprise B: The "Pillar" vs. The "Stumbling Block"
The researchers asked: "If we remove these stubborn tokens, does the model crash?"

  • The Metaphor: Imagine a building. Most of the bricks are just filler. But a few specific bricks are Pillars—if you take them out, the roof falls. The rest are just Stumbling Blocks—if you remove them, the building stands just fine, maybe even better because it's lighter.
  • The Reality: They tested this by "knocking out" these tokens during the test phase.
    • Result: 96% to 98% of these stubborn tokens were neutral. Removing them didn't hurt the model's math skills at all.
    • The Exception: Only a tiny fraction (about 1.5% to 3.5%) were true Pillars. These were specific words like "certain," "strategic," or "initialize" that were actually critical for the logic.
    • Crucial Finding: There were zero "Stumbling Blocks." Removing the stubborn tokens never made the model worse. They were just dead weight.

3. The Solution: The "Skip" Button

Since most of these "Rock Tokens" are just wasting time, the researchers tried a new strategy: Freeze the Gradients.

  • The Analogy: Instead of forcing the apprentice to re-learn how to write the date or use a comma every single time, the teacher says, "Okay, we agree you'll write the date your way. Let's stop wasting time correcting that and focus on the actual math."
  • The Result: When they stopped trying to correct these stubborn tokens:
    • The model's math performance stayed exactly the same.
    • The training process became 1.4 to 1.7 times faster.

The Bottom Line

The paper argues that in the current way we train AI models, we are obsessively trying to fix every single tiny mismatch between the student and the teacher.

However, this is inefficient. We are spending 18% of our effort trying to align the "boring" structural parts of the text (spaces, punctuation, common words) that the model simply refuses to change and doesn't actually need to change to be smart.

The Takeaway:
To make AI training faster and more efficient, we should stop treating every "error" as a critical lesson. We should identify these Rock Tokens (the stubborn, high-frequency structural errors) and skip them. By ignoring the "Stumbling Blocks" and only focusing on the rare "Cornerstones" (the actual logic), we can build smarter models much faster without losing any reasoning ability.

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 →