English

Overcoming Long-Context Limitations of State-Space Models via Context-Dependent Sparse Attention

Machine Learning 2025-09-30 v3 Computation and Language

Abstract

Efficient long-context modeling remains a critical challenge for natural language processing (NLP), as the time complexity of the predominant Transformer architecture scales quadratically with the sequence length. While state-space models (SSMs) offer alternative sub-quadratic solutions, they struggle to capture long-range dependencies effectively. In this work, we focus on analyzing and improving the long-context modeling capabilities of SSMs. We show that the widely used synthetic task, associative recall, which requires a model to recall a value associated with a single key without context, insufficiently represents the complexities of real-world long-context modeling. To address this limitation, we extend the associative recall to a novel synthetic task, \emph{joint recall}, which requires a model to recall the value associated with a key given in a specified context. Theoretically, we prove that SSMs do not have the expressiveness to solve multi-query joint recall in sub-quadratic time complexity. To resolve this issue, we propose a solution based on integrating SSMs with Context-Dependent Sparse Attention (CDSA), which has the expressiveness to solve multi-query joint recall with sub-quadratic computation. To bridge the gap between theoretical analysis and real-world applications, we propose locality-sensitive Hashing Attention with sparse Key Selection (HAX), which instantiates the theoretical solution and is further tailored to natural language domains. Extensive experiments on both synthetic and real-world long-context benchmarks show that HAX consistently outperforms SSM baselines and SSMs integrated with context-independent sparse attention (CISA).

Keywords

Cite

@article{arxiv.2507.00449,
  title  = {Overcoming Long-Context Limitations of State-Space Models via Context-Dependent Sparse Attention},
  author = {Zhihao Zhan and Jianan Zhao and Zhaocheng Zhu and Jian Tang},
  journal= {arXiv preprint arXiv:2507.00449},
  year   = {2025}
}

Comments

Proceedings of the Thirty-Ninth Annual Conference on Neural Information Processing Systems, 21 pages, 9 figures

R2 v1 2026-07-01T03:40:55.737Z