paper-with-me

Papers

Let's Think Dot by Dot: Hidden Computation in Transformer Language Models

2024-04-24 · Jacob Pfau, William Merrill, Samuel R. Bowman

Chain-of-thought responses from language models improve performance across most benchmarks. However, it remains unclear to what extent these performance gains can be attributed to human-like task decomposition or simply the greater computation that additional tokens allow. We show that transformers can use meaningless filler tokens (e.g., '......') in place of a chain of thought to solve two hard algorithmic tasks they could not solve when responding without intermediate tokens. However, we find empirically that learning to use filler tokens is difficult and requires specific, dense supervision to converge. We also provide a theoretical characterization of the class of problems where filler tokens are useful in terms of the quantifier depth of a first-order formula. For problems satisfying this characterization, chain-of-thought tokens need not provide information about the intermediate computational steps involved in multi-token computations. In summary, our results show that additional tokens can provide computational benefits independent of token choice. The fact that intermediate tokens can act as filler tokens raises concerns about large language models engaging in unauditable, hidden computations that are increasingly detached from the observed chain-of-thought tokens.

📄 PDF Abstract BibTeX arXiv:2404.15758

Code (2)

jacobpfau/fillertokens 공식 구현 pytorch
rokosbasilisk/filler_tokens pytorch

Similar Papers 제목 키워드 기반

Inner Thinking Transformer: Leveraging Dynamic Depth Scaling to Foster Adaptive Internal Thinking

2025-02-19 · Yilong Chen, Junyuan Shang, Zhenyu Zhang, Yanxi Xie 외

Large language models (LLMs) face inherent performance bottlenecks under parameter constraints, particularly in processing critical tokens that demand complex reasoning. Empirical analysis reveals challenging tokens indu…

Apriel-H1: Towards Efficient Enterprise Reasoning Models

2025-11-04 · Oleksiy Ostapenko, Luke Kumar, Raymond Li, Denis Kocetkov 외 arxiv

Large Language Models (LLMs) achieve remarkable reasoning capabilities through transformer architectures with attention mechanisms. However, transformers suffer from quadratic time and memory complexity in the attention …

Adaptive Loops and Memory in Transformers: Think Harder or Know More?

2026-03-09 · Markus Frey, Behzad Shomali, Ali Hamza Bashir, David Berghaus 외 arxiv

Chain-of-thought (CoT) prompting enables reasoning in language models but requires explicit verbalization of intermediate steps. Looped transformers offer an alternative by iteratively refining representations within hid…

Mathematical Reasoning

HyPe: Better Pre-trained Language Model Fine-tuning with Hidden Representation Perturbation

2022-12-17 · Hongyi Yuan, Zheng Yuan, Chuanqi Tan, Fei Huang 외

Language models with the Transformers structure have shown great performance in natural language processing. However, there still poses problems when fine-tuning pre-trained language models on downstream tasks, such as o…

Language ModelingLanguage ModellingNatural Language Inference

X-Streamer: Unified Human World Modeling with Audiovisual Interaction

2025-09-25 · You Xie, Tianpei Gu, Zenan Li, Chenxu Zhang 외 arxiv

We introduce X-Streamer, an end-to-end multimodal human world modeling framework for building digital human agents capable of infinite interactions across text, speech, and video within a single unified architecture. Sta…