English

Generation-Distillation for Efficient Natural Language Understanding in Low-Data Settings

Computation and Language 2020-02-04 v1 Artificial Intelligence Machine Learning Machine Learning

Abstract

Over the past year, the emergence of transfer learning with large-scale language models (LM) has led to dramatic performance improvements across a broad range of natural language understanding tasks. However, the size and memory footprint of these large LMs makes them difficult to deploy in many scenarios (e.g. on mobile phones). Recent research points to knowledge distillation as a potential solution, showing that when training data for a given task is abundant, it is possible to distill a large (teacher) LM into a small task-specific (student) network with minimal loss of performance. However, when such data is scarce, there remains a significant performance gap between large pretrained LMs and smaller task-specific models, even when training via distillation. In this paper, we bridge this gap with a novel training approach, called generation-distillation, that leverages large finetuned LMs in two ways: (1) to generate new (unlabeled) training examples, and (2) to distill their knowledge into a small network using these examples. Across three low-resource text classification datsets, we achieve comparable performance to BERT while using 300x fewer parameters, and we outperform prior approaches to distillation for text classification while using 3x fewer parameters.

Keywords

Cite

@article{arxiv.2002.00733,
  title  = {Generation-Distillation for Efficient Natural Language Understanding in Low-Data Settings},
  author = {Luke Melas-Kyriazi and George Han and Celine Liang},
  journal= {arXiv preprint arXiv:2002.00733},
  year   = {2020}
}

Comments

EMNLP 2019 Workshop on Deep Learning for Low-resource NLP

R2 v1 2026-06-23T13:29:08.594Z