### Files description - **filtered_corpus.json**: Corpus file, a dictionary map the index to the passage: Dict[str, str] - **dev_queries.json**: A dictionary map the index to the query: Dict[str, str] - **dev_rel_docs.json**: A dictionary map the query index to the relevant passage index: Dict[str, List[str]]