Context-Efficient Retrieval with Factual Decomposition
Yanhong Li, David Yunis, David McAllester, Jiawei Zhou
TL;DR
Context-Efficient Retrieval with Factual Decomposition introduces FADER, a retrieval augmentation framework that pre-processes external corpora into atomic entity-description pairs (EDPs) to serve as retrieval units. The method combines question speculation, query-guided factual decomposition, and sampling-based KB augmentation to build a compact, semi-structured knowledge base (EDP KB) for efficient RAG. Across NarrativeQA, Qasper, and QuALITY, FADER achieves higher QA performance under constrained retrieval budgets, demonstrating improved context-efficiency and lower inference costs. By enabling more structured yet expressive internal knowledge representations, FADER offers a practical pathway toward scalable, dynamic knowledge integration in LLM-based systems.
Abstract
There has recently been considerable interest in incorporating information retrieval into large language models (LLMs). Retrieval from a dynamically expanding external corpus of text allows a model to incorporate current events and can be viewed as a form of episodic memory. Here we demonstrate that pre-processing the external corpus into semi-structured ''atomic facts'' makes retrieval more efficient. More specifically, we demonstrate that our particular form of atomic facts improves performance on various question answering tasks when the amount of retrieved text is limited. Limiting the amount of retrieval reduces the size of the context and improves inference efficiency.
