LawEval / README.md
nntoan209's picture
Create README.md
b7b3f5f verified

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]]