Publication | Open Access
Longformer: The Long-Document Transformer
2.2K
Citations
32
References
2020
Year
Llm Fine-tuningEngineeringMachine LearningLong-document TransformerMultilingual PretrainingLarge Language ModelSpeech RecognitionNatural Language ProcessingInformation RetrievalDocument EngineeringComputational LinguisticsAttention MechanismLanguage StudiesLanguage ModelsTransformer-based ModelsData ManagementMachine TranslationSequence ModellingComputer ScienceDeep LearningLong SequencesDigitizationRetrieval Augmented GenerationLinguisticsDocument Processing
Transformer‑based models cannot process long sequences because their self‑attention scales quadratically with sequence length. The authors introduce Longformer, a transformer with linear‑scaling attention for long documents, and later present LED for long‑document generation, demonstrating effectiveness on arXiv summarization. Longformer replaces standard self‑attention with a local‑window plus task‑motivated global attention that scales linearly, and is evaluated on character‑level language modeling (state‑of‑the‑art on text8 and enwik8) and pretrained/fine‑tuned on downstream tasks. Pretrained Longformer consistently outperforms RoBERTa on long‑document tasks, sets new state‑of‑the‑art on WikiHop and TriviaQA, and LED achieves strong results on arXiv summarization.
Transformer-based models are unable to process long sequences due to their self-attention operation, which scales quadratically with the sequence length. To address this limitation, we introduce the Longformer with an attention mechanism that scales linearly with sequence length, making it easy to process documents of thousands of tokens or longer. Longformer's attention mechanism is a drop-in replacement for the standard self-attention and combines a local windowed attention with a task motivated global attention. Following prior work on long-sequence transformers, we evaluate Longformer on character-level language modeling and achieve state-of-the-art results on text8 and enwik8. In contrast to most prior work, we also pretrain Longformer and finetune it on a variety of downstream tasks. Our pretrained Longformer consistently outperforms RoBERTa on long document tasks and sets new state-of-the-art results on WikiHop and TriviaQA. We finally introduce the Longformer-Encoder-Decoder (LED), a Longformer variant for supporting long document generative sequence-to-sequence tasks, and demonstrate its effectiveness on the arXiv summarization dataset.
| Year | Citations | |
|---|---|---|
2019 | 17.1K | |
2014 | 13.3K | |
2016 | 3.6K | |
2011 | 3.3K | |
2019 | 3.1K | |
2015 | 2K | |
2019 | 1.6K | |
2018 | 1.4K | |
2020 | 1.2K | |
2018 | 909 |
Page 1
Page 1