paper-with-me

Papers

Instruction Distillation Makes Large Language Models Efficient Zero-shot Rankers

2023-11-02 · Weiwei Sun, Zheng Chen, Xinyu Ma, Lingyong Yan, Shuaiqiang Wang, Pengjie Ren, Zhumin Chen, Dawei Yin, Zhaochun Ren

Recent studies have demonstrated the great potential of Large Language Models (LLMs) serving as zero-shot relevance rankers. The typical approach involves making comparisons between pairs or lists of documents. Although effective, these listwise and pairwise methods are not efficient and also heavily rely on intricate prompt engineering. To tackle this problem, we introduce a novel instruction distillation method. The key idea is to distill the pairwise ranking ability of open-sourced LLMs to a simpler but more efficient pointwise ranking. Specifically, given the same LLM, we first rank documents using the effective pairwise approach with complex instructions, and then distill the teacher predictions to the pointwise approach with simpler instructions. Evaluation results on the BEIR, TREC, and ReDial datasets demonstrate that instruction distillation can improve efficiency by 10 to 100x and also enhance the ranking performance of LLMs. Furthermore, our approach surpasses the performance of existing supervised methods like monoT5 and is on par with the state-of-the-art zero-shot methods. The code to reproduce our results is available at www.github.com/sunnweiwei/RankGPT.

📄 PDF Abstract BibTeX arXiv:2311.01555

Code (1)

sunnweiwei/rankgpt 공식 구현 pytorch

Tasks

Prompt Engineering

Similar Papers 제목 키워드 기반

Evolutionary Contrastive Distillation for Language Model Alignment

2024-10-10 · Julian Katz-Samuels, Zheng Li, Hyokun Yun, Priyanka Nigam 외

The ability of large language models (LLMs) to execute complex instructions is essential for their real-world applications. However, several recent studies indicate that LLMs struggle with challenging instructions. In th…

Contrastive LearningInstruction FollowingLanguage ModelingLanguage Modelling+1

Lion: Adversarial Distillation of Proprietary Large Language Models

2023-05-22 · Yuxin Jiang, Chunkit Chan, Mingyang Chen, Wei Wang

The practice of transferring knowledge from a sophisticated, proprietary large language model (LLM) to a compact, open-source LLM has garnered considerable attention. Previous works have focused on a unidirectional knowl…

Instruction FollowingKnowledge DistillationLanguage ModellingLarge Language Model+1

Efficient Feature Distillation for Zero-shot Annotation Object Detection

2023-03-21 · Zhuoming Liu, Xuefeng Hu, Ram Nevatia

We propose a new setting for detecting unseen objects called Zero-shot Annotation object Detection (ZAD). It expands the zero-shot object detection setting by allowing the novel objects to exist in the training images an…

Objectobject-detectionObject DetectionZero-Shot Object Detection

Guess the Instruction! Flipped Learning Makes Language Models Stronger Zero-Shot Learners

2022-10-06 · Seonghyeon Ye, Doyoung Kim, Joel Jang, Joongbo Shin 외

Meta-training, which fine-tunes the language model (LM) on various downstream tasks by maximizing the likelihood of the target label given the task instruction and input instance, has improved the zero-shot task generali…

Common Sense ReasoningCoreference ResolutionLanguage ModelingLanguage Modelling+5

Instruction Makes a Difference

2024-02-01 · Tosin Adewumi, Nudrat Habib, Lama Alkhaled, Elisa Barney

We introduce Instruction Document Visual Question Answering (iDocVQA) dataset and Large Language Document (LLaDoc) model, for training Language-Vision (LV) models for document analysis and predictions on document images,…

HallucinationInstruction FollowingObject HallucinationQuestion Answering+1