Revisiting associative recall in modern recurrent models
Destiny Okpekpe, Antonio Orvieto
TL;DR
The paper investigates why modern recurrent state-space models (SSMs) struggle or succeed relative to Transformers on associative recall benchmarks. It shows that optimization dynamics, particularly learning-rate sensitivity, largely explain performance gaps, challenging the view that expressivity alone governs recall capabilities. Width scaling benefits SSMs while depth scaling favors Transformers, and 1-layer Transformers exhibit induction-head–like dynamics without achieving MQAR success unless architectural tweaks are used. The work highlights optimization stability as a critical objective for future sequence-model design and provides practical guidance on when and how to scale SSMs versus Transformers, with DeltaNet and related approaches offering routes to improved stability.
Abstract
Despite the advantageous subquadratic complexity of modern recurrent deep learning models -- such as state-space models (SSMs) -- recent studies have highlighted their potential shortcomings compared to transformers on reasoning and memorization tasks. In this paper, we dive deeper into one of such benchmarks: associative recall (AR), which has been shown to correlate well with language modeling performance, and inspect in detail the effects of scaling and optimization issues in recently proposed token mixing strategies. We first demonstrate that, unlike standard transformers, the choice of learning rate plays a critical role in the performance of modern recurrent models: an issue that can severely affect reported performance in previous works and suggests further research is needed to stabilize training. Next, we show that recurrent and attention-based models exhibit contrasting benefits when scaling in width as opposed to depth, with attention being notably unable to solve AR when limited to a single layer. We then further inspect 1-layer transformers, revealing that despite their poor performance, their training dynamics surprisingly resemble the formation of induction heads, a phenomenon previously observed only in their 2-layer counterparts. Finally, through architectural ablations, we study how components affects Transformer and Mamba's performance and optimization stability.
