paper-with-me

Papers

Topic-DPR: Topic-based Prompts for Dense Passage Retrieval

2023-10-10 · Qingfa Xiao, Shuangyin Li, Lei Chen

Prompt-based learning's efficacy across numerous natural language processing tasks has led to its integration into dense passage retrieval. Prior research has mainly focused on enhancing the semantic understanding of pre-trained language models by optimizing a single vector as a continuous prompt. This approach, however, leads to a semantic space collapse; identical semantic information seeps into all representations, causing their distributions to converge in a restricted region. This hinders differentiation between relevant and irrelevant passages during dense retrieval. To tackle this issue, we present Topic-DPR, a dense passage retrieval model that uses topic-based prompts. Unlike the single prompt method, multiple topic-based prompts are established over a probabilistic simplex and optimized simultaneously through contrastive learning. This encourages representations to align with their topic distributions, improving space uniformity. Furthermore, we introduce a novel positive and negative sampling strategy, leveraging semi-structured data to boost dense retrieval efficiency. Experimental results from two datasets affirm that our method surpasses previous state-of-the-art retrieval techniques.

📄 PDF Abstract BibTeX arXiv:2310.06626

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningPassage RetrievalRetrieval

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

CLAP: Coreference-Linked Augmentation for Passage Retrieval

2025-08-09 · Huanwei Xu, Lin Xu, Liang Yuan arxiv

Large Language Model (LLM)-based passage expansion has shown promise for enhancing first-stage retrieval, but often underperforms with dense retrievers due to semantic drift and misalignment with their pretrained semanti…

Passage Retrieval

FinCPRG: A Bidirectional Generation Pipeline for Hierarchical Queries and Rich Relevance in Financial Chinese Passage Retrieval

2025-08-04 · Xuan Xu, Beilin Chu, Qinhong Lin, Yixiao Zhong 외 arxiv

In recent years, large language models (LLMs) have demonstrated significant potential in constructing passage retrieval datasets. However, existing methods still face limitations in expressing cross-doc query needs and c…

Passage Retrieval

Efficiently Teaching an Effective Dense Retriever with Balanced Topic Aware Sampling

2021-04-14 · Sebastian Hofstätter, Sheng-Chieh Lin, Jheng-Hong Yang, Jimmy Lin 외

A vital step towards the widespread adoption of neural retrieval models is their resource efficiency throughout the training, indexing and query workflows. The neural IR community made great advancements in training effe…

GPURe-RankingRetrievalText Retrieval+1

Say Less, Mean More: Leveraging Pragmatics in Retrieval-Augmented Generation

2025-02-25 · Haris Riaz, Ellen Riloff, Mihai Surdeanu

We propose a simple, unsupervised method that injects pragmatic principles in retrieval-augmented generation (RAG) frameworks such as Dense Passage Retrieval~\cite{karpukhin2020densepassageretrievalopendomain} to enhance…

ARCPassage RetrievalQuestion AnsweringRAG+2

A Sensitivity Analysis of the MSMARCO Passage Collection

2021-12-06 · Joel Mackenzie, Matthias Petri, Alistair Moffat

The recent MSMARCO passage retrieval collection has allowed researchers to develop highly tuned retrieval systems. One aspect of this data set that makes it distinctive compared to traditional corpora is that most of the…

Passage RetrievalRetrievalSensitivity