Looped State-Space Models Enhance LLM Reasoning Depth

Zhenxuan Yu, Takeshi Kojima, Yutaka Matsuo, Yusuke Iwasawa· July 14, 2026 View original

Summary

This research explores looped state-space language models, specifically Looped Mamba, demonstrating that repeated application of shared blocks can introduce computational depth for reasoning tasks. It shows these models can match or exceed non-looped baselines with fewer parameters, especially with adaptive exit-state selection.

Recent studies suggest that increasing computational depth, rather than merely adding more independent parameters, can significantly improve language models' reasoning abilities. While this principle has been primarily explored with Transformer architectures, this paper investigates its application in state-space language models, introducing Looped Mamba and Looped Hybrid Mamba-Transformer designs. These architectures repeatedly apply a shared Mamba or hybrid block, thereby creating explicit finite-depth recurrent computation. On controlled reasoning tasks such as modular arithmetic manipulation and p-hop induction, Looped Mamba consistently outperformed non-looped baselines with comparable parameters and, in several settings, matched or exceeded non-looped models of equivalent effective depth. During language model pre-training, looped models remained competitive on downstream benchmarks using substantially fewer distinct parameters. The research also adapted Ouro's two-stage exit gate to Looped Mamba, demonstrating that adaptive exit-state selection improves downstream performance at intermediate depths, although achieving actual inference-time savings still requires additional state-handling mechanisms.

Why it matters

AI engineers and researchers can leverage looped state-space models to develop more computationally efficient and reasoning-capable LLMs, potentially reducing the need for massive parameter counts while improving performance on complex tasks.

How to implement this in your domain

  1. 1Experiment with recurrent application of shared blocks in state-space models for reasoning tasks.
  2. 2Evaluate Looped Mamba or Hybrid Mamba-Transformer architectures for specific language model applications.
  3. 3Implement adaptive exit-state selection mechanisms to optimize performance at different computational depths.
  4. 4Consider parameter sharing strategies to reduce model size while maintaining or improving capabilities.

Who benefits

AI DevelopmentSoftwareResearch & DevelopmentCloud Computing

Key takeaways

  • Increasing computational depth through looping can enhance LLM reasoning, even in state-space models.
  • Looped Mamba architectures can achieve strong performance with fewer distinct parameters.
  • Adaptive exit-state selection improves performance at intermediate computational depths.
  • Parameter sharing offers a path to more efficient and capable language models.

Original post by Zhenxuan Yu, Takeshi Kojima, Yutaka Matsuo, Yusuke Iwasawa

"arXiv:2607.10110v1 Announce Type: new Abstract: Recent work on looped language models suggests that many reasoning problems benefit from greater computational depth rather than from additional independent parameters. Existing studies, however, focus almost exclusively on Transfor…"

View on X

Originally posted by Zhenxuan Yu, Takeshi Kojima, Yutaka Matsuo, Yusuke Iwasawa on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses