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

Revisiting Token Dropping Strategy in Efficient BERT Pretraining

About

Token dropping is a recently-proposed strategy to speed up the pretraining of masked language models, such as BERT, by skipping the computation of a subset of the input tokens at several middle layers. It can effectively reduce the training time without degrading much performance on downstream tasks. However, we empirically find that token dropping is prone to a semantic loss problem and falls short in handling semantic-intense tasks. Motivated by this, we propose a simple yet effective semantic-consistent learning method (ScTD) to improve the token dropping. ScTD aims to encourage the model to learn how to preserve the semantic information in the representation space. Extensive experiments on 12 tasks show that, with the help of our ScTD, token dropping can achieve consistent and significant performance gains across all task types and model sizes. More encouragingly, ScTD saves up to 57% of pretraining time and brings up to +1.56% average improvement over the vanilla token dropping.

Qihuang Zhong, Liang Ding, Juhua Liu, Xuebo Liu, Min Zhang, Bo Du, Dacheng Tao• 2023

Related benchmarks

TaskDatasetResultRank
Natural Language UnderstandingGLUE (dev)
SST-2 (Acc)94.2
504
Question AnsweringSQuAD v1.1 (dev)--
375
Question AnsweringSQuAD v2.0 (dev)--
158
Text ClassificationIMDB
Accuracy93.6
107
Natural Language UnderstandingSuperGLUE (dev)--
91
Showing 5 of 5 rows

Other info

Code

Follow for update