English

TrimBERT: Tailoring BERT for Trade-offs

Computation and Language 2022-02-28 v1

Abstract

Models based on BERT have been extremely successful in solving a variety of natural language processing (NLP) tasks. Unfortunately, many of these large models require a great deal of computational resources and/or time for pre-training and fine-tuning which limits wider adoptability. While self-attention layers have been well-studied, a strong justification for inclusion of the intermediate layers which follow them remains missing in the literature. In this work, we show that reducing the number of intermediate layers in BERT-Base results in minimal fine-tuning accuracy loss of downstream tasks while significantly decreasing model size and training time. We further mitigate two key bottlenecks, by replacing all softmax operations in the self-attention layers with a computationally simpler alternative and removing half of all layernorm operations. This further decreases the training time while maintaining a high level of fine-tuning accuracy.

Keywords

Cite

@article{arxiv.2202.12411,
  title  = {TrimBERT: Tailoring BERT for Trade-offs},
  author = {Sharath Nittur Sridhar and Anthony Sarah and Sairam Sundaresan},
  journal= {arXiv preprint arXiv:2202.12411},
  year   = {2022}
}

Comments

arXiv admin note: substantial text overlap with arXiv:2012.11881

R2 v1 2026-06-24T09:53:08.266Z