ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
5
Citations
3
Influential Citations
arXiv.org
Venue
2025
Year
Universal transformers (UTs) have been widely used for complex reasoning tasks such as ARC-AGI and Sudoku, yet the specific sources of their performance gains remain underexplored. In this work, we systematically analyze UTs variants and show that improvements on ARC-AGI primarily arise from the recurrent inductive bias and strong nonlinear components of Transformer, rather than from elaborate architectural designs. Motivated by this finding, we propose the Universal Reasoning Model (URM), which enhances the UT with short convolution and truncated backpropagation. Our approach substantially improves reasoning performance, achieving state-of-the-art 53.8% pass@1 on ARC-AGI 1 and 16.0% pass@1 on ARC-AGI 2. Our code is avaliable at https://github.com/UbiquantAI/URM.
This paper addresses a critical gap in the understanding of universal transformers (UTs) for complex reasoning tasks. While UTs have shown impressive results on benchmarks like ARC-AGI and Sudoku, the reasons behind their success were not well understood. By systematically dissecting UT variants, the authors reveal that the performance gains are primarily due to the recurrent inductive bias and strong nonlinear components, not the elaborate architectural details. This insight is significant because it simplifies the design space for future reasoning models, suggesting that complex architectures may be unnecessary.
The proposed Universal Reasoning Model (URM) builds on this understanding by adding short convolution and truncated backpropagation, achieving state-of-the-art results on ARC-AGI 1 and ARC-AGI 2. This demonstrates that targeted enhancements to core components can yield substantial improvements, providing a clear direction for future research in reasoning models.
URM achieves 53.8% pass@1 on ARC-AGI 1, a significant improvement over previous state-of-the-art results. On the more challenging ARC-AGI 2, it reaches 16.0% pass@1, setting a new benchmark. These results underscore the effectiveness of the proposed enhancements and validate the authors' analysis of UT components.
The findings challenge the notion that complex architectural innovations are necessary for advanced reasoning. By showing that simple recurrent inductive biases and nonlinearities are the key drivers, the paper encourages a more minimalist approach to model design. The URM's success on ARC-AGI benchmarks could influence future work on universal reasoning, potentially leading to more efficient and interpretable models. Moreover, the open-source code will accelerate research in this area, fostering reproducibility and collaboration.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba