CLIRFeb 16, 2024

Dense Passage Retrieval: Is it Retrieving?

arXiv:2402.11035v330 citationsh-index: 5EMNLP
Originality Incremental advance
AI Analysis

This addresses a bottleneck in retrieval-augmented generation for large language models, offering incremental insights into DPR's mechanisms and limitations.

The paper investigates dense passage retrieval (DPR) training mechanistically, finding that it decentralizes knowledge storage in networks but is limited by the pre-trained model's internal knowledge, suggesting directions like exposing DPR to more knowledge or injecting facts.

Dense passage retrieval (DPR) is the first step in the retrieval augmented generation (RAG) paradigm for improving the performance of large language models (LLM). DPR fine-tunes pre-trained networks to enhance the alignment of the embeddings between queries and relevant textual data. A deeper understanding of DPR fine-tuning will be required to fundamentally unlock the full potential of this approach. In this work, we explore DPR-trained models mechanistically by using a combination of probing, layer activation analysis, and model editing. Our experiments show that DPR training decentralizes how knowledge is stored in the network, creating multiple access pathways to the same information. We also uncover a limitation in this training style: the internal knowledge of the pre-trained model bounds what the retrieval model can retrieve. These findings suggest a few possible directions for dense retrieval: (1) expose the DPR training process to more knowledge so more can be decentralized, (2) inject facts as decentralized representations, (3) model and incorporate knowledge uncertainty in the retrieval process, and (4) directly map internal model knowledge to a knowledge base.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes