paper-with-me

Papers

Natural Language Generation for Effective Knowledge Distillation

2019-11-01 · WS 2019 11 · Raphael Tang, Yao Lu, Jimmy Lin

Knowledge distillation can effectively transfer knowledge from BERT, a deep language representation model, to traditional, shallow word embedding-based neural networks, helping them approach or exceed the quality of other heavyweight language representation models. As shown in previous work, critical to this distillation procedure is the construction of an unlabeled transfer dataset, which enables effective knowledge transfer. To create transfer set examples, we propose to sample from pretrained language models fine-tuned on task-specific text. Unlike previous techniques, this directly captures the purpose of the transfer set. We hypothesize that this principled, general approach outperforms rule-based techniques. On four datasets in sentiment classification, sentence similarity, and linguistic acceptability, we show that our approach improves upon previous methods. We outperform OpenAI GPT, a deep pretrained transformer, on three of the datasets, while using a single-layer bidirectional LSTM that runs at least ten times faster.

📄 PDF Abstract BibTeX

Code (1)

castorini/d-bert 공식 구현 pytorch

Tasks

Knowledge DistillationLinguistic AcceptabilitySentenceSentence SimilaritySentiment AnalysisSentiment ClassificationText GenerationTransfer Learning

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Weight Decay 설명 없음
Residual Connection 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Knowledge Distillation for Visual Autoregressive Models

2026-06-04 · Elia Peruzzo, Aritra Bhowmik, Guillaume Sautiere, Yuki M Asano 외 arxiv

Autoregressive (AR) image generation models are highly expressive but computationally intensive, motivating effective model compression. Knowledge distillation (KD) is a natural approach for model compression and has bee…

Knowledge DistillationModel CompressionImage Generation

A Study on Knowledge Distillation from Weak Teacher for Scaling Up Pre-trained Language Models

2023-05-26 · Hayeon Lee, Rui Hou, Jongpil Kim, Davis Liang 외

Distillation from Weak Teacher (DWT) is a method of transferring knowledge from a smaller, weaker teacher model to a larger student model to improve its performance. Previous studies have shown that DWT can be effective …

Knowledge Distillation

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

Parameter Efficient Diverse Paraphrase Generation Using Sequence-Level Knowledge Distillation

2024-04-19 · Lasal Jayawardena, Prasan Yapa

Over the past year, the field of Natural Language Generation (NLG) has experienced an exponential surge, largely due to the introduction of Large Language Models (LLMs). These models have exhibited the most effective per…

DiversityKnowledge DistillationParaphrase GenerationText Generation

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

2020-01-25 · WS 2019 11 · Luke Melas-Kyriazi, George Han, Celine Liang

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 an…

General ClassificationKnowledge DistillationNatural Language Understandingtext-classification+2