Challenge: Existing multilingual pre-trained models for low-resource languages have outperformed those trained from scratch for low resources due to high hardware requirements.
Approach: They propose to use beam search to decode the whole output distribution of the teacher to improve student learning.
Outcome: The proposed methods improve student model performance and reduce gender bias amplification common to beam search based methods.

Similar Papers

Structure-Level Knowledge Distillation For Multilingual Sequence Labeling (2020.acl-main)

Copied to clipboard

Challenge: Existing multilingual models still underperform individual monolingual models due to model capacity limitations.
Approach: They propose to distill the structural knowledge of several monolingual models (teachers) to the unified multilingual model (student).
Outcome: The proposed model outperforms strong baseline models and teacher models on 4 multilingual tasks with 25 datasets and has stronger zero-shot generalizability.
Why Skip If You Can Combine: A Simple Knowledge Distillation Technique for Intermediate Layers (2020.emnlp-main)

Copied to clipboard

Challenge: Existing knowledge distillation techniques are not suitable for deep learning tasks due to memory constraints.
Approach: They propose to combine knowledge from a large teacher network into a student network (S) they propose to use a combinatorial mechanism to inject layer-level supervision from T to S .
Outcome: The proposed model outperforms existing models in PortugueseEnglish, TurkishEnglish and EnglishGerman directions and students trained using it have 50% fewer parameters and can deliver comparable results to 12-layer teachers.
XtremeDistil: Multi-stage Distillation for Massive Multilingual Models (2020.acl-main)

Copied to clipboard

Challenge: Existing work on pre-trained language models focuses on reducing the size of these models into shallow ones.
Approach: They propose a knowledge distillation technique that leverages teacher internal representations to reduce the size of pre-trained language models.
Outcome: The proposed method outperforms previous methods in multilingual Named Entity Recognition (NER) it reduces the size of teacher models by 35x while retaining 95% of its F1 score.
Multi-level Distillation of Semantic Knowledge for Pre-training Multilingual Language Model (2022.emnlp-main)

Copied to clipboard

Challenge: Existing methods for improving multilingual models did not focus on learning the semantic structure of representation.
Approach: They propose a method to improve multilingual language models by aligning parallel sentences . they propose token-, word-, sentence- and structure-level alignment objectives .
Outcome: The proposed method outperforms baseline models on XNLI, PAWS-X, and XQuAD . it obtains comparable performance on low-resource languages, the authors show .
Collective Wisdom: Improving Low-resource Neural Machine Translation using Adaptive Knowledge Distillation (2020.coling-main)

Copied to clipboard

Challenge: Existing approaches to train high-quality NMT models in bilingually low-resource scenarios are limited by the scarcity of parallel sentence-pairs.
Approach: They propose to distill the knowledge of teacher models to a single student model by using knowledge distillation.
Outcome: The proposed approach achieves up to +0.9 BLEU score improvements compared to strong baselines.
SWITCH: Studying with Teacher for Knowledge Distillation of Large Language Models (2025.findings-naacl)

Copied to clipboard

Challenge: Knowledge Distillation (KD) has emerged as a popular method for compressing large language models due to high inference costs and memory requirements.
Approach: They propose a method that integrates the teacher model during the student's sequence generation to reduce misguidance from the teacher.
Outcome: Experiments on three model families and five instruction-following datasets show that SWITCH surpasses traditional methods, especially in the generation of long sequential data.
Multi-Stage Balanced Distillation: Addressing Long-Tail Challenges in Sequence-Level Knowledge Distillation (2024.findings-emnlp)

Copied to clipboard

Challenge: Knowledge distillation (KD) is a promising solution for large language models, but their deployment remains computationally expensive.
Approach: They propose a framework which iteratively balances training data within a fixed computational budget and enables the transfer of knowledge from expensive teacher LLMs to smaller student models.
Outcome: The proposed framework achieves state-of-the-art performance across diverse long-tailed datasets, enhancing both the efficiency and efficacy of the distilled models.
Generation-Distillation for Efficient Natural Language Understanding in Low-Data Settings (D19-61)

Copied to clipboard

Challenge: Recent research points to knowledge distillation as a potential solution for NLU tasks.
Approach: They propose a training approach that distills large finetuned LMs into a small network using unlabeled training examples.
Outcome: The proposed approach outperforms BERT training approaches while using 300 times fewer parameters.
Improved Knowledge Distillation for Pre-trained Language Models via Knowledge Selection (2022.findings-emnlp)

Copied to clipboard

Challenge: Existing studies on knowledge distillation have shown that not all knowledge is necessary for learning a good student model.
Approach: They propose an actor-critic approach to selecting appropriate knowledge to transfer during the process of knowledge distillation.
Outcome: The proposed method outperforms several strong knowledge distillation baselines significantly on the GLUE datasets.
Dynamic Knowledge Distillation for Pre-trained Language Models (2021.emnlp-main)

Copied to clipboard

Challenge: Existing methods conduct knowledge distillation statically, e.g., student model aligns output distribution to teacher model on pre-defined training dataset.
Approach: They propose a dynamic knowledge distillation that empowers the student to adjust the learning procedure according to its competency . they find it is promising and provide discussions on potential future directions towards more efficient methods .
Outcome: The proposed method can boost student model performance while accelerating training . the proposed method reduces memory usage and accelerates model inference .

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations