castorini / rank_llm

RankLLM is a Python toolkit for reproducible information retrieval research using rerankers, with a focus on listwise reranking.
http://rankllm.ai
Apache License 2.0
312 stars 39 forks source link

create retriever from different formats #48

Closed sahel-sh closed 8 months ago

sahel-sh commented 8 months ago

Instead of asking users to provide retriever modes, we should provide different ways of creating a retriever: inline doc, inline hits, and dataset name.

sahel-sh commented 8 months ago

https://github.com/castorini/rank_llm/pull/50 fixes this issue