Loop as a Bridge: Can Looped Transformers Truly Link Representation Space and Natural Language Outputs?
Guanxu Chen, Dongrui Liu, Jing Shao
TL;DR
The paper probes whether Looped Transformers (LTs) can bridge the gap between internal representations and linguistic outputs by using iterative looping as introspection. Through a formal framework and experiments on safety and math tasks with Ouro and baselines, it finds that loop depth can narrow the gap, but largely due to representational degradation rather than improved representation readout, and that introspective awareness remains confined to the final loop. Injection-based tests reveal limited continuous introspection; concept signals are detected mainly when injected late in the loop. While LTs remain a promising direction for deeper computation, the study suggests current architectures do not yet realize truly coupled representation-language introspection, pointing to future work in training objectives and architecture refinements.
Abstract
Large Language Models (LLMs) often exhibit a gap between their internal knowledge and their explicit linguistic outputs. In this report, we empirically investigate whether Looped Transformers (LTs)--architectures that increase computational depth by iterating shared layers--can bridge this gap by utilizing their iterative nature as a form of introspection. Our experiments reveal that while increasing loop iterations narrows the gap, it is partly driven by a degradation of their internal knowledge carried by representations. Moreover, another empirical analysis suggests that current LTs' ability to perceive representations does not improve across loops; it is only present in the final loop. These results suggest that while LTs offer a promising direction for scaling computational depth, they have yet to achieve the introspection required to truly link representation space and natural language.
