English

Bridging the Gap between Decision and Logits in Decision-based Knowledge Distillation for Pre-trained Language Models

Computation and Language 2023-06-16 v1

Abstract

Conventional knowledge distillation (KD) methods require access to the internal information of teachers, e.g., logits. However, such information may not always be accessible for large pre-trained language models (PLMs). In this work, we focus on decision-based KD for PLMs, where only teacher decisions (i.e., top-1 labels) are accessible. Considering the information gap between logits and decisions, we propose a novel method to estimate logits from the decision distributions. Specifically, decision distributions can be both derived as a function of logits theoretically and estimated with test-time data augmentation empirically. By combining the theoretical and empirical estimations of the decision distributions together, the estimation of logits can be successfully reduced to a simple root-finding problem. Extensive experiments show that our method significantly outperforms strong baselines on both natural language understanding and machine reading comprehension datasets.

Keywords

Cite

@article{arxiv.2306.08909,
  title  = {Bridging the Gap between Decision and Logits in Decision-based Knowledge Distillation for Pre-trained Language Models},
  author = {Qinhong Zhou and Zonghan Yang and Peng Li and Yang Liu},
  journal= {arXiv preprint arXiv:2306.08909},
  year   = {2023}
}

Comments

Accepted by ACL2023 main conference

R2 v1 2026-06-28T11:05:38.584Z