A Mechanistic Analysis of Looped Reasoning Language Models

2026-04-13Machine Learning

Machine LearningArtificial Intelligence
AI summary

The authors studied how a special type of language model, called looped reasoning models, processes information differently than regular models. They found that in looped models, each layer settles into a stable pattern, cycling through these patterns as the model reasons. This cycle matches the steps seen in normal models but repeats them multiple times, helping to understand how these models think internally. They also explored factors that affect this cycling behavior, which could help design better models.

language modelsreasoninglooped reasoninglatent spacefixed pointsrecurrent blocksattention headsnormalizationfeedforward modelsinference stages
Authors
Hugh Blayney, Álvaro Arroyo, Johan Obando-Ceron, Pablo Samuel Castro, Aaron Courville, Michael M. Bronstein, Xiaowen Dong
Abstract
Reasoning has become a central capability in large language models. Recent research has shown that reasoning performance can be improved by looping an LLM's layers in the latent dimension, resulting in looped reasoning language models. Despite promising results, few works have investigated how their internal dynamics differ from those of standard feedforward models. In this paper, we conduct a mechanistic analysis of the latent states in looped language models, focusing in particular on how the stages of inference observed in feedforward models compare to those observed in looped ones. To this end, we analyze cyclic recurrence and show that for many of the studied models each layer in the cycle converges to a distinct fixed point; consequently, the recurrent block follows a consistent cyclic trajectory in the latent space. We provide evidence that as these fixed points are reached, attention-head behavior stabilizes, leading to constant behavior across recurrences. Empirically, we discover that recurrent blocks learn stages of inference that closely mirror those of feedforward models, repeating these stages in depth with each iteration. We study how recurrent block size, input injection, and normalization influence the emergence and stability of these cyclic fixed points. We believe these findings help translate mechanistic insights into practical guidance for architectural design.