Improved Knowledge Distillation for Pre-trained Language Models via Knowledge Selection

Yi Lu,Chenglong Wang,Tong Xiao,Jingbo Zhu,Yimin Hu,Yongyu Mu
DOI: https://doi.org/10.48550/arXiv.2302.00444
2023-02-01
Abstract:Knowledge distillation addresses the problem of transferring knowledge from a teacher model to a student model. In this process, we typically have multiple types of knowledge extracted from the teacher model. The problem is to make full use of them to train the student model. Our preliminary study shows that: (1) not all of the knowledge is necessary for learning a good student model, and (2) knowledge distillation can benefit from certain knowledge at different training steps. In response to these, we propose an actor-critic approach to selecting appropriate knowledge to transfer during the process of knowledge distillation. In addition, we offer a refinement of the training algorithm to ease the computational burden. Experimental results on the GLUE datasets show that our method outperforms several strong knowledge distillation baselines significantly.
Computer Science
What problem does this paper attempt to address?