CLAIOct 22, 2022

Hard Gate Knowledge Distillation -- Leverage Calibration for Robust and Reliable Language Model

arXiv:2210.12427v15 citationsh-index: 33
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in knowledge distillation for language models, offering an incremental improvement in robustness and reliability.

The paper tackles the problem of when to distill knowledge from a teacher to a student model by introducing a hard gate mechanism based on model calibration, which improves generalization and significantly reduces calibration error in natural language generation tasks.

In knowledge distillation, a student model is trained with supervisions from both knowledge from a teacher and observations drawn from a training data distribution. Knowledge of a teacher is considered a subject that holds inter-class relations which send a meaningful supervision to a student; hence, much effort has been put to find such knowledge to be distilled. In this paper, we explore a question that has been given little attention: "when to distill such knowledge." The question is answered in our work with the concept of model calibration; we view a teacher model not only as a source of knowledge but also as a gauge to detect miscalibration of a student. This simple and yet novel view leads to a hard gate knowledge distillation scheme that switches between learning from a teacher model and training data. We verify the gating mechanism in the context of natural language generation at both the token-level and the sentence-level. Empirical comparisons with strong baselines show that hard gate knowledge distillation not only improves model generalization, but also significantly lowers model calibration error.

Foundations

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

Your Notes