ACL 2022long51 citations

Token Dropping for Efficient BERT Pretraining

Le Hou, Richard Yuanzhe Pang, Tianyi Zhou, Yuexin Wu, Xinying Song, Xiaodan Song, Denny Zhou

Abstract

Transformer-based models generally allocate the same amount of computation for each token in a given sequence. We develop a simple but effective “token dropping” method to accelerate the pretraining of transformer models, such as BERT, without degrading its performance on downstream tasks. In particular, we drop unimportant tokens starting from an intermediate layer in the model to make the model focus on important tokens more efficiently if with limited computational resource. The dropped tokens are later picked up by the last layer of the model so that the model still produces full-length sequences. We leverage the already built-in masked language modeling (MLM) loss to identify unimportant tokens with practically no computational overhead. In our experiments, this simple approach reduces the pretraining cost of BERT by 25% while achieving similar overall fine-tuning performance on standard downstream tasks.

BibTeX
@inproceedings{hou-etal-2022-token,
    title = "Token Dropping for Efficient {BERT} Pretraining",
    author = "Hou, Le  and
      Pang, Richard Yuanzhe  and
      Zhou, Tianyi  and
      Wu, Yuexin  and
      Song, Xinying  and
      Song, Xiaodan  and
      Zhou, Denny",
    editor = "Muresan, Smaranda  and
      Nakov, Preslav  and
      Villavicencio, Aline",
    booktitle = "Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
    month = may,
    year = "2022",
    address = "Dublin, Ireland",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.acl-long.262/",
    doi = "10.18653/v1/2022.acl-long.262",
    pages = "3774--3784"
}
Token Dropping for Efficient BERT Pretraining · ACL 2022