LGJul 3, 2025

Understanding and Improving Length Generalization in Recurrent Models

arXiv:2507.02782v213 citationsh-index: 3ICML
Originality Incremental advance
AI Analysis

This addresses a key limitation in recurrent models like state space models, enabling more efficient long-sequence processing for applications in NLP and beyond, though it is incremental in improving existing methods.

The paper tackles the problem of recurrent models failing to generalize to sequences longer than their training context, attributing it to limited exposure to attainable states during training. It shows that simple interventions, such as state initialization with noise, enable length generalization up to 128k tokens with only 500 post-training steps, improving performance in long-context tasks.

Recently, recurrent models such as state space models and linear attention have become popular due to their linear complexity in the sequence length. Thanks to their recurrent nature, in principle they can process arbitrarily long sequences, but their performance sometimes drops considerably beyond their training context lengths-i.e. they fail to length generalize. In this work, we provide comprehensive empirical and theoretical analysis to support the unexplored states hypothesis, which posits that models fail to length generalize when during training they are only exposed to a limited subset of the distribution of all attainable states (i.e. states that would be attained if the recurrence was applied to long sequences). Furthermore, we investigate simple training interventions that aim to increase the coverage of the states that the model is trained on, e.g. by initializing the state with Gaussian noise or with the final state of a different input sequence. With only 500 post-training steps ($\sim 0.1\%$ of the pre-training budget), these interventions enable length generalization for sequences that are orders of magnitude longer than the training context (e.g. $2k\longrightarrow 128k$) and show improved performance in long context tasks, thus presenting a simple and efficient way to enable robust length generalization in general recurrent models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes