English

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

Computation and Language 2026-03-12 v3

Abstract

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 hidden states. This parameter efficiency comes at a cost, as looped models lack the storage capacity of deeper models which use unique weights per layer. In this work, we investigate transformer models that feature both adaptive per-layer looping, where each transformer block learns to iterate its hidden state via a learned halting mechanism, and gated memory banks, that provide additional learned storage. We find that looping primarily benefits mathematical reasoning, while memory banks help recover performance on commonsense tasks compared to parameter and FLOP matched models. Combining both mechanisms yields a model that outperforms an iso-FLOP baseline, with three times the number of layers, across math benchmarks. Analysis of model internals reveals layer specialization: early layers learn to loop minimally and access memory sparingly, while later layers do both more heavily.

Keywords

Cite

@article{arxiv.2603.08391,
  title  = {Adaptive Loops and Memory in Transformers: Think Harder or Know More?},
  author = {Markus Frey and Behzad Shomali and Ali Hamza Bashir and David Berghaus and Joachim Koehler and Mehdi Ali},
  journal= {arXiv preprint arXiv:2603.08391},
  year   = {2026}
}

Comments

Published at Latent & Implicit Thinking Workshop @ ICLR 2026

R2 v1 2026-07-01T11:10:21.666Z