CLApr 30, 2024

Knowledge Distillation vs. Pretraining from Scratch under a Fixed (Computation) Budget

arXiv:2404.19319v126 citationsh-index: 6Insights
Originality Incremental advance
AI Analysis

This addresses the efficiency of training smaller language models for NLP practitioners, but the findings are incremental as they refine existing methods rather than introducing new paradigms.

The study compared knowledge distillation (KD) to pretraining from scratch for smaller language models under a fixed computation budget, finding that while pretraining from scratch performed comparably to ordinary KD, more sophisticated KD strategies like TinyBERT and MiniLM outperformed it by a notable margin, with KD showing larger gains when data repetition was required.

Compared to standard language model (LM) pretraining (i.e., from scratch), Knowledge Distillation (KD) entails an additional forward pass through a teacher model that is typically substantially larger than the target student model. As such, KD in LM pretraining materially slows down throughput of pretraining instances vis-a-vis pretraining from scratch. Scaling laws of LM pretraining suggest that smaller models can close the gap to larger counterparts if trained on more data (i.e., processing more tokens)-and under a fixed computation budget, smaller models are able be process more data than larger models. We thus hypothesize that KD might, in fact, be suboptimal to pretraining from scratch for obtaining smaller LMs, when appropriately accounting for the compute budget. To test this, we compare pretraining from scratch against several KD strategies for masked language modeling (MLM) in a fair experimental setup, with respect to amount of computation as well as pretraining data. Downstream results on GLUE, however, do not confirm our hypothesis: while pretraining from scratch performs comparably to ordinary KD under a fixed computation budget, more sophisticated KD strategies, namely TinyBERT (Jiao et al., 2020) and MiniLM (Wang et al., 2023), outperform it by a notable margin. We further find that KD yields larger gains over pretraining from scratch when the data must be repeated under the fixed computation budget.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes