← Latest papers
💬 NLP

Reading Between the Dots: Decoding Hidden Computation across Filler Tokens

This paper demonstrates that frontier LLMs perform structured, legible multi-step reasoning over content-free filler tokens within their hidden states, revealing that hidden computation remains monitorable through unsupervised decoding of the residual stream even when surface tokens provide no visible chain-of-thought.

Original authors: Kaley Brauer, Claudio Mayrink Verdun, Samuel Marks

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

Original authors: Kaley Brauer, Claudio Mayrink Verdun, Samuel Marks

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 magician perform a trick. Usually, to understand how they did it, you watch their hands and listen to what they say. In the world of Artificial Intelligence (AI), this is like looking at the "Chain of Thought" (CoT)—the step-by-step explanation the AI writes out before giving an answer.

For a long time, safety experts worried that if an AI stopped writing out its steps and just gave a final answer, we would have no way of knowing if it was thinking correctly or just guessing. This paper, titled "Reading Between the Dots," investigates a specific, weird scenario where the AI is given a bunch of meaningless "filler" tokens (like a string of dots ...... or counting numbers 1 2 3 4 5) between the question and the answer.

Here is what the researchers found, broken down into simple concepts:

1. The Magic Trick: The AI Uses the "Empty Space"

The researchers asked two very smart AI models (DeepSeek V3 and Kimi K2) difficult math and logic questions.

  • Without the dots: The AI often got the answer wrong.
  • With the dots: The AI got the answer right much more often.

It turns out the AI isn't just ignoring the dots. It's using that "empty space" as a scratchpad. Even though the dots look like nothing to us, the AI is secretly doing its math and reasoning inside the digital space where those dots sit. It's like a chef who stops talking to the customer and starts whispering the recipe to themselves while chopping vegetables; the customer hears nothing, but the cooking is happening.

2. The "X-Ray Vision": Seeing the Hidden Thoughts

The big question was: If the AI isn't writing the steps down, can we still see what it's thinking?

The authors say yes. They developed a special "X-ray" tool (called a Logit Lens) that looks at the AI's internal electrical signals (its "residual stream") instead of just reading the words it types.

  • The Analogy: Imagine the AI's brain is a busy highway. The words it types are just the cars driving on the surface. But underneath the road, there are tunnels and pipes carrying the actual water and electricity that make the cars move.
  • What they found: By looking at these "tunnels" under the dots, they could see the AI retrieving facts (like "Mozart died at 35") and doing math (like "35 + 93 = 128") before it ever typed the final answer. The dots weren't empty; they were filled with the AI's internal calculations.

3. The "Brain Swap" Experiment

To prove that the dots were actually causing the AI to think correctly (and not just a coincidence), they did a "brain transplant" experiment.

  • They took the internal "thoughts" (the hidden data) from a successful AI run and swapped them into a different AI run that was about to fail.
  • The Result: The failing AI suddenly started giving the correct answer, as if it had "caught" the correct thoughts from the other one. This proved that the information in the dots was real, useful, and essential for the answer.

4. The "Decoder Ring": Reading the Secret Code

The researchers built a simple, unsupervised pipeline (a set of instructions that doesn't need to be taught) to decode these hidden thoughts.

  • They took the hidden signals from the dots, cleaned up the noise, and fed the top candidates into a second, very smart AI (a "Judge").
  • The Success Rate: This decoder could correctly guess what the AI was thinking about 80% to 95% of the time.
  • What it found: It could recover specific numbers, names of cities, or elements, even though the AI never wrote them down. If the AI got the answer wrong, the decoder could even tell why (e.g., "It found the right facts but forgot to add them together").

The Big Takeaway

The paper argues that just because an AI doesn't say its reasoning out loud (or in a visible chain of thought), it doesn't mean the reasoning is hidden from us forever.

  • The Problem: If we only look at the words the AI writes, we might miss its real thinking process, especially when it uses "filler" tokens.
  • The Solution: We have tools to look "under the hood" at the AI's internal signals. Even when the AI tries to hide its work in "empty" spaces, we can still read the "residual stream" (the internal electrical activity) to see what it's actually doing.

In short: The AI is like a student taking a test who writes the answer on a piece of paper but does all the math in their head. This paper shows that even if we can't see the math on the paper, we can still use special tools to read the student's mind and see exactly how they solved the problem. This suggests that "hidden" computation isn't necessarily "unauditable."

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 →