CLLGMLAug 2, 2019

Self-Knowledge Distillation in Natural Language Processing

arXiv:1908.01851v11038 citations
Originality Synthesis-oriented
AI Analysis

This is an incremental method for NLP researchers aiming to enhance model efficiency through distillation techniques.

The paper tackles the problem of improving knowledge distillation in NLP by proposing self-knowledge distillation, which uses soft target probabilities from the model itself, and reports performance improvements on language modeling and neural machine translation tasks.

Since deep learning became a key player in natural language processing (NLP), many deep learning models have been showing remarkable performances in a variety of NLP tasks, and in some cases, they are even outperforming humans. Such high performance can be explained by efficient knowledge representation of deep learning models. While many methods have been proposed to learn more efficient representation, knowledge distillation from pretrained deep networks suggest that we can use more information from the soft target probability to train other neural networks. In this paper, we propose a new knowledge distillation method self-knowledge distillation, based on the soft target probabilities of the training model itself, where multimode information is distilled from the word embedding space right below the softmax layer. Due to the time complexity, our method approximates the soft target probabilities. In experiments, we applied the proposed method to two different and fundamental NLP tasks: language model and neural machine translation. The experiment results show that our proposed method improves performance on the tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes