The Shape of Wisdom: Decision Trajectories in Language Models
This paper analyzes 9,000 decision trajectories across three language models to reveal that correctness and stability are distinct properties, demonstrating that attention mechanisms primarily drive stable correct answers while specific text spans critically influence decision margins.
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 a race where the finish line isn't just a single moment, but a long, winding path. Most people only look at who crosses the finish line first (the final answer). But this paper asks us to watch the entire race to see how the runners actually got there.
Here is the story of the paper, "The Shape of Wisdom," broken down into simple concepts:
1. The Race is a Journey, Not a Snapshot
Usually, we think of an AI model as a machine that reads a question and instantly spits out an answer (A, B, C, or D). This paper argues that's wrong. Inside the model, the answer is actually a journey that happens layer by layer, like climbing a staircase.
At the bottom of the stairs (the early layers), the model might be leaning toward the wrong answer. Halfway up, it might be confused, hovering right on the edge between two choices. By the top, it might finally decide on the right one. Or, it might decide on the right one early, then wobble and almost change its mind, only to snap back at the very end.
The authors call this path a "trajectory." They track how much the model "likes" the correct answer compared to the best wrong answer at every single step of the climb.
2. The Four Types of Runners
By watching these journeys, the researchers found that models don't just give "Right" or "Wrong" answers. They fall into four distinct personality types:
- Stable-Correct: The model figures out the right answer early and confidently sticks with it all the way to the top. (The confident winner).
- Stable-Wrong: The model picks the wrong answer early and confidently sticks with it. (The confident loser).
- Unstable-Correct: The model eventually gets the right answer, but it was a shaky ride. It wobbled, almost changed its mind, and only settled on the right answer at the very last second. (The nervous winner).
- Unstable-Wrong: The model picks the wrong answer, wobbles, almost changes its mind, but ends up wrong anyway. (The nervous loser).
The Big Surprise: The most common group in their study was Unstable-Correct. This means that even when the AI gets the answer right, it often hasn't "settled" on it until the very last moment. It's a correct answer that was barely hanging on.
3. What Pushes the Runner? (The Engine Room)
Once they knew how the models moved, they asked what was pushing them. They looked at two main "engines" inside the AI:
- Attention: This is like the model's eyes, scanning the question to see what words matter.
- MLP (Feed-Forward): This is like the model's internal thinking or memory, processing what it saw.
They found a funny split:
- In the Stable-Correct cases, the Attention engine was the one consistently pushing the model toward the right answer, step-by-step.
- The MLP engine, surprisingly, often pushed in the wrong direction or didn't help much in these stable cases.
4. The "Delete" Experiment
To prove what was important, the researchers played a game of "delete and see." They took the question text and deleted specific parts:
- Deleting the "Evidence": When they removed the part of the text that actually supported the right answer, the model's confidence in the right answer dropped.
- Deleting the "Distractors": When they removed the confusing or wrong parts of the text, the model's confidence in the right answer actually went up.
This proved that the model is genuinely reacting to the meaning of the words, not just guessing randomly.
5. The "Time Travel" Test
Finally, they did a weird experiment: they took a "nervous" model that was failing and tried to swap its internal "engine parts" with a "confident" model that was succeeding.
- When they swapped the Attention parts, it helped a little.
- When they swapped the MLP parts (the internal thinking), it made a huge difference, often turning a failing model into a winning one.
This suggests that while Attention helps the model stay on track step-by-step, the deep internal processing (MLP) is what really locks in the final decision.
The Main Takeaway
The paper concludes that being right isn't the same as being stable.
Just because an AI gives you the correct answer doesn't mean it "knows" it. It might be a fluke, a last-second panic, or a shaky guess. The "wisdom" of the model isn't just the final score; it's the smooth, confident path it took to get there. The best models are the ones that find the right answer early and stay there, rather than the ones that stumble their way to the finish line.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.