Public subset of the MS MARCO document-ranking dataset. It contains
30 queries, 2993 documents, and 3000 query-document candidate rows.
corpus.jsonl: doc_id, url, title, and body.
queries.jsonl: query_id and the reformulated declarative text in query.
top100.jsonl: candidate documents with their original Indri rank and score.
Equivalent TSV files are included for simple use with pandas or Gensim.
The top-100 rows are retrieval… See the full description on the dataset page:
https://huggingface.co/datasets/jhonrayo99/msmarco-doc-mini.