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

NarrowBERT: Accelerating Masked Language Model Pretraining and Inference

About

Large-scale language model pretraining is a very successful form of self-supervised learning in natural language processing, but it is increasingly expensive to perform as the models and pretraining corpora have become larger over time. We propose NarrowBERT, a modified transformer encoder that increases the throughput for masked language model pretraining by more than $2\times$. NarrowBERT sparsifies the transformer model such that the self-attention queries and feedforward layers only operate on the masked tokens of each sentence during pretraining, rather than all of the tokens as with the usual transformer encoder. We also show that NarrowBERT increases the throughput at inference time by as much as $3.5\times$ with minimal (or no) performance degradation on sentence encoding tasks like MNLI. Finally, we examine the performance of NarrowBERT on the IMDB and Amazon reviews classification and CoNLL NER tasks and show that it is also comparable to standard BERT performance.

Haoxin Li, Phillip Keung, Daniel Cheng, Jungo Kasai, Noah A. Smith• 2023

Related benchmarks

TaskDatasetResultRank
Natural Language UnderstandingGLUE (test)
SST-2 Accuracy91
416
Sentiment AnalysisIMDB (test)
Accuracy93
248
Named Entity RecognitionCoNLL NER (test)
F1 Score89
19
Sentiment ClassificationAmazon2 binarized (test)
Accuracy95
7
Sentiment ClassificationAmazon 5-star (test)
Accuracy65
7
Showing 5 of 5 rows

Other info

Code

Follow for update