paper-with-me

홈 › Papers

Reading Between the Dots: Decoding Hidden Computation across Filler Tokens

2026-07-03 · Kaley Brauer, Claudio Mayrink Verdun, Samuel Marks arxiv

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.

📄 PDF Abstract BibTeX arXiv:2607.03502

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

EMTeC: A Corpus of Eye Movements on Machine-Generated Texts

2024-08-08 · Lena Sophia Bolliger, Patrick Haller, Isabelle Caroline Rose Cretton, David Robert Reich 외

The Eye Movements on Machine-Generated Texts Corpus (EMTeC) is a naturalistic eye-movements-while-reading corpus of 107 native English speakers reading machine-generated texts. The texts are generated by three large lang…

Neural Speed Reading via Skim-RNN

2017-11-06 · ICLR 2018 1 · Minjoon Seo, Sewon Min, Ali Farhadi, Hannaneh Hajishirzi

Inspired by the principles of speed reading, we introduce Skim-RNN, a recurrent neural network (RNN) that dynamically decides to update only a small fraction of the hidden state for relatively unimportant input tokens. S…

CPU

Decoding silent reading from non-invasive EEG

2026-08-20 · Ingo Marquardt, Anthilia Alchanat, Priyanka Jain arxiv

Non-invasive decoding of inner speech faces a fundamental data problem: a corpus pairing brain activity with a person's spontaneous inner monologue cannot be collected, and the available proxy paradigms (cued repetitive …

FIRP: Faster LLM inference via future intermediate representation prediction

2024-10-27 · Pengfei Wu, Jiahao Liu, Zhuocheng Gong, Qifan Wang 외

Recent advancements in Large Language Models (LLMs) have shown remarkable performance across a wide range of tasks. Despite this, the auto-regressive nature of LLM decoding, which generates only a single token per forwar…

Prediction

Chunk, Align, Select: A Simple Long-sequence Processing Method for Transformers

2023-08-25 · Jiawen Xie, Pengyu Cheng, Xiao Liang, Yong Dai 외

Although dominant in natural language processing, transformer-based models remain challenged by the task of long-sequence processing, because the computational cost of self-attention operations in transformers swells qua…

Reading ComprehensionText Summarization