The Convergence Gap: Instruction-Tuned Language Models Stabilize Later in the Forward Pass
This paper introduces the "convergence gap" diagnostic to demonstrate that instruction-tuned language models stabilize their next-token predictions later in the forward pass than their pretrained counterparts, a delay primarily driven by computations in the late MLP layers.
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 watching two chefs prepare the exact same dish. One is a Novice Chef (the Pretrained model) who learned by reading millions of cookbooks. The other is a Master Chef (the Instruction-Tuned model) who took that same training but then spent extra time learning exactly how to follow specific customer orders and chat politely.
You might expect that once they start cooking, they would both figure out the final dish pretty quickly. But this paper discovered something surprising: The Master Chef keeps changing their mind much longer than the Novice Chef.
Here is the breakdown of the paper's findings using simple analogies:
1. The "Convergence Gap": When Do They Decide?
Think of the AI model as a long assembly line with many stations (layers). At every station, the model makes a guess about what word comes next.
- The Novice Chef usually figures out the final flavor of the dish very early in the process. By the time they reach the last few stations, they are just polishing a decision they made way back at the start.
- The Master Chef keeps tweaking the recipe all the way down the line. Even at the very last stations, they are still significantly different from the final dish they will serve.
The authors call this the "Convergence Gap." It measures how far the model's current guess is from its final answer. The paper found that for instruction-tuned models, this gap stays wide for much longer. They "settle" on their answer later in the process.
2. Is It Just About Confidence?
You might think, "Maybe the Master Chef just sounds more confident, so they look different?"
The researchers tested this by forcing both chefs to have the exact same level of confidence and uncertainty. Even when they were perfectly matched on how sure they felt, the Master Chef still kept changing their mind later in the process. It wasn't just a confidence trick; it was a fundamental difference in how they think.
3. The "Magic Switch": Where Does the Change Happen?
To find out why the Master Chef hesitates so long, the researchers played a game of "Frankenstein." They took parts of the Novice Chef's brain and swapped them into the Master Chef's brain, and vice versa.
They tested three zones:
- Early Zone: The beginning of the assembly line.
- Middle Zone: The middle of the line.
- Late Zone: The very end of the line, just before the dish is served.
The Discovery:
- If you take the Late Zone from the Master Chef and put it into the Novice Chef, the Novice suddenly starts hesitating and changing their mind late in the process, just like the Master.
- If you take the Late Zone from the Master Chef and replace it with the Novice's Late Zone, the Master Chef suddenly stops hesitating and decides early.
The Analogy: It's like the "Late Zone" is the decision-making committee at the very end of the factory. The Master Chef's committee is designed to keep debating and refining the plan right up until the last second. The Novice's committee just signs off early.
4. Is It Just Random Noise?
The researchers asked: "Is it just because the Master Chef's brain is more complex, so any random change at the end would cause this?"
They tried swapping in random, scrambled parts at the end of the line. Nothing happened. The "Late Decision" effect only appeared when they swapped in the actual trained parts from the Master Chef. This proves it's a specific, learned behavior, not just random chaos.
5. Does This Actually Change How They Talk?
The paper included a small test with one specific model (Gemma) to see if this "late decision" habit actually changes the conversation.
- They took the Master Chef and replaced their "Late Decision Committee" with the Novice's version.
- Result: When people judged the conversations, they overwhelmingly preferred the original Master Chef. The version with the "Novice Late Committee" sounded less helpful and less natural.
The Bottom Line
The paper doesn't claim to have solved all of AI. It simply points out a specific, measurable difference:
Instruction-tuned models (the ones that chat with us) take a longer, more winding road to reach their final answer compared to their raw, pre-trained versions.
They don't just "know" the answer differently; they process the path to the answer differently, keeping their options open much longer. The "engine" responsible for this delay is located in the very last part of the model's brain (the late MLP layers).
What the paper does NOT claim:
- It does not say this is the only reason AI is good at following instructions.
- It does not claim this method works for every single AI model ever made.
- It does not promise that we can use this to fix AI errors in the real world (yet).
It simply identifies a "signature" of how these models learn to follow instructions: they wait longer to decide.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.