MiniDisc: Minimal Distillation Schedule for Language Model Compression
Chen Zhang, Yang Yang, Qifan Wang, Jiahao Liu, Jingang Wang, Wei Wu, Dawei Song
TL;DR
MiniDisc addresses the inefficiency of teacher assistant-based distillation by introducing a minimal, one-shot scheduling method. It defines a $\\lambda$-tradeoff to capture the scale–performance balance and embeds candidate evaluation in a sandwich framework with gridding and pruning to generate and optimize candidates efficiently. Empirical results on GLUE and large LMs show that MiniDisc achieves competitive accuracy with significantly reduced search cost and scales to models with billions of parameters; analyses confirm the existence of a scale–performance tradeoff and the sufficiency of a single teacher assistant. The approach offers practical, scalable compression for resource-constrained deployment and provides a pathway to automatic optimization via the proposed approximations and potential residual distillation extensions.
Abstract
Recent studies have uncovered that language model distillation is less effective when facing a large capacity gap between the teacher and the student, and introduced teacher assistant-based distillation to bridge the gap. As a connection, the scale and the performance of the teacher assistant is of vital importance to bring the knowledge from the teacher to the student. However, existing teacher assistant-based methods require maximally many trials before scheduling an optimal teacher assistant. To this end, we propose a minimal distillation schedule (MiniDisc) for scheduling the optimal teacher assistant in minimally one trial. In particular, motivated by the finding that the performance of the student is positively correlated to the scale-performance tradeoff of the teacher assistant, MiniDisc is designed with a $λ$-tradeoff to measure the optimality of the teacher assistant without trial distillation to the student. MiniDisc then can schedule the optimal teacher assistant with the best $λ$-tradeoff in a sandwich framework. MiniDisc is evaluated with an extensive set of experiments on GLUE. Experimental results demonstrate the improved efficiency our MiniDisc compared to several state-of-the-art baselines. We further apply MiniDisc to a language model with billions of parameters and show its scalability.
