← Latest papers
🤖 machine learning

Final Checkpoints Are Not Enough: Analyzing Latent Reasoning Faithfulness Along Training Trajectories

This paper reveals that the faithfulness of latent reasoning methods is not static but dynamically evolves during training, with causal contributions to final answers decaying over time and varying significantly by answer format, highlighting that final checkpoint evaluations alone are insufficient to assess reasoning reliability.

Original authors: Hengyu Jin, Shu Yang, Di Wang

Published 2026-07-09
📖 5 min read🧠 Deep dive

Original authors: Hengyu Jin, Shu Yang, Di Wang

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 have a brilliant student taking a very difficult math test. There are two ways this student can solve the problems:

  1. The "Show Your Work" Method (Chain-of-Thought): The student writes down every single step on a piece of paper. You can read their notes to see exactly how they got the answer.
  2. The "Silent Thinking" Method (Latent Reasoning): The student solves the problem entirely in their head. They don't write anything down; they just whisper the final answer. This is faster and more compact, but you can't see how they did it.

This paper is about the second method. The big worry is: Is the student actually thinking, or are they just guessing? Maybe they memorized the answer key, or maybe they are using a shortcut that skips the actual thinking steps. If you poke their brain (or the computer code behind it) to see if the "silent thinking" steps are actually necessary, do they still get the right answer?

The researchers call this "faithfulness." If the silent steps are faithful, they are the cause of the answer. If they aren't faithful, the student is just pretending to think while the real answer comes from somewhere else.

The Big Mistake Everyone Made Before

Previous studies looked at these "silent thinkers" only after they finished their training (the final exam). They found that many of these models were "unfaithful"—you could mess up their silent thinking steps, and they would still get the right answer.

The authors of this paper say: "Wait a minute! We only looked at the finish line. What happened during the race?"

They decided to watch the models train from Day 1 to the very end, like watching a sports game instead of just looking at the final scoreboard. They used two special tools to test the models:

  1. The "What If" Trick: They changed a tiny detail in the question (like changing a road in a map) to see if the model changed its answer. If the model is faithful, it should change its answer.
  2. The "Brain Fog" Test: They temporarily "fogged up" the model's silent thinking steps with random noise to see if the model could still solve the problem.

What They Found (The Three Big Surprises)

1. Two Different Roads to the Same Dead End

They studied two different types of "silent thinkers" (let's call them Method A and Method B).

  • The Result: At the very end, both methods looked terrible. They both failed the "What If" trick and the "Brain Fog" test. They seemed equally unfaithful.
  • The Twist: The journey to that failure was completely different.
    • Method A started out being very faithful. It was good at changing its answer when the question changed. But then, halfway through training, it suddenly stopped caring. It got lazy and started ignoring the thinking steps, even though its final score kept going up.
    • Method B never cared about the thinking steps in the first place. It was unfaithful from Day 1 and stayed that way.
  • The Lesson: If you only look at the final exam, you think they are the same. But if you watch them train, you see one was a "late bloomer" who gave up, and the other was a "cheater" from the start.

2. The "Thinking" Steps Are Fading Away

They checked the model's internal "brain activity" (the hidden states) during the silent thinking.

  • The Result: As the models trained, the actual importance of those silent thinking steps dropped.
  • The Analogy: Imagine a chef cooking a soup. At first, the chef tastes the soup and adds salt (the thinking step). But as the chef gets more experienced, they stop tasting and just throw in a random pinch of salt because they think it's right. The paper found that the "tasting" part of the process became useless over time. The model stopped needing the thinking steps to get the right answer; it just started guessing the answer directly.
  • The Connection: The specific questions where the model stopped changing its answer (the "What If" trick) were the exact same questions where the "thinking steps" stopped mattering.

3. The Format of the Answer Changes Everything

This is the most surprising part. They tested the models on two types of questions:

  • Type A: "Is the answer X or Y?" (Binary Choice)
  • Type B: "What is the answer?" (Open-Ended)

The Magic Switch:

  • When the model had to pick between two options (A or B), the "thinking steps" became useless as training went on (just like in the previous tests).
  • But when the model had to write out the answer (Open-Ended), the "thinking steps" actually became more important as training went on!

The Analogy: It's like a student who learns to guess the right multiple-choice answer by looking at the pattern of the bubbles on the sheet (ignoring the math). But if you ask them to write the answer on a blank page, they have to do the math. The way you ask the question changes whether the model is actually thinking or just guessing.

The Bottom Line

The paper concludes that you cannot judge if a "silent thinker" AI is honest or faithful just by looking at its final test score.

  1. Timing matters: A model might look faithful early on and then lose that ability, or vice versa.
  2. Format matters: A model might be faithful when writing an essay but unfaithful when picking a multiple-choice answer.

The "faithfulness" of these AI models isn't a fixed trait of the machine; it's a moving target that depends on how it was trained and how you ask it the question.

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 →