paper-with-me

홈 › Papers

Distilling the Knowledge of Large-scale Generative Models into Retrieval Models for Efficient Open-domain Conversation

2021-08-28 · Findings (EMNLP) 2021 11 · Beomsu Kim, Seokjun Seo, Seungju Han, Enkhbayar Erdenee, Buru Chang

Despite the remarkable performance of large-scale generative models in open-domain conversation, they are known to be less practical for building real-time conversation systems due to high latency. On the other hand, retrieval models could return responses with much lower latency but show inferior performance to the large-scale generative models since the conversation quality is bounded by the pre-defined response set. To take advantage of both approaches, we propose a new training method called G2R (Generative-to-Retrieval distillation) that preserves the efficiency of a retrieval model while leveraging the conversational ability of a large-scale generative model by infusing the knowledge of the generative model into the retrieval model. G2R consists of two distinct techniques of distillation: the data-level G2R augments the dialogue dataset with additional responses generated by the large-scale generative model, and the model-level G2R transfers the response quality score assessed by the generative model to the score of the retrieval model by the knowledge distillation loss. Through extensive experiments including human evaluation, we demonstrate that our retrieval-based conversation system trained with G2R shows a substantially improved performance compared to the baseline retrieval model while showing significantly lower inference latency than the large-scale generative models.

📄 PDF Abstract BibTeX arXiv:2108.12582

Code (1)

hyperconnect/g2r 공식 구현 pytorch

Tasks

Knowledge DistillationRetrieval

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

PromptKD: Distilling Student-Friendly Knowledge for Generative Language Models via Prompt Tuning

2024-02-20 · Gyeongman Kim, Doohyuk Jang, Eunho Yang

Recent advancements in large language models (LLMs) have raised concerns about inference costs, increasing the need for research into model compression. While knowledge distillation (KD) is a prominent method for this, r…

Instruction FollowingKnowledge DistillationModel Compression

KD-DLGAN: Data Limited Image Generation via Knowledge Distillation

2023-03-30 · CVPR 2023 1 · Kaiwen Cui, Yingchen Yu, Fangneng Zhan, Shengcai Liao 외

Generative Adversarial Networks (GANs) rely heavily on large-scale training data for training high-quality image generation models. With limited training data, the GAN discriminator often suffers from severe overfitting …

DiversityImage GenerationKnowledge Distillation

DreamTeacher: Pretraining Image Backbones with Deep Generative Models

2023-07-14 · ICCV 2023 1 · Daiqing Li, Huan Ling, Amlan Kar, David Acuna 외

In this work, we introduce a self-supervised feature representation learning framework DreamTeacher that utilizes generative networks for pre-training downstream image backbones. We propose to distill knowledge from a tr…

Knowledge DistillationRepresentation Learning

A Comprehensive Survey on Knowledge Distillation of Diffusion Models

2023-04-09 · Weijian Luo

Diffusion Models (DMs), also referred to as score-based diffusion models, utilize neural networks to specify score functions. Unlike most other probabilistic models, DMs directly model the score functions, which makes th…

Knowledge DistillationSurvey

Mind's Mirror: Distilling Self-Evaluation Capability and Comprehensive Thinking from Large Language Models

2023-11-15 · Weize Liu, Guocong Li, Kai Zhang, Bang Du 외

Large language models (LLMs) have achieved remarkable advancements in natural language processing. However, the massive scale and computational demands of these models present formidable challenges when considering their…

Transfer Learning