CLLGMay 16, 2023

Tailoring Instructions to Student's Learning Levels Boosts Knowledge Distillation

arXiv:2305.09651v3223 citations
Originality Highly original
AI Analysis

This addresses a key bottleneck in knowledge distillation for NLP practitioners, offering a method to enhance student model performance in text classification.

The paper tackles the problem that high-performing teacher models don't always produce strong students in knowledge distillation, and introduces LGTM, a training technique that prioritizes samples based on distillation influence to improve student generalization, outperforming 10 baselines on 6 GLUE tasks.

It has been commonly observed that a teacher model with superior performance does not necessarily result in a stronger student, highlighting a discrepancy between current teacher training practices and effective knowledge transfer. In order to enhance the guidance of the teacher training process, we introduce the concept of distillation influence to determine the impact of distillation from each training sample on the student's generalization ability. In this paper, we propose Learning Good Teacher Matters (LGTM), an efficient training technique for incorporating distillation influence into the teacher's learning process. By prioritizing samples that are likely to enhance the student's generalization ability, our LGTM outperforms 10 common knowledge distillation baselines on 6 text classification tasks in the GLUE benchmark.

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