paper-with-me

홈 › Papers

Improved Knowledge Distillation for Pre-trained Language Models via Knowledge Selection

2023-02-01 · Chenglong Wang, Yi Lu, Yongyu Mu, Yimin Hu, Tong Xiao, Jingbo Zhu

Knowledge distillation addresses the problem of transferring knowledge from a teacher model to a student model. In this process, we typically have multiple types of knowledge extracted from the teacher model. The problem is to make full use of them to train the student model. Our preliminary study shows that: (1) not all of the knowledge is necessary for learning a good student model, and (2) knowledge distillation can benefit from certain knowledge at different training steps. In response to these, we propose an actor-critic approach to selecting appropriate knowledge to transfer during the process of knowledge distillation. In addition, we offer a refinement of the training algorithm to ease the computational burden. Experimental results on the GLUE datasets show that our method outperforms several strong knowledge distillation baselines significantly.

📄 PDF Abstract BibTeX arXiv:2302.00444

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

MLKD-BERT: Multi-level Knowledge Distillation for Pre-trained Language Models

2024-07-03 · Ying Zhang, Ziheng Yang, Shufan Ji

Knowledge distillation is an effective technique for pre-trained language model compression. Although existing knowledge distillation methods perform well for the most typical model BERT, they could be further improved i…

Extractive Question-AnsweringKnowledge DistillationLanguage ModelingLanguage Modelling+2

Guiding CTC Posterior Spike Timings for Improved Posterior Fusion and Knowledge Distillation

2019-04-17 · Gakuto Kurata, Kartik Audhkhasi

Conventional automatic speech recognition (ASR) systems trained from frame-level alignments can easily leverage posterior fusion to improve ASR accuracy and build a better single model with knowledge distillation. End-to…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Data AugmentationDecoder+5

Autoregressive Knowledge Distillation through Imitation Learning

2020-09-15 · EMNLP 2020 11 · Alexander Lin, Jeremy Wohlwend, Howard Chen, Tao Lei

The performance of autoregressive models on natural language generation tasks has dramatically improved due to the adoption of deep, self-attentive architectures. However, these gains have come at the cost of hindering i…

Imitation LearningKnowledge DistillationMachine TranslationText Generation+1

On Knowledge Distillation for Translating Erroneous Speech Transcriptions

2021-08-01 · ACL (IWSLT) 2021 8 · Ryo Fukuda, Katsuhito Sudoh, Satoshi Nakamura

Recent studies argue that knowledge distillation is promising for speech translation (ST) using end-to-end models. In this work, we investigate the effect of knowledge distillation with a cascade ST using automatic speec…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Knowledge DistillationMachine Translation+3

Patient Knowledge Distillation for BERT Model Compression

2019-08-25 · IJCNLP 2019 11 · Siqi Sun, Yu Cheng, Zhe Gan, Jingjing Liu

Pre-trained language models such as BERT have proven to be highly effective for natural language processing (NLP) tasks. However, the high demand for computing resources in training such models hinders their application …

Knowledge DistillationmodelModel Compression