Skip to content

Implement a rank fusion index #5

@DrDub

Description

@DrDub

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:

https://plg.uwaterloo.ca/~gvcormac/cormacksigir09-rrf.pdf

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions