paper-with-me

Papers

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

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

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 unclear how to integrate PRF directly with emergent deep language models. In this article, we address this gap by investigating methods for integrating PRF signals into rerankers and dense retrievers based on deep language models. We consider text-based and vector-based PRF approaches, and investigate different ways of combining and scoring relevance signals. An extensive empirical evaluation was conducted across four different datasets and two task settings (retrieval and ranking). Text-based PRF results show that the use of PRF had a mixed effect on deep rerankers across different datasets. We found that the best effectiveness was achieved when (i) directly concatenating each PRF passage with the query, searching with the new set of queries, and then aggregating the scores; (ii) using Borda to aggregate scores from PRF runs. Vector-based PRF results show that the use of PRF enhanced the effectiveness of deep rerankers and dense retrievers over several evaluation metrics. We found that higher effectiveness was achieved when (i) the query retains either the majority or the same weight within the PRF mechanism, and (ii) a shallower PRF signal (i.e., a smaller number of top-ranked passages) was employed, rather than a deeper signal. Our vector-based PRF method is computationally efficient; thus this represents a general PRF method others can use with deep rerankers and dense retrievers.

📄 PDF Abstract BibTeX arXiv:2108.11044

Code (1)

hanglics/Neural-Relevance-Feedback-Public pytorch

Tasks

Retrieval

Similar Papers 제목 키워드 기반

LLM-VPRF: Large Language Model Based Vector Pseudo Relevance Feedback

2025-04-02 · Hang Li, Shengyao Zhuang, Bevan Koopman, Guido Zuccon

Vector Pseudo Relevance Feedback (VPRF) has shown promising results in improving BERT-based dense retrieval systems through iterative refinement of query representations. This paper investigates the generalizability of V…

Language ModelingLanguage ModellingLarge Language ModelRetrieval

Improving Query Representations for Dense Retrieval with Pseudo Relevance Feedback: A Reproducibility Study

2021-12-13 · Hang Li, Shengyao Zhuang, Ahmed Mourad, Xueguang Ma 외

Pseudo-Relevance Feedback (PRF) utilises the relevance signals from the top-k passages from the first round of retrieval to perform a second round of retrieval aiming to improve search effectiveness. A recent research di…

Retrieval

TPRF: A Transformer-based Pseudo-Relevance Feedback Model for Efficient and Effective Retrieval

2024-01-24 · Hang Li, Chuting Yu, Ahmed Mourad, Bevan Koopman 외

This paper considers Pseudo-Relevance Feedback (PRF) methods for dense retrievers in a resource constrained environment such as that of cheap cloud instances or embedded systems (e.g., smartphones and smartwatches), wher…

CPURetrieval

To Interpolate or not to Interpolate: PRF, Dense and Sparse Retrievers

2022-04-30 · Hang Li, Shuai Wang, Shengyao Zhuang, Ahmed Mourad 외

Current pre-trained language model approaches to information retrieval can be broadly divided into two categories: sparse retrievers (to which belong also non-neural approaches such as bag-of-words methods, e.g., BM25) a…

Information RetrievalLanguage ModellingRetrieval

Learning to Select: Query-Aware Adaptive Dimension Selection for Dense Retrieval

2026-02-03 · Zhanyu Wu, Richong Zhang, Zhijie Nie arxiv

Dense retrieval represents queries and documents as high-dimensional embeddings, but these representations can be redundant at the query level: for a given information need, only a subset of dimensions is consistently he…