Storia-AI/sage

Feature request: Implement reciprocal rank fusion for combining multiple retriever outputs

Offen

#55 geöffnet am 04.10.2024

 (5 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Python (116 Forks)auto 404
good first issuehacktoberfest🔥 difficulty: 1

Repository-Metriken

Stars
 (1.267 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide