Retrieval Gets Good Enough
Dense Passage Retrieval for Open-Domain Question Answering
Vladimir Karpukhin et al.
Modern RAG only works because dense retrieval made semantic passage search strong enough to become the default starting point.
Why it matters
DPR is one of the clearest foundations for the vector retrieval layer that later became standard in RAG pipelines.
What changed after this
Open-domain QA, vector search, and passage retrieval stopped being a niche retrieval topic and became core infrastructure for knowledge-grounded LLM systems.
Who should read
Anyone who wants to understand the retrieval half of RAG before thinking about generation.