-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The current RerankedIndex
will completely miss documents that the main search engine cannot see (e.g., if the main search engine is keyword based, a document with no keyword overlap will go unseen; if the main search engine is embedding based, a document with a out-of-vocabulary term will go unseen, even with query overlap).
Instead of reranking, it'd be advantageous to implement Reciprocal Rank Fusion (RRF) from Cormack et al., SIGIR'09:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request