Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Adaptively Sparse Transformers

About

Attention mechanisms have become ubiquitous in NLP. Recent architectures, notably the Transformer, learn powerful context-aware word representations through layered, multi-headed attention. The multiple heads learn diverse types of word relationships. However, with standard softmax attention, all attention heads are dense, assigning a non-zero weight to all context words. In this work, we introduce the adaptively sparse Transformer, wherein attention heads have flexible, context-dependent sparsity patterns. This sparsity is accomplished by replacing softmax with $\alpha$-entmax: a differentiable generalization of softmax that allows low-scoring words to receive precisely zero weight. Moreover, we derive a method to automatically learn the $\alpha$ parameter -- which controls the shape and sparsity of $\alpha$-entmax -- allowing attention heads to choose between focused or spread-out behavior. Our adaptively sparse Transformer improves interpretability and head diversity when compared to softmax Transformers on machine translation datasets. Findings of the quantitative and qualitative analysis of our approach include that heads in different layers learn different sparsity preferences and tend to be more diverse in their attention distributions than softmax Transformers. Furthermore, at no cost in accuracy, sparsity in attention heads helps to uncover different head specializations.

Gon\c{c}alo M. Correia, Vlad Niculae, Andr\'e F.T. Martins• 2019

Related benchmarks

TaskDatasetResultRank
Machine TranslationWMT En-De 2014 (test)
BLEU26.93
379
Machine TranslationWMT Ro-En 2016 (test)
BLEU32.89
82
Image ClassificationImageNet 10% labels 1k (train)
Top-5 Acc28.92
22
Machine TranslationJapanese-English (test)
BLEU21.74
8
Image ClassificationImageNet-1k 50% annotated (train)
Accuracy66.01
7
Image ClassificationImageNet-1k 5% annotated (train)
Accuracy10.39
7
Machine Translation (De-En)IWSLT 2017 (test)
BLEU29.9
6
Showing 7 of 7 rows

Other info

Code

Follow for update