paper-with-me

Papers

ReFIT: Relevance Feedback from a Reranker during Inference

2023-05-19 · Revanth Gangi Reddy, Pradeep Dasigi, Md Arafat Sultan, Arman Cohan, Avirup Sil, Heng Ji, Hannaneh Hajishirzi

Retrieve-and-rerank is a prevalent framework in neural information retrieval, wherein a bi-encoder network initially retrieves a pre-defined number of candidates (e.g., K=100), which are then reranked by a more powerful cross-encoder model. While the reranker often yields improved candidate scores compared to the retriever, its scope is confined to only the top K retrieved candidates. As a result, the reranker cannot improve retrieval performance in terms of Recall@K. In this work, we propose to leverage the reranker to improve recall by making it provide relevance feedback to the retriever at inference time. Specifically, given a test instance during inference, we distill the reranker's predictions for that instance into the retriever's query representation using a lightweight update mechanism. The aim of the distillation loss is to align the retriever's candidate scores more closely with those produced by the reranker. The algorithm then proceeds by executing a second retrieval step using the updated query vector. We empirically demonstrate that this method, applicable to various retrieve-and-rerank frameworks, substantially enhances retrieval recall across multiple domains, languages, and modalities.

📄 PDF Abstract BibTeX arXiv:2305.11744

Code (1)

gangiswag/llm-reranker jax

Tasks

Information RetrievalRetrieval

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

FIRST: Faster Improved Listwise Reranking with Single Token Decoding

2024-06-21 · Revanth Gangi Reddy, JaeHyeok Doo, Yifei Xu, Md Arafat Sultan 외

Large Language Models (LLMs) have significantly advanced the field of information retrieval, particularly for reranking. Listwise LLM rerankers have showcased superior performance and generalizability compared to existin…

Information RetrievalLanguage ModelingLanguage ModellingLearning-To-Rank+1

PGT: Pseudo Relevance Feedback Using a Graph-Based Transformer

2021-01-20 · HongChien Yu, Zhuyun Dai, Jamie Callan

Most research on pseudo relevance feedback (PRF) has been done in vector space and probabilistic retrieval models. This paper shows that Transformer-based rerankers can also benefit from the extra context that PRF provid…

Retrieval

Pseudo Relevance Feedback with Deep Language Models and Dense Retrievers: Successes and Pitfalls

2021-08-25 · Hang Li, Ahmed Mourad, Shengyao Zhuang, Bevan Koopman 외

Pseudo Relevance Feedback (PRF) is known to improve the effectiveness of bag-of-words retrievers. At the same time, deep language models have been shown to outperform traditional bag-of-words rerankers. However, it is un…

Retrieval

ReFit: Recurrent Fitting Network for 3D Human Recovery

2023-08-22 · ICCV 2023 1 · Yufu Wang, Kostas Daniilidis

We present Recurrent Fitting (ReFit), a neural network architecture for single-image, parametric 3D human reconstruction. ReFit learns a feedback-update loop that mirrors the strategy of solving an inverse problem throug…

3D Human Reconstruction

Rethinking the Reranker: Boundary-Aware Evidence Selection for Robust Retrieval-Augmented Generation

2026-02-03 · Jiashuo Sun, Pengcheng Jiang, Saizhuo Wang, Jiajun Fan 외 arxiv

Retrieval-Augmented Generation (RAG) systems remain brittle under realistic retrieval noise, even when the required evidence appears in the top-K results. A key reason is that retrievers and rerankers optimize solely for…

Reinforcement LearningQuestion Answering