Paper Overview
Field: NLP Authors: Jacob Fein-Ashley, Paria Rashidinejad arXiv: 2605.12466
Motivation
Looped Transformers offer a promising alternative to purely feed-forward computation by iteratively refining latent representations, improving language modeling and reasoning. However, recurrent architectures remain unstable to train, costly to optimize and deploy, and constrained to small, fixed recurrence depths.
Approach: Attractor Models
- A backbone module first proposes output embeddings.
- An attractor module then refines them by solving for the fixed point.
- Gradients are obtained through implicit differentiation.
- Training memory remains constant in effective depth, and iterations are chosen adaptively by convergence.
- Language modeling: Pareto improvements over standard Transformers and stabilized recurrent models at scale, with perplexity reduced by up to 46.6% and downstream accuracy improved by up to 19.7%, while lowering training cost. A 770M Attractor Model outperforms a 1.3B Transformer trained on twice as many tokens.
- Reasoning with tiny models: with only 27M parameters and about 1,000 examples, the model reaches 91.4% accuracy on Sudoku-Extreme and 93.1% on Maze-Hard — tasks on which frontier models such as Claude and GPT o3 completely fail, and where specialized recursive reasoners collapse at larger scales.
Results
Attractor Models outperform existing models across two regimes: large-scale language-model pretraining and reasoning with tiny models.
Equilibrium Internalization
The authors report a new phenomenon: fixed-point training pushes the model's initial output embeddings near equilibrium, allowing the solver to be removed at inference time with minimal degradation.
---
*Auto-collected on 2026-05-14*