日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
解釈可能性arXiv:2607.03502v1

ドットの間を読む:フィラー・トークンに隠された計算の解読

Reading Between the Dots: Decoding Hidden Computation across Filler Tokens

シェア:XThreadsFacebookLINEはてブBluesky

LLMが空白やドットなどの無意味なトークン上で多段階推論を行う際、その内部計算が残差ストリームから読み取れることを示し、教師なしで中間値を高精度に復元する手法を提案した論文。

著者: Kaley Brauer, Claudio Mayrink Verdun, Samuel Marks

分類: cs.CL, cs.AI, cs.LG

原文アブストラクト

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.

関連論文