The Pupil Has Become the Master: Teacher-Student Model-Based Word Embedding Distillation with Ensemble Learning
Bonggun Shin, Hao Yang, Jinho D. Choi

TL;DR
This paper introduces a novel word embedding distillation framework with ensemble learning that significantly reduces embedding size and computational cost while maintaining high accuracy in NLP tasks.
Contribution
It proposes a new ensemble-based distillation method that creates efficient, lightweight student models from multiple teacher models, enhancing NLP model deployment.
Findings
Embeddings are reduced in dimension without losing accuracy.
Student models are up to eighty times faster and lighter.
Significant performance improvements over teacher models on multiple datasets.
Abstract
Recent advances in deep learning have facilitated the demand of neural models for real applications. In practice, these applications often need to be deployed with limited resources while keeping high accuracy. This paper touches the core of neural models in NLP, word embeddings, and presents a new embedding distillation framework that remarkably reduces the dimension of word embeddings without compromising accuracy. A novel distillation ensemble approach is also proposed that trains a high-efficient student model using multiple teacher models. In our approach, the teacher models play roles only during training such that the student model operates on its own without getting supports from the teacher models during decoding, which makes it eighty times faster and lighter than other typical ensemble methods. All models are evaluated on seven document classification datasets and show a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Text and Document Classification Technologies
