paper-with-me

Papers

Improving Query Representations for Dense Retrieval with Pseudo Relevance Feedback

2021-08-30 · HongChien Yu, Chenyan Xiong, Jamie Callan

Dense retrieval systems conduct first-stage retrieval using embedded representations and simple similarity metrics to match a query to documents. Its effectiveness depends on encoded embeddings to capture the semantics of queries and documents, a challenging task due to the shortness and ambiguity of search queries. This paper proposes ANCE-PRF, a new query encoder that uses pseudo relevance feedback (PRF) to improve query representations for dense retrieval. ANCE-PRF uses a BERT encoder that consumes the query and the top retrieved documents from a dense retrieval model, ANCE, and it learns to produce better query embeddings directly from relevance labels. It also keeps the document index unchanged to reduce overhead. ANCE-PRF significantly outperforms ANCE and other recent dense retrieval systems on several datasets. Analysis shows that the PRF encoder effectively captures the relevant and complementary information from PRF documents, while ignoring the noise with its learned attention mechanism.

📄 PDF Abstract BibTeX arXiv:2108.13454

Code (2)

yuhongqian/ance-prf 공식 구현 pytorch
ielab/apr pytorch

Tasks

Retrieval

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Pseudo-Relevance Feedback for Multiple Representation Dense Retrieval

2021-06-21 · Xiao Wang, Craig Macdonald, Nicola Tonellotto, Iadh Ounis

Pseudo-relevance feedback mechanisms, from Rocchio to the relevance models, have shown the usefulness of expanding and reweighting the users' initial queries using information occurring in an initial set of retrieved doc…

Information RetrievalPassage RankingRerankingRetrieval+1

Optimizing Test-Time Query Representations for Dense Retrieval

2022-05-25 · Mujeen Sung, Jungsoo Park, Jaewoo Kang, Danqi Chen 외

Recent developments of dense retrieval rely on quality representations of queries and contexts from pre-trained query and context encoders. In this paper, we introduce TOUR (Test-Time Optimization of Query Representation…

Contrastive LearningInformation RetrievalOpen-Domain Question AnsweringPassage Retrieval+3

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…

CAPSTONE: Curriculum Sampling for Dense Retrieval with Document Expansion

2022-12-18 · Xingwei He, Yeyun Gong, A-Long Jin, Hang Zhang 외

The dual-encoder has become the de facto architecture for dense retrieval. Typically, it computes the latent representations of the query and document independently, thus failing to fully capture the interactions between…

Passage RetrievalRetrieval

Domain Adaptation for Dense Retrieval and Conversational Dense Retrieval through Self-Supervision by Meticulous Pseudo-Relevance Labeling

2024-03-13 · Minghan Li, Eric Gaussier

Recent studies have demonstrated that the ability of dense retrieval models to generalize to target domains with different distributions is limited, which contrasts with the results obtained with interaction-based models…

Conversational SearchDomain AdaptationRetrieval