COLING 2020main75 citations

LadaBERT: Lightweight Adaptation of BERT through Hybrid Model Compression

Yihuan Mao, Yujing Wang, Chufan Wu, Chen Zhang, Yang Wang, Quanlu Zhang, Yaming Yang, Yunhai Tong

Abstract

BERT is a cutting-edge language representation model pre-trained by a large corpus, which achieves superior performances on various natural language understanding tasks. However, a major blocking issue of applying BERT to online services is that it is memory-intensive and leads to unsatisfactory latency of user requests, raising the necessity of model compression. Existing solutions leverage the knowledge distillation framework to learn a smaller model that imitates the behaviors of BERT. However, the training procedure of knowledge distillation is expensive itself as it requires sufficient training data to imitate the teacher model. In this paper, we address this issue by proposing a tailored solution named LadaBERT (Lightweight adaptation of BERT through hybrid model compression), which combines the advantages of different model compression methods, including weight pruning, matrix factorization and knowledge distillation. LadaBERT achieves state-of-the-art accuracy on various public datasets while the training overheads can be reduced by an order of magnitude.

BibTeX
@inproceedings{mao-etal-2020-ladabert,
    title = "{L}ada{BERT}: Lightweight Adaptation of {BERT} through Hybrid Model Compression",
    author = "Mao, Yihuan  and
      Wang, Yujing  and
      Wu, Chufan  and
      Zhang, Chen  and
      Wang, Yang  and
      Zhang, Quanlu  and
      Yang, Yaming  and
      Tong, Yunhai  and
      Bai, Jing",
    editor = "Scott, Donia  and
      Bel, Nuria  and
      Zong, Chengqing",
    booktitle = "Proceedings of the 28th International Conference on Computational Linguistics",
    month = dec,
    year = "2020",
    address = "Barcelona, Spain (Online)",
    publisher = "International Committee on Computational Linguistics",
    url = "https://aclanthology.org/2020.coling-main.287/",
    doi = "10.18653/v1/2020.coling-main.287",
    pages = "3225--3234"
}
LadaBERT: Lightweight Adaptation of BERT through Hybrid Model Compression · COLING 2020