Artificial Intelligence

Dense Retrieval

Information retrieval using learned vector embeddings to find semantically similar documents. Called 'dense' because document representations are dense numerical vectors with no zero values.

Why It Matters

Dense retrieval understands meaning beyond keywords, finding relevant content even when query and document use completely different words.

Example

Finding documents about 'reducing employee turnover' when the user searches 'how to keep staff from leaving' — same meaning, zero keyword overlap.

Think of it like...

Like asking a knowledgeable person for help versus doing a keyword search — they understand what you mean, not just what you said.

Related Terms