Expand description
Reciprocal Rank Fusion (RRF) for combining multiple ranked result sets.
RRF is a simple but effective fusion method:
score(d) = Σ 1/(k + rank_i(d)) where k is a constant (typically 60).
Functions§
- rrf_
fuse - Fuse multiple ranked result lists using Reciprocal Rank Fusion.