paper-with-me

홈 › Papers

Dense X Retrieval: What Retrieval Granularity Should We Use?

2023-12-11 · Tong Chen, Hongwei Wang, Sihao Chen, Wenhao Yu, Kaixin Ma, Xinran Zhao, Hongming Zhang, Dong Yu

Dense retrieval has become a prominent method to obtain relevant context or world knowledge in open-domain NLP tasks. When we use a learned dense retriever on a retrieval corpus at inference time, an often-overlooked design choice is the retrieval unit in which the corpus is indexed, e.g. document, passage, or sentence. We discover that the retrieval unit choice significantly impacts the performance of both retrieval and downstream tasks. Distinct from the typical approach of using passages or sentences, we introduce a novel retrieval unit, proposition, for dense retrieval. Propositions are defined as atomic expressions within text, each encapsulating a distinct factoid and presented in a concise, self-contained natural language format. We conduct an empirical comparison of different retrieval granularity. Our experiments reveal that indexing a corpus by fine-grained units such as propositions significantly outperforms passage-level units in retrieval tasks. Moreover, constructing prompts with fine-grained retrieved units for retrieval-augmented language models improves the performance of downstream QA tasks given a specific computation budget.

📄 PDF Abstract BibTeX arXiv:2312.06648

Code (3)

chentong0/factoid-wiki 공식 구현 pytorch
ct123098/factoid-wiki 공식 구현 pytorch
joaodsmarques/lumberchunker

Tasks

RetrievalSentenceWorld Knowledge

Similar Papers 제목 키워드 기반

Granularity-aware Adaptation for Image Retrieval over Multiple Tasks

2022-10-05 · Jon Almazán, Byungsoo Ko, Geonmo Gu, Diane Larlus 외

Strong image search models can be learned for a specific domain, ie. set of labels, provided that some labeled images of that domain are available. A practical visual search model, however, should be versatile enough to …

Image RetrievalPseudo LabelRetrievalSelf-Supervised Learning

Phrase Retrieval Learns Passage Retrieval, Too

2021-09-16 · EMNLP 2021 11 · Jinhyuk Lee, Alexander Wettig, Danqi Chen

Dense retrieval methods have shown great promise over sparse retrieval methods in a range of NLP problems. Among them, dense phrase retrieval-the most fine-grained retrieval unit-is appealing because phrases can be direc…

Entity LinkingOpen-Domain Question AnsweringPassage RetrievalQuantization+4

Dense Retrievers Can Fail on Simple Queries: Revealing The Granularity Dilemma of Embeddings

2025-06-10 · Liyan Xu, Zhenlin Su, Mo Yu, Jiangnan Li 외

This work focuses on an observed limitation of text encoders: embeddings may not be able to recognize fine-grained entities or events within the semantics, resulting in failed dense retrieval on even simple cases. To exa…

Image Captioning

Uncertainty-Aware Hybrid Retrieval for Long-Document RAG

2026-06-11 · Hoin Jung, Xiaoqian Wang arxiv

Retrieval augmented generation (RAG) depends critically on the quality and granularity of retrieved evidence. Large retrieval units preserve context but often introduce irrelevant content, which can dilute answer bearing…

Question Answering

Zero-Shot Dense Retrieval with Embeddings from Relevance Feedback

2024-10-28 · Nour Jedidi, Yung-Sung Chuang, Leslie Shing, James Glass

Building effective dense retrieval systems remains difficult when relevance supervision is not available. Recent work has looked to overcome this challenge by using a Large Language Model (LLM) to generate hypothetical d…

Language ModellingLarge Language ModelRetrieval