Reciprocal Rank Fusion (RRF)
Used in Qdrant.
- is the set of rankers
- is the rank of document
- is a constant (typically 60)
Why is this better than doing a linear combination?
It’s motivated in the quadrant This is more sophisticated than just averaging scores, because it’s rank-based rather than score-based, which handles the different score distributions between dense and sparse searches better.
Resources