Skip to content

Retrieval-Augmented Generation

Retrieval-augmented generation (RAG) combines neural information retrieval with generative language models to incorporate external knowledge during generation. Rather than storing all knowledge in model parameters, RAG systems retrieve relevant documents from a corpus and condition generation on them, enabling more accurate and up-to-date outputs.

Key papers