CoolFace
Datasetpublic

kiyam/ddro-msmarco-doc-dataset-300k

DDRO — MS MARCO Top-300K Processed Dataset This dataset contains the preprocessed MS MARCO Top-300K document corpus used to train and evaluate the DDRO generative retrieval models from: Lightweight and Direct Document Relevance Optimization for Generative Information Retrieval (SIGIR 2025) Files File Description Size msmarco-docs-sents.top.300k.json Top-300K documents selected by click frequency, with sentence tokenization (JSONL format) ~2 GB… See the full description on the dataset page: https://huggingface.co/datasets/kiyam/ddro-msmarco-doc-dataset-300k.

sourceHugging Facems-plupdated 4mo agoView on Hugging Face
0likes24downloads
Dataset Card

DDRO — MS MARCO Top-300K Processed Dataset

This dataset contains the preprocessed MS MARCO Top-300K document corpus used to train and evaluate the DDRO generative retrieval models from:

[Lightweight and Direct Document Relevance Optimization for Generative Information Retrieval (SIGIR 2025)](https://arxiv.org/abs/2504.05181)


Files

FileDescriptionSize
msmarco-docs-sents.top.300k.jsonTop-300K documents selected by click frequency, with sentence tokenization (JSONL format)~2 GB

Format

msmarco-docs-sents.top.300k.json (JSONL)

One document per line:

json
{
  "docid": "D1650436",
  "url": "https://...",
  "title": "...",
  "body": "...",
  "sents": ["sentence 1", "sentence 2", "..."]
}

Dataset Statistics

Documents300,000 (top by click frequency)
SelectionRanked by click counts from MS MARCO training qrels
PreprocessingFull body text tokenized into sentences

Note: Only the Top-300K split is used. Random sampling is not used in any experiments.


Corresponding Models

Trained on this dataset:

ModelDocid TypeMRR@10R@10
`kiyam/ddro-msmarco-pq`PQ (Product Quantization)45.7673.02
`kiyam/ddro-msmarco-tu`TU (Title + URL)50.0774.01

SFT reference policies: `kiyam/ddro-msmarco-pq-sft`, `kiyam/ddro-msmarco-tu-sft`


Source Data

This dataset is derived from the Microsoft MS MARCO Document Ranking dataset:

Tri Nguyen, Mir Rosenberg, Xia Song, Jauhar Gao, Saurabh Tiwary, Rangan Majumder, and Li Deng. 2016.

MS MARCO: A Human Generated MAchine Reading COmprehension Dataset. NIPS 2016 Workshop on Cognitive Computation.

The original data is provided by Microsoft under the MS-PL license. This processed version inherits the same license terms.

See `sample_top_docs.sh` for the full preprocessing pipeline.


Citation

If you use this dataset, please cite:

bibtex
@article{mekonnen2025lightweight,
  title={Lightweight and Direct Document Relevance Optimization for Generative Information Retrieval},
  author={Mekonnen, Kidist Amde and Tang, Yubao and de Rijke, Maarten},
  journal={arXiv preprint arXiv:2504.05181},
  year={2025}
}