Finding the Evidence: Discovering Decision-Supporting Tokens for On-Policy Reasoning Distillation
The paper proposes DEAR, a novel on-policy distillation framework that improves reasoning transfer by identifying not only decision points via student uncertainty but also critical supporting evidence tokens through hidden-state similarity and divergence, thereby outperforming standard methods on math and code benchmarks.
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) how to solve complex puzzles by watching a master craftsman (the Teacher).
In the world of AI, this process is called On-Policy Distillation. The apprentice tries to solve a problem, and the teacher watches, correcting every single word the apprentice writes.
The paper argues that the current way of doing this is flawed. It's like the teacher correcting every word the apprentice writes, from "Let's start" to "The answer is 42." This overwhelms the apprentice with too much noise.
The authors discovered that not all words are created equal. They found that reasoning chains actually contain two very different types of "knowledge," and they need to be taught in two different ways.
The Two Types of Knowledge: The "Turn" and the "Proof"
To understand the paper's discovery, imagine the apprentice is navigating a maze.
Decision Tokens (The Turns): These are the moments where the apprentice has to choose a path. "Should I go left or right?" "Should I add or subtract?"
- How we find them: When the apprentice is unsure, they hesitate. In AI terms, this is high uncertainty (or high "entropy"). Current methods are good at spotting these moments because the apprentice is visibly confused.
- Analogy: These are the crossroads. The teacher knows to stop and say, "Hey, look here! This is where you need to think hard."
Evidence Tokens (The Proof): These are the steps the apprentice takes after making a decision. "I chose left, so I will walk 10 steps."
- The Problem: Sometimes, the apprentice is confident but wrong. They might confidently say, "I will walk 10 steps," but the teacher knows the path is actually 12 steps. Because the apprentice is so confident, they don't hesitate. Their "uncertainty meter" stays low.
- The Blind Spot: Current teaching methods only look for the "uncertain" moments (the turns). They completely miss these "confidently wrong" steps. The apprentice learns where to turn, but not how to walk the path correctly. They learn the skeleton of the reasoning but miss the flesh and blood.
The Solution: DEAR (Decision-Evidence Aware Reasoning)
The authors propose a new method called DEAR. Instead of just looking for confusion, DEAR uses a two-step detective process to find the hidden "confidently wrong" steps.
Step 1: Find the Turns (Decisions)
Just like before, the system looks for the moments where the apprentice is unsure. These are the "Decision Tokens."
Step 2: Find the Proof (Evidence)
This is the clever part. Once the system finds a "Turn," it asks: "What other steps in this sentence are connected to this Turn?"
- The Analogy: Imagine the apprentice writes a story. The "Turn" is the plot twist. The "Evidence" is the paragraph explaining why the twist happened. Even if the apprentice writes the explanation confidently (and maybe gets a detail wrong), that paragraph is still deeply connected to the plot twist.
- How DEAR does it: It looks at the "hidden thoughts" (internal data) of the AI. It checks if the "confident" words share a similar "vibe" or context with the "uncertain" decision words. If they do, DEAR marks them as important Evidence Tokens that need correction, even if the apprentice didn't seem confused.
It also adds a "gap check": If the teacher and the student disagree strongly on a step, that step gets extra attention.
Why This Matters (The Results)
The paper tested this on math problems and coding tasks.
- The Result: By teaching the apprentice not just where to turn, but also how to walk the path (the evidence), the student got much better.
- The Numbers:
- In Math competitions, the new method improved scores by up to 2.5 percentage points.
- In Coding, it improved scores by up to 5.7 percentage points.
- Crucially, it helped the most on the hardest problems, where long chains of reasoning are needed.
Summary in a Nutshell
Think of the old method as a teacher who only stops the student when they look lost at a crossroads.
DEAR is a teacher who stops the student at the crossroads AND also checks the steps they took immediately after, correcting them even if the student was walking confidently in the wrong direction.
By finding these "hidden" mistakes, the student learns the full logic of the solution, not just the high-level choices.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.