REVIEW 5 minor 31 references
Hidden multi-step reasoning over filler tokens is readable from residual streams at 80–95% accuracy without labels.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.5
2026-07-12 02:01 UTC pith:YNZPMH3T
load-bearing objection Solid open-weights evidence that filler-token reasoning is real, causal, and largely readable from the residual stream on clean multi-step tasks.
Reading Between the Dots: Decoding Hidden Computation across Filler Tokens
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
On four task families with clear intermediate values, DeepSeek V3 and Kimi K2 perform structured multi-step computation over content-free filler tokens; an unsupervised residual-stream decoding pipeline recovers those intermediates at 80–95% accuracy (best LLM judge) without labels or training, showing that computation invisible to behavioral CoT monitoring remains readable from the residual stream.
What carries the argument
Unsupervised residual decoding pipeline: residual-stream states at every (layer, filler position) are projected via the logit lens, residualized by subtracting the cross-example mean, aggregated into a top-50 token list, and interpreted by an off-the-shelf LLM judge under a neutral prompt.
Load-bearing premise
The method assumes that the intermediate computation is expressible through the model’s unembedding matrix so that logit-lens projections of mid-to-late residual states plus a generic LLM judge can recover it.
What would settle it
Show that, on the same four task families, the residual-decoding pipeline (or a stronger residual-stream method) systematically fails to recover the true intermediates while the model still exhibits filler-token accuracy uplift and causal dependence on filler KV content.
If this is right
- Behavioral CoT monitoring alone is incomplete for filler-token regimes; residual-stream access supplies a complementary audit channel.
- On tasks with discrete nameable intermediates, white-box auditing can recover both successful and failed intermediate steps without supervision.
- Positional structure of encoding is itself causal: transplanting only the positions that decode a given addend recovers most of the answer-swap effect.
- Hybrid behavioral-plus-interpretability monitoring becomes the relevant standard when surface tokens are content-free.
Where Pith is reading between the lines
- If the same residual structure appears under other forms of opaque surface text (obfuscated CoTs, encrypted reasoning), the same unsupervised pipeline may generalize beyond literal filler.
- Training models to push intermediate values into directions orthogonal to the unembedding would constitute a concrete adversarial test of residual-stream monitorability.
- The pipeline’s success on both retrieved and in-context-computed values suggests it can diagnose composition failures separately from retrieval failures in multi-hop settings.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper shows that two open-weights frontier MoE models (DeepSeek V3, Kimi K2) perform multi-step reasoning over content-free filler tokens (dots, counting, alphabet sequences) on four task families with clear intermediates: 1-fact addition, 2-fact addition, 2-hop letter position, and in-context systems of equations. Behavioral accuracy rises with non-disruptive filler length (Fig. 2). Mechanistically, attention redistributes into a question o filler o answer relay (§4.1), logit-lens heatmaps reveal intermediates (A1 early, A2 later, sum late; Fig. 3–4 and App. D), and KV-cache transplants confined to filler positions (or to the subset of positions that decode each addend) causally raise donor-answer rank by tens to hundreds of places and recover 85–93% of the whole-filler effect (Table 1 / App. E). An unsupervised pipeline (residual logit lens + cross-example mean subtraction + aggregation + neutral LLM judge) recovers the intermediates at 80–95% top-2 accuracy (best judge) across models and tasks without labels or training (Fig. 6, App. H–I). The authors conclude that computation invisible to surface CoT monitoring remains readable from the residual stream on these tasks.
Significance. The result is significant for CoT monitorability and white-box oversight. It converts a known failure mode of behavioral monitoring (filler-token reasoning) into a positive claim that the same computation is legible in the residual stream, supported by three independent lines of evidence plus a practical unsupervised decoder. Strengths include causal position-resolved transplants with CIs, McNemar tests, residualization and judge-prompt ablations, incorrect-example diagnostics that separate retrieval from composition failures (App. J), shuffled-token controls collapsing to ~1%, and public code plus aggregated outputs. The claim is carefully scoped to discrete nameable intermediates, which is appropriate and does not over-reach. If the pattern generalizes, hybrid behavioral+interpretability auditing becomes a concrete path forward for safety-relevant monitoring.
minor comments (5)
- [§4.2 / Figure 4] Figure 4 caption and surrounding text: the qualitative claim that filler residual streams “resemble the model’s ordinary single-pass computation” more than written CoT is visually clear but would benefit from a simple quantitative summary (e.g., layer-order correlation of peak decode strength across the five chain quantities) so readers can gauge the strength of the resemblance without relying solely on the aggregate heatmap.
- [§6.5] §6.5 and Appendix K: residual subtraction helps on dots filler but can hurt on counting filler because digits become part of the baseline. A short decision rule or default recommendation for practitioners (when to residualize) would make the ablation more actionable.
- [Appendix A] Appendix A example prompts: the system prompt explicitly tells the model there will be filler tokens. A brief note on whether uplift and encoding persist under a fully silent filler (no mention of filler in the system prompt) would close a small ecological-validity gap.
- [§6 / Figure 6] Figure 6 and §6: main-text accuracies are pooled over correct examples only. While Appendix J supplies the incorrect-example numbers and the diagnostic interpretation, a single sentence in the main text reminding the reader of this conditioning would prevent misreading the 80–95% figures as unconditional.
- [Appendix A / Introduction] Typos / polish: “DeepSeek V2” appears once in Appendix A (system-of-equations easier variation) where V3 is intended; “compose facts” repository link is given but the exact commit or snapshot date is not; a few long sentences in the introduction could be split for readability.
Circularity Check
No significant circularity: empirical measurement with unsupervised readout, causal transplants, and shuffled controls; nothing reduces to its inputs by construction.
full rationale
This is an empirical interpretability paper, not a first-principles derivation. Behavioral uplift (Fig. 2), attention redistribution (§4.1), logit-lens heatmaps (§4.2), and KV-cache transplants (§4.3 / App. E) are independent measurements; the unsupervised pipeline (Fig. 5) takes only residual states, subtracts a cross-example mean (not ground-truth targets), aggregates top tokens, and hands them to an off-the-shelf LLM judge under a neutral prompt with no labels or training. Accuracy is scored post hoc against known intermediates; shuffled-token controls collapse to ~1% (App. H), showing the judge is not exploiting task priors. Position-resolved transplants recover 85–93% of the whole-filler causal effect from only the positions where the lens decodes each addend, establishing that the positional structure is causal rather than a lens artifact. Citations (Lanham, Pfau, Greenblatt, Belrose, etc.) supply background and do not load-bear uniqueness or force the result. No fitted parameter is renamed a prediction, no self-definitional loop, no uniqueness theorem imported from the authors. The work is self-contained measurement against external ground truth; circularity score is zero.
Axiom & Free-Parameter Ledger
free parameters (4)
- layer band for logit lens =
30–60
- position-labeling threshold θ =
0.15
- top-T / top-50 aggregation =
T=30, keep 50
- filler length k and type =
k=5–1000 (task-dependent)
axioms (4)
- domain assumption Late-layer residual states projected through RMSNorm + unembedding (logit lens) are a usable, if noisy, readout of intermediate values.
- domain assumption KV-cache transplants at selected positions constitute a valid causal intervention for testing whether those positions carry task-relevant information.
- domain assumption 4-bit quantized checkpoints preserve the qualitative filler-uplift and residual encoding patterns of the full-precision models.
- ad hoc to paper An off-the-shelf LLM judge given only top residual tokens can name the intermediate without being given the original prompt.
read the original abstract
Frontier LLMs can perform multi-step reasoning over content-free filler tokens like dots or counting sequences, producing correct answers with no visible chain-of-thought (CoT). This is a limit case for behavioral oversight, where surface tokens carry no information about the underlying reasoning. But hidden from the output is not the same as hidden from us. On four task families (fact retrieval, parallel numeric composition, string manipulation, and in-context computation), two open-weights frontier models (DeepSeek V3, Kimi K2) compute over filler tokens in a structured, legible way: attention routes the question through the filler region to the answer, logit-lens readouts show retrieved facts emerging early and their composition crystallizing in late layers, and KV-cache transplants at filler positions causally swap outputs between examples. We introduce an unsupervised decoding pipeline that takes only hidden states as input and recovers intermediate values with 80-95% accuracy (best LLM judge) across both models and all four tasks, without ground-truth labels or training. Hidden computation that defeats behavioral CoT monitoring is, on these tasks, directly readable from the residual stream, suggesting monitorability is a property of the model's full computational trace, not just its surface tokens.
Figures
Reference graph
Works this paper leans on
-
[1]
Bowman and Ethan Perez , title=
Tamera Lanham and Anna Chen and Ansh Radhakrishnan and Benoit Steiner and Carson Denison and Danny Hernandez and Dustin Li and Esin Durmus and Evan Hubinger and Jackson Kernion and Kamile Lukosiute and Karina Nguyen and Newton Cheng and Nicholas Joseph and Nicholas Schiefer and Oliver Rausch and Robin Larson and Sam McCandlish and Sandipan Kundu and Saura...
2023
-
[2]
Advances in Neural Information Processing Systems , volume=
Language models don't always say what they think: Unfaithful explanations in chain-of-thought prompting , author=. Advances in Neural Information Processing Systems , volume=
-
[3]
arXiv preprint arXiv:2503.08679 , year=
Chain-of-thought reasoning in the wild is not always faithful , author=. arXiv preprint arXiv:2503.08679 , year=
-
[4]
Nature , volume=
DeepSeek-R1 incentivizes reasoning in LLMs through reinforcement learning , author=. Nature , volume=. 2025 , publisher=
2025
-
[5]
Advances in neural information processing systems , volume=
Investigating gender bias in language models using causal mediation analysis , author=. Advances in neural information processing systems , volume=
-
[6]
Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing , pages=
The impact of language mixing on bilingual llm reasoning , author=. Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing , pages=
2025
-
[7]
arXiv preprint arXiv:2404.15255 , year=
How to use and interpret activation patching , author=. arXiv preprint arXiv:2404.15255 , year=
-
[8]
The Eleventh International Conference on Learning Representations , year=
Interpretability in the Wild: a Circuit for Indirect Object Identification in GPT-2 Small , author=. The Eleventh International Conference on Learning Representations , year=
-
[9]
Advances in neural information processing systems , volume=
Locating and editing factual associations in gpt , author=. Advances in neural information processing systems , volume=
-
[10]
Findings of the Association for Computational Linguistics: ACL 2025 , pages=
Do Large Language Models Perform Latent Multi-Hop Reasoning without Exploiting Shortcuts? , author=. Findings of the Association for Computational Linguistics: ACL 2025 , pages=
2025
-
[11]
arXiv preprint arXiv:2507.05246 , year=
When chain of thought is necessary, language models struggle to evade monitors , author=. arXiv preprint arXiv:2507.05246 , year=
-
[12]
arXiv preprint arXiv:2503.11926 , year=
Monitoring reasoning models for misbehavior and the risks of promoting obfuscation , author=. arXiv preprint arXiv:2503.11926 , year=
-
[13]
arXiv preprint arXiv:2505.05410 , year=
Reasoning models don't always say what they think , author=. arXiv preprint arXiv:2505.05410 , year=
-
[14]
Bowman , booktitle=
Jacob Pfau and William Merrill and Samuel R. Bowman , booktitle=. Let. 2024 , url=
2024
-
[15]
The Twelfth International Conference on Learning Representations , year=
Think before you speak: Training Language Models With Pause Tokens , author=. The Twelfth International Conference on Learning Representations , year=
-
[16]
2025 , howpublished=
Recent LLMs can use filler tokens or problem repeats to improve (no-CoT) math performance , author=. 2025 , howpublished=
2025
-
[17]
Greenblatt, Ryan , year=. Recent
-
[18]
Tomek Korbak and Mikita Balesni and Elizabeth Barnes and Yoshua Bengio and Joe Benton and Joseph Bloom and Mark Chen and Alan Cooney and Allan Dafoe and Anca D. Dragan and Scott Emmons and Owain Evans and David Farhi and Ryan Greenblatt and Dan Hendrycks and Marius Hobbhahn and Evan Hubinger and Geoffrey Irving and Erik Jenner and Daniel Kokotajlo and Vic...
2025
-
[19]
Interpreting
nostalgebraist , year=. Interpreting
-
[20]
CoRR , volume=
Nora Belrose and Zach Furman and Logan Smith and Danny Halawi and Igor Ostrovsky and Lev McKinney and Stella Biderman and Jacob Steinhardt , title=. CoRR , volume=. 2023 , cdate=
2023
-
[21]
2021 , howpublished=
A Mathematical Framework for Transformer Circuits , author=. 2021 , howpublished=
2021
-
[22]
Forty-first International Conference on Machine Learning , year=
Patchscopes: A Unifying Framework for Inspecting Hidden Representations of Language Models , author=. Forty-first International Conference on Machine Learning , year=
-
[23]
Do Large Language Models Latently Perform Multi-Hop Reasoning?
Yang, Sohee and Gribovskaya, Elena and Kassner, Nora and Geva, Mor and Riedel, Sebastian. Do Large Language Models Latently Perform Multi-Hop Reasoning?. Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers). 2024. doi:10.18653/v1/2024.acl-long.550
-
[24]
CoRR , volume=
Eden Biran and Daniela Gottesman and Sohee Yang and Mor Geva and Amir Globerson , title=. CoRR , volume=. 2024 , cdate=
2024
-
[25]
AWQ: Activation-aware Weight Quantization for On-Device LLM Compression and Acceleration , url =
Lin, Ji and Tang, Jiaming and Tang, Haotian and Yang, Shang and Chen, Wei-Ming and Wang, Wei-Chen and Xiao, Guangxuan and Dang, Xingyu and Gan, Chuang and Han, Song , booktitle =. AWQ: Activation-aware Weight Quantization for On-Device LLM Compression and Acceleration , url =
-
[26]
Zhang and Han Bao and Hanwei Xu and Haocheng Wang and Haowei Zhang and Honghui Ding and Huajian Xin and Huazuo Gao and Hui Li and Hui Qu and J
DeepSeek-AI and Aixin Liu and Bei Feng and Bing Xue and Bingxuan Wang and Bochao Wu and Chengda Lu and Chenggang Zhao and Chengqi Deng and Chenyu Zhang and Chong Ruan and Damai Dai and Daya Guo and Dejian Yang and Deli Chen and Dongjie Ji and Erhang Li and Fangyun Lin and Fucong Dai and Fuli Luo and Guangbo Hao and Guanting Chen and Guowei Li and H. Zhang...
2024
-
[27]
Kimi K2: Open Agentic Intelligence. arXiv e-prints , keywords =. doi:10.48550/arXiv.2507.20534 , archivePrefix =. 2507.20534 , primaryClass =
-
[28]
Guo, Daya and Yang, Dejian and Zhang, Haowei and Song, Junxiao and Wang, Peiyi and Zhu, Qihao and Xu, Runxin and Zhang, Ruoyu and Ma, Shirong and Bi, Xiao and Zhang, Xiaokang and Yu, Xingkai and Wu, Yu and Wu, Z. F. and Gou, Zhibin and Shao, Zhihong and Li, Zhuoshu and Gao, Ziyi and Liu, Aixin and Xue, Bing and Wang, Bingxuan and Wu, Bochao and Feng, Bei ...
-
[29]
The Twelfth International Conference on Learning Representations , year=
Efficient Streaming Language Models with Attention Sinks , author=. The Twelfth International Conference on Learning Representations , year=
-
[30]
Future Lens: Anticipating Subsequent Tokens from a Single Hidden State , url=
Pal, Koyena and Sun, Jiuding and Yuan, Andrew and Wallace, Byron and Bau, David , year=. Future Lens: Anticipating Subsequent Tokens from a Single Hidden State , url=. doi:10.18653/v1/2023.conll-1.37 , booktitle=
-
[31]
Note on the Sampling Error of the Difference Between Correlated Proportions or Percentages , volume=. Psychometrika , author=. 1947 , pages=. doi:10.1007/BF02295996 , number=
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.