CLAIMay 26, 2023

A Study on Knowledge Distillation from Weak Teacher for Scaling Up Pre-trained Language Models

arXiv:2305.18239v1226 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of scaling up pre-trained language models efficiently for NLP practitioners, but it appears incremental as it builds on prior DWT research without introducing a new method.

This study investigated optimal conditions for Distillation from Weak Teacher (DWT) in NLP pre-training, focusing on teacher model quality, loss weighting, and parameter remapping, but did not report specific performance numbers or results.

Distillation from Weak Teacher (DWT) is a method of transferring knowledge from a smaller, weaker teacher model to a larger student model to improve its performance. Previous studies have shown that DWT can be effective in the vision domain and natural language processing (NLP) pre-training stage. Specifically, DWT shows promise in practical scenarios, such as enhancing new generation or larger models using pre-trained yet older or smaller models and lacking a resource budget. However, the optimal conditions for using DWT have yet to be fully investigated in NLP pre-training. Therefore, this study examines three key factors to optimize DWT, distinct from those used in the vision domain or traditional knowledge distillation. These factors are: (i) the impact of teacher model quality on DWT effectiveness, (ii) guidelines for adjusting the weighting value for DWT loss, and (iii) the impact of parameter remapping as a student model initialization technique for DWT.

Code Implementations1 repo
Foundations

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

Your Notes