Skip to content

Retrieval-Based Methods

Architecture pattern combining information retrieval components with neural NLP models. Instead of relying solely on parametric knowledge in model weights, these methods explicitly retrieve relevant documents or evidence at inference time. Common approaches include retrieve-and-rank (retrieving candidates and ranking them) and retrieval-augmented generation (retrieving passages to condition generation).

Key papers