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

refactor getting index #56

Closed sahel-sh closed 8 months ago

sahel-sh commented 8 months ago

Pyserini retriever uses a dictionary of indices to find the right index name based on dataset and retrieval method combination

sahel-sh commented 8 months ago

1- Pyserini retriever uses a dictionary of indices to find the right index name based on dataset and retrieval method combination 2- Pyserini_retriever now has the proper path config so that it works as a script