MemotivaLLM Engineer Interview Questions: RAG Pipeline Design, Chunking Strategies, Hybrid Retrieval

What is reciprocal rank fusion?

Nortren·

What is reciprocal rank fusion?

0:17

Reciprocal Rank Fusion, or RRF, is a method for combining ranked lists from multiple retrievers. Each document's score is the sum of one over its rank in each list, plus a small constant. RRF is simple, parameter-free, and works well in practice without needing to tune weights. It is the standard way to merge dense and sparse retrieval results.
plg.uwaterloo.ca