paper-with-me

Papers

Multistage Collaborative Knowledge Distillation from a Large Language Model for Semi-Supervised Sequence Generation

2023-11-15 · Jiachen Zhao, Wenlong Zhao, Andrew Drozdov, Benjamin Rozonoyer, Md Arafat Sultan, Jay-Yoon Lee, Mohit Iyyer, Andrew McCallum

We study semi-supervised sequence generation tasks, where the few labeled examples are too scarce to finetune a model, and meanwhile, few-shot prompted large language models (LLMs) exhibit room for improvement. In this paper, we present the discovery that a student model distilled from a few-shot prompted LLM can commonly generalize better than its teacher to unseen examples on such tasks. We find that the student is able to learn a general pattern from the high-quality pseudolabels produced by the teacher during knowledge distillation (KD), and favorably not a general pattern from the low-quality pseudolables. Leveraging this discovery, we propose a new method, Multistage Collaborative Knowledge Distillation from an LLM (MCKD), for these tasks. MCKD first few-shot prompts an LLM to produce pseudolabels for unlabeled data. Then at each stage of an iterative KD process, a new pair of students is trained on disjoint partitions of the pseudolabeled data, and produces new and improved pseudolabels for their unseen partitions. We conduct extensive experiments on four syntactic and semantic parsing datasets and show the effectiveness of MCKD for low-resource semi-supervised sequence generation. On CRAFT biomedical parsing, for example, 3-stage MCKD with 50 labeled examples outperforms an LLM teacher and vanilla KD by 7.5% and 3.7% parsing F1, respectively, and matches the performance of supervised finetuning with 500 labeled examples.

📄 PDF Abstract BibTeX arXiv:2311.08640

Code (1)

andotalao24/multistage-collaborative-knowledge-distillation 공식 구현 pytorch

Tasks

Constituency ParsingKnowledge DistillationLanguage ModelingLanguage ModellingLarge Language ModelSemantic Parsing

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 제목 키워드 기반

Collaborative Teacher-Student Learning via Multiple Knowledge Transfer

2021-01-21 · Liyuan Sun, Jianping Gou, Baosheng Yu, Lan Du 외

Knowledge distillation (KD), as an efficient and effective model compression technique, has been receiving considerable attention in deep learning. The key to its success is to transfer knowledge from a large teacher net…

Knowledge DistillationModel CompressionSelf-LearningTransfer Learning

Distillation Matters: Empowering Sequential Recommenders to Match the Performance of Large Language Model

2024-05-01 · Yu Cui, Feng Liu, Pengbo Wang, Bohao Wang 외

Owing to their powerful semantic reasoning capabilities, Large Language Models (LLMs) have been effectively utilized as recommenders, achieving impressive performance. However, the high inference latency of LLMs signific…

Knowledge DistillationLanguage ModelingLanguage ModellingLarge Language Model

Collaborative Distillation Strategies for Parameter-Efficient Language Model Deployment

2025-07-21 · Xiandong Meng, Yan Wu, Yexin Tian, Xin Hu 외 arxiv

This paper addresses the challenges of high computational cost and slow inference in deploying large language models. It proposes a distillation strategy guided by multiple teacher models. The method constructs several t…

Multi-Task LearningText Generation

Heterogeneous-Branch Collaborative Learning for Dialogue Generation

2023-03-21 · Yiwei Li, Shaoxiong Feng, Bin Sun, Kan Li

With the development of deep learning, advanced dialogue generation methods usually require a greater amount of computational resources. One promising approach to obtaining a high-performance and lightweight model is kno…

AttributeDialogue GenerationKnowledge Distillation

Highlight Every Step: Knowledge Distillation via Collaborative Teaching

2019-07-23 · Haoran Zhao, Xin Sun, Junyu Dong, Changrui Chen 외

High storage and computational costs obstruct deep neural networks to be deployed on resource-constrained devices. Knowledge distillation aims to train a compact student network by transferring knowledge from a larger pr…

Knowledge Distillation