Pith. sign in

REVIEW 1 cited by

EarlyBERT: Efficient BERT Training via Early-bird Lottery Tickets

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2101.00063 v2 pith:CWPETHFX submitted 2020-12-31 cs.CL cs.AI

classification cs.CLcs.AI
keywords trainingbertearlybertpre-trainingticketstimefine-tuningmodels
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

Heavily overparameterized language models such as BERT, XLNet and T5 have achieved impressive success in many NLP tasks. However, their high model complexity requires enormous computation resources and extremely long training time for both pre-training and fine-tuning. Many works have studied model compression on large NLP models, but only focusing on reducing inference time while still requiring an expensive training process. Other works use extremely large batch sizes to shorten the pre-training time, at the expense of higher computational resource demands. In this paper, inspired by the Early-Bird Lottery Tickets recently studied for computer vision tasks, we propose EarlyBERT, a general computationally-efficient training algorithm applicable to both pre-training and fine-tuning of large-scale language models. By slimming the self-attention and fully-connected sub-layers inside a transformer, we are the first to identify structured winning tickets in the early stage of BERT training. We apply those tickets towards efficient BERT training, and conduct comprehensive pre-training and fine-tuning experiments on GLUE and SQuAD downstream tasks. Our results show that EarlyBERT achieves comparable performance to standard BERT, with 35~45% less training time. Code is available at https://github.com/VITA-Group/EarlyBERT.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. PGB: One-Shot Pruning for BERT via Weight Grouping and Permutation

    cs.CL 2025-02 conditional novelty 6.0 of 10

    PGB prunes BERT in a single pass by permuting weight matrices into block-diagonal groups of important weights and removing all other weights, matching or beating iterative baselines on GLUE and SQuAD.

Pith tools