paper-with-me

Papers

PLaD: Preference-based Large Language Model Distillation with Pseudo-Preference Pairs

2024-06-05 · Rongzhi Zhang, Jiaming Shen, Tianqi Liu, Haorui Wang, Zhen Qin, Feng Han, Jialu Liu, Simon Baumgartner, Michael Bendersky, Chao Zhang

Large Language Models (LLMs) have exhibited impressive capabilities in various tasks, yet their vast parameter sizes restrict their applicability in resource-constrained settings. Knowledge distillation (KD) offers a viable solution by transferring expertise from large teacher models to compact student models. However, traditional KD techniques face specific challenges when applied to LLMs, including restricted access to LLM outputs, significant teacher-student capacity gaps, and the inherited mis-calibration issue. In this work, we present PLaD, a novel preference-based LLM distillation framework. PLaD exploits the teacher-student capacity discrepancy to generate pseudo-preference pairs where teacher outputs are preferred over student outputs. Then, PLaD leverages a ranking loss to re-calibrate student's estimation of sequence likelihood, which steers the student's focus towards understanding the relative quality of outputs instead of simply imitating the teacher. PLaD bypasses the need for access to teacher LLM's internal states, tackles the student's expressivity limitations, and mitigates the student mis-calibration issue. Through extensive experiments on two sequence generation tasks and with various LLMs, we demonstrate the effectiveness of our proposed PLaD framework.

📄 PDF Abstract BibTeX arXiv:2406.02886

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationLanguage ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

Focus 설명 없음
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 제목 키워드 기반

Mistral-SPLADE: LLMs for better Learned Sparse Retrieval

2024-08-20 · Meet Doshi, Vishwajeet Kumar, Rudra Murthy, Vignesh P 외

Learned Sparse Retrievers (LSR) have evolved into an effective retrieval strategy that can bridge the gap between traditional keyword-based sparse retrievers and embedding-based dense retrievers. At its core, learned spa…

DecoderLanguage ModelingLanguage ModellingLarge Language Model+3

PLAD: Learning to Infer Shape Programs with Pseudo-Labels and Approximate Distributions

2020-11-25 · CVPR 2022 1 · R. Kenny Jones, Homer Walke, Daniel Ritchie

Inferring programs which generate 2D and 3D shapes is important for reverse engineering, editing, and more. Training models to perform this task is complicated because paired (shape, program) data is not readily availabl…

Self-Supervised Learning

CoSPLADE: Contextualizing SPLADE for Conversational Information Retrieval

2023-01-11 · Nam Le Hai, Thomas Gerald, Thibault Formal, Jian-Yun Nie 외

Conversational search is a difficult task as it aims at retrieving documents based not only on the current user query but also on the full conversation history. Most of the previous methods have focused on a multi-stage …

Conversational SearchInformation RetrievalLearning-To-RankRetrieval

SPLADE v2: Sparse Lexical and Expansion Model for Information Retrieval

2021-09-21 · Thibault Formal, Carlos Lassance, Benjamin Piwowarski, Stéphane Clinchant

In neural Information Retrieval (IR), ongoing research is directed towards improving the first retriever in ranking pipelines. Learning dense embeddings to conduct retrieval using efficient approximate nearest neighbors …

Information RetrievalRetrievalZero Shot on BEIR (Inference Free Model)Zero-shot Text Search

Exploring the Representation Power of SPLADE Models

2023-06-29 · Joel Mackenzie, Shengyao Zhuang, Guido Zuccon

The SPLADE (SParse Lexical AnD Expansion) model is a highly effective approach to learned sparse retrieval, where documents are represented by term impact scores derived from large language models. During training, SPLAD…

Retrieval