paper-with-me

Papers

InstUPR : Instruction-based Unsupervised Passage Reranking with Large Language Models

2024-03-25 · Chao-Wei Huang, Yun-Nung Chen

This paper introduces InstUPR, an unsupervised passage reranking method based on large language models (LLMs). Different from existing approaches that rely on extensive training with query-document pairs or retrieval-specific instructions, our method leverages the instruction-following capabilities of instruction-tuned LLMs for passage reranking without any additional fine-tuning. To achieve this, we introduce a soft score aggregation technique and employ pairwise reranking for unsupervised passage reranking. Experiments on the BEIR benchmark demonstrate that InstUPR outperforms unsupervised baselines as well as an instruction-tuned reranker, highlighting its effectiveness and superiority. Source code to reproduce all experiments is open-sourced at https://github.com/MiuLab/InstUPR

📄 PDF Abstract BibTeX arXiv:2403.16435

Code (1)

miulab/instupr 공식 구현 pytorch

Tasks

Instruction FollowingPassage RerankingRerankingRetrieval

Similar Papers 제목 키워드 기반

KaLM-Reranker-V1: Fast but Not Late Interaction for Compressed Document Reranking

2026-06-22 · Xinping Zhao, Jiaxin Xu, Ziqi Dai, Xin Zhang 외 arxiv

As retrieval systems scale, high-quality reranking becomes increasingly important. However, most existing rerankers, whether encoder-based or decoder-based, jointly encode the query and passage, tightly coupling their co…

Hybrid and Collaborative Passage Reranking

2023-05-16 · Zongmeng Zhang, Wengang Zhou, Jiaxin Shi, Houqiang Li

In passage retrieval system, the initial passage retrieval results may be unsatisfactory, which can be refined by a reranking scheme. Existing solutions to passage reranking focus on enriching the interaction between que…

Passage RerankingPassage RetrievalRerankingRetrieval

RankFlow: A Multi-Role Collaborative Reranking Workflow Utilizing Large Language Models

2025-02-02 · Can Jin, Hongwu Peng, Anxiang Zhang, Nuo Chen 외

In an Information Retrieval (IR) system, reranking plays a critical role by sorting candidate passages according to their relevance to a specific query. This process demands a nuanced understanding of the variations amon…

Information RetrievalReranking

Passage-specific Prompt Tuning for Passage Reranking in Question Answering with Large Language Models

2024-05-31 · Xuyang Wu, Zhiyuan Peng, Krishna Sravanthi Rajanala Sai, Hsin-Tai Wu 외

Effective passage retrieval and reranking methods have been widely utilized to identify suitable candidates in open-domain question answering tasks, recent studies have resorted to LLMs for reranking the retrieved passag…

Open-Domain Question AnsweringPassage RerankingPassage RetrievalQuestion Answering+1

Rider: Reader-Guided Passage Reranking for Open-Domain Question Answering

2021-01-01 · Yuning Mao, Pengcheng He, Xiaodong Liu, Yelong Shen 외

Current open-domain question answering systems often follow a Retriever-Reader architecture, where the retriever first retrieves relevant passages and the reader then reads the retrieved passages to form an answer. In th…

Natural QuestionsOpen-Domain Question AnsweringPassage RerankingQuestion Answering+3