The data module has a helper function to load retrieval requests from a jsonl file:
exposing this as an option in retreive_and_rerank script can make the script more usable.
A flag name like --retrieved_results in run_rank_llm should take care of it.
The data module has a helper function to load retrieval requests from a jsonl file:
exposing this as an option in
retreive_and_rerankscript can make the script more usable.A flag name like
--retrieved_resultsin run_rank_llm should take care of it.