paper-with-me

Papers

Incorporating Relevance Feedback for Information-Seeking Retrieval using Few-Shot Document Re-Ranking

2022-10-19 · Tim Baumgärtner, Leonardo F. R. Ribeiro, Nils Reimers, Iryna Gurevych

Pairing a lexical retriever with a neural re-ranking model has set state-of-the-art performance on large-scale information retrieval datasets. This pipeline covers scenarios like question answering or navigational queries, however, for information-seeking scenarios, users often provide information on whether a document is relevant to their query in form of clicks or explicit feedback. Therefore, in this work, we explore how relevance feedback can be directly integrated into neural re-ranking models by adopting few-shot and parameter-efficient learning techniques. Specifically, we introduce a kNN approach that re-ranks documents based on their similarity with the query and the documents the user considers relevant. Further, we explore Cross-Encoder models that we pre-train using meta-learning and subsequently fine-tune for each query, training only on the feedback documents. To evaluate our different integration strategies, we transform four existing information retrieval datasets into the relevance feedback scenario. Extensive experiments demonstrate that integrating relevance feedback directly in neural re-ranking models improves their performance, and fusing lexical ranking with our best performing neural re-ranker outperforms all other methods by 5.2 nDCG@20.

📄 PDF Abstract BibTeX arXiv:2210.10695

Code (1)

ukplab/incorporating-relevance 공식 구현 pytorch

Tasks

Argument RetrievalInformation RetrievalMeta-LearningQuestion AnsweringRe-RankingRetrieval

Methods 이 논문이 사용한 방법론

MAML 설명 없음

Similar Papers 제목 키워드 기반

Selecting Query-bag as Pseudo Relevance Feedback for Information-seeking Conversations

2024-03-22 · Xiaoqing Zhang, Xiuying Chen, Shen Gao, Shuqi Li 외

Information-seeking dialogue systems are widely used in e-commerce systems, with answers that must be tailored to fit the specific settings of the online system. Given the user query, the information-seeking dialogue sys…

Contrastive LearningRe-Ranking

Is Relevance Propagated from Retriever to Generator in RAG?

2025-02-20 · Fangzheng Tian, Debasis Ganguly, Craig Macdonald

Retrieval Augmented Generation (RAG) is a framework for incorporating external knowledge, usually in the form of a set of documents retrieved from a collection, as a part of a prompt to a large language model (LLM) to po…

Large Language ModelQuestion AnsweringRAGRetrieval+1

An Improved Relevance Feedback in CBIR

2020-06-21 · Subhadip Maji, Smarajit Bose

Relevance Feedback in Content-Based Image Retrieval is a method where the feedback of the performance is being used to improve itself. Prior works use feature re-weighting and classification techniques as the Relevance F…

Content-Based Image RetrievalImage RetrievalRetrieval

From Relevance to Utility: Evidence Retrieval with Feedback for Fact Verification

2023-10-18 · Hengran Zhang, Ruqing Zhang, Jiafeng Guo, Maarten de Rijke 외

Retrieval-enhanced methods have become a primary approach in fact verification (FV); it requires reasoning over multiple retrieved pieces of evidence to verify the integrity of a claim. To retrieve evidence, existing wor…

Fact VerificationRetrieval

Pseudo-Relevance Feedback Can Improve Zero-Shot LLM-Based Dense Retrieval

2025-03-19 · Hang Li, Xiao Wang, Bevan Koopman, Guido Zuccon

Pseudo-relevance feedback (PRF) refines queries by leveraging initially retrieved documents to improve retrieval effectiveness. In this paper, we investigate how large language models (LLMs) can facilitate PRF for zero-s…

Passage RetrievalRetrieval