paper-with-me

홈 › Papers

Which Student is Best? A Comprehensive Knowledge Distillation Exam for Task-Specific BERT Models

2022-01-03 · Made Nindyatama Nityasya, Haryo Akbarianto Wibowo, Rendi Chevi, Radityo Eko Prasojo, Alham Fikri Aji

We perform knowledge distillation (KD) benchmark from task-specific BERT-base teacher models to various student models: BiLSTM, CNN, BERT-Tiny, BERT-Mini, and BERT-Small. Our experiment involves 12 datasets grouped in two tasks: text classification and sequence labeling in the Indonesian language. We also compare various aspects of distillations including the usage of word embeddings and unlabeled data augmentation. Our experiments show that, despite the rising popularity of Transformer-based models, using BiLSTM and CNN student models provide the best trade-off between performance and computational resource (CPU, RAM, and storage) compared to pruned BERT models. We further propose some quick wins on performing KD to produce small NLP models via efficient KD training mechanisms involving simple choices of loss functions, word embeddings, and unlabeled data preparation.

📄 PDF Abstract BibTeX arXiv:2201.00558

Code (0)

등록된 구현이 없습니다.

Tasks

CPUData AugmentationKnowledge Distillationtext-classificationText ClassificationWord Embeddings

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Tanh Activation 설명 없음

Similar Papers 제목 키워드 기반

How to Distill your BERT: An Empirical Study on the Impact of Weight Initialisation and Distillation Objectives

2023-05-24 · Xinpeng Wang, Leonie Weissweiler, Hinrich Schütze, Barbara Plank

Recently, various intermediate layer distillation (ILD) objectives have been shown to improve compression of BERT models via Knowledge Distillation (KD). However, a comprehensive evaluation of the objectives in both task…

Knowledge DistillationQNLI

Fixing the Teacher-Student Knowledge Discrepancy in Distillation

2021-03-31 · Jiangfan Han, Mengya Gao, Yujie Wang, Quanquan Li 외

Training a small student network with the guidance of a larger teacher network is an effective way to promote the performance of the student. Despite the different types, the guided knowledge used to distill is always ke…

image-classificationImage ClassificationKnowledge Distillationobject-detection+1

Multi-granularity for knowledge distillation

2021-08-15 · Baitan Shao, Ying Chen

Considering the fact that students have different abilities to understand the knowledge imparted by teachers, a multi-granularity distillation mechanism is proposed for transferring more understandable knowledge for stud…

Knowledge DistillationPerson Re-Identification

Sentence-Level or Token-Level? A Comprehensive Study on Knowledge Distillation

2024-04-23 · Jingxuan Wei, Linzhuang Sun, Yichong Leng, Xu Tan 외

Knowledge distillation, transferring knowledge from a teacher model to a student model, has emerged as a powerful technique in neural machine translation for compressing models or simplifying training targets. Knowledge …

Knowledge DistillationMachine TranslationSentence

In Good GRACEs: Principled Teacher Selection for Knowledge Distillation

2025-11-04 · Abhishek Panigrahi, Bingbin Liu, Sadhika Malladi, Sham Kakade 외 arxiv

Knowledge distillation is an efficient strategy to use data generated by large "teacher" language models to train smaller capable "student" models, but selecting the optimal teacher for a specific student-task combinatio…

Knowledge Distillation