Longformer

E435878

Longformer is a transformer-based neural network architecture designed for efficient processing of very long sequences using sparse attention mechanisms.

All labels observed (3)

How this entity was disambiguated

Statements (48)

Predicate Object
instanceOf deep learning model
natural language processing model
transformer-based neural network architecture
attentionPattern sparse attention
availableIn Hugging Face Transformers library
basedOn Transformer architecture
category long-sequence Transformer model
citationVenue Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics
comparedTo BERT
RoBERTa
describedIn Longformer: The Long-Document Transformer
linked to: Longformer
designedFor efficient processing of very long sequences
developedBy Allen Institute for AI
domain natural language processing
extends RoBERTa pretraining scheme
handles documents longer than typical BERT limits
hasAbbreviation Longformer
hasArchitectureProperty combination of local and global attention
linear scaling with sequence length for attention
hasComplexity O(n) attention complexity with respect to sequence length
hasComponent global attention pattern
local attention pattern
implementedIn PyTorch
improvesOver quadratic attention complexity of standard Transformers
inputType token sequences
introducedIn 2020
language primarily English in original experiments
license Apache 2.0 (via Hugging Face implementation)
optimizedFor coreference resolution
document classification
long document NLP tasks
question answering
proposedBy Arman Cohan
Iz Beltagy
Matthew E. Peters
publishedAt ACL 2020
relatedTo BigBird
Reformer
Sparse Transformer
supports sequence lengths up to 4096 tokens or more
supportsTask sequence classification
token classification
trainingObjective masked language modeling
usedFor long document summarization
long-range dependency modeling
uses global attention
sliding window attention
sparse attention mechanism

How these facts were elicited

Referenced by (6)

Full triples — surface form annotated when it differs from this entity's canonical label.

Longformer describedIn Longformer: The Long-Document Transformer
linked to: Longformer
Longformer hasAbbreviation Longformer
EncoderDecoderModel canUseEncoderType LongformerModel
linked to: Longformer