ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
128
Citations
6
Influential Citations
arXiv.org
Venue
2023
Year
Transformer-based Large Language Models (LLMs) have been applied in diverse areas such as knowledge bases, human interfaces, and dynamic agents, and marking a stride …
Long-context understanding is a critical frontier for large language models, enabling applications such as document-level reasoning, code generation over large codebases, and multi-turn dialogue with extended history. The quadratic complexity of standard self-attention has been a major bottleneck, and this survey provides a timely and structured overview of the rapidly evolving landscape of architectural solutions.
By systematically categorizing approaches—from sparse attention patterns and linear attention variants to memory-augmented transformers and improved positional encodings—the paper helps practitioners navigate the trade-offs between computational efficiency, model quality, and implementation complexity. It also highlights underexplored areas, such as evaluation benchmarks for long-context tasks and the interplay between context length and model scale.
As a survey, the paper does not present original experimental results. However, it compiles key findings from the literature: sparse attention methods (e.g., Longformer, BigBird) achieve O(n) complexity with minimal accuracy loss on tasks like text classification and question answering. Memory-based approaches (e.g., Transformer-XL) enable context lengths of tens of thousands of tokens but introduce recurrence overhead. Positional encoding variants like ALiBi allow extrapolation to longer sequences without retraining.
This survey provides a structured roadmap for researchers aiming to push the boundaries of LLM context length. By clarifying the landscape of existing solutions and their limitations, it accelerates progress toward models that can process entire books, long-form conversations, or massive codebases in a single pass. The paper also underscores the importance of developing unified benchmarks and evaluation protocols, which are essential for fair comparison and reproducible research in this fast-moving field.
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