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

Prune Once for All: Sparse Pre-Trained Language Models

About

Transformer-based language models are applied to a wide range of applications in natural language processing. However, they are inefficient and difficult to deploy. In recent years, many compression algorithms have been proposed to increase the implementation efficiency of large Transformer-based models on target hardware. In this work we present a new method for training sparse pre-trained Transformer language models by integrating weight pruning and model distillation. These sparse pre-trained models can be used to transfer learning for a wide range of tasks while maintaining their sparsity pattern. We demonstrate our method with three known architectures to create sparse pre-trained BERT-Base, BERT-Large and DistilBERT. We show how the compressed sparse pre-trained models we trained transfer their knowledge to five different downstream natural language tasks with minimal accuracy loss. Moreover, we show how to further compress the sparse models' weights to 8bit precision using quantization-aware training. For example, with our sparse pre-trained BERT-Large fine-tuned on SQuADv1.1 and quantized to 8bit we achieve a compression ratio of $40$X for the encoder with less than $1\%$ accuracy loss. To the best of our knowledge, our results show the best compression-to-accuracy ratio for BERT-Base, BERT-Large, and DistilBERT.

Ofir Zafrir, Ariel Larey, Guy Boudoukh, Haihao Shen, Moshe Wasserblat• 2021

Related benchmarks

TaskDatasetResultRank
Natural Language UnderstandingGLUE (dev)
SST-2 (Acc)91.46
504
Question AnsweringSQuAD v1.1 (dev)
F1 Score88.42
375
Natural Language UnderstandingGLUE (val)--
170
Natural Language InferenceMNLI (matched)
Accuracy81.5
110
Paraphrase IdentificationQQP
Accuracy90.9
78
Question AnsweringSQuAD v1.1 (val)
F1 Score90.2
70
Natural Language InferenceMNLI (mismatched)
Accuracy82.4
68
Showing 7 of 7 rows

Other info

Code

Follow for update