English

Chain and Causal Attention for Efficient Entity Tracking

Machine Learning 2024-12-12 v1 Computation and Language

Abstract

This paper investigates the limitations of transformers for entity-tracking tasks in large language models. We identify a theoretical constraint, showing that transformers require at least log2(n+1)\log_2 (n+1) layers to handle entity tracking with nn state changes. To address this issue, we propose an efficient and frugal enhancement to the standard attention mechanism, enabling it to manage long-term dependencies more efficiently. By considering attention as an adjacency matrix, our model can track entity states with a single layer. Empirical results demonstrate significant improvements in entity tracking datasets while keeping competitive performance on standard natural language modeling. Our modified attention allows us to achieve the same performance with drastically fewer layers. Additionally, our enhanced mechanism reveals structured internal representations of attention. Extensive experiments on both toy and complex datasets validate our approach. Our contributions include theoretical insights, an improved attention mechanism, and empirical validation.

Keywords

Cite

@article{arxiv.2410.05565,
  title  = {Chain and Causal Attention for Efficient Entity Tracking},
  author = {Erwan Fagnou and Paul Caillon and Blaise Delattre and Alexandre Allauzen},
  journal= {arXiv preprint arXiv:2410.05565},
  year   = {2024}
}

Comments

15 pages, 5 figures, EMNLP 2024 Main

R2 v1 2026-06-28T19:12:16.004Z