CLLGDec 20, 2022

Pretraining Without Attention

arXiv:2212.10544v2164 citationsh-index: 60Has Code
Originality Incremental advance
AI Analysis

This work addresses the reliance on attention in NLP pretraining, offering a potentially more efficient alternative, though it appears incremental as it builds on existing state-space models.

The paper tackles the problem of pretraining language models without attention mechanisms, achieving comparable accuracy to BERT on the GLUE benchmark and enabling long-form pretraining up to 4096 tokens without approximation.

Transformers have been essential to pretraining success in NLP. While other architectures have been used, downstream accuracy is either significantly worse, or requires attention layers to match standard benchmarks such as GLUE. This work explores pretraining without attention by using recent advances in sequence routing based on state-space models (SSMs). Our proposed model, Bidirectional Gated SSM (BiGS), combines SSM layers with a multiplicative gating architecture that has been effective in simplified sequence modeling architectures. The model learns static layers that do not consider pair-wise interactions. Even so, BiGS is able to match BERT pretraining accuracy on GLUE and can be extended to long-form pretraining of 4096 tokens without approximation. Analysis shows that while the models have similar average accuracy, the approach has different inductive biases than BERT in terms of interactions and syntactic representations. All models from this work are available at https://github.com/jxiw/BiGS.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes