Storia-AI/sage
Feature request: Implement reciprocal rank fusion for combining multiple retriever outputs
Open
#55 opened on Oct 4, 2024
good first issuehacktoberfest🔥 difficulty: 1
Repository metrics
- Stars
- (1,267 stars)
- PR merge metrics
- (PR metrics pending)
Description
Right now when we are combining the outputs of a bm25 encoder and a dense retriever we simply do a weighted average of their scores. It's more standard to use reciprocal rank fusion methods to combine multiple scores.
We should implement this alternative hybrid scoring method