--- license: mit pretty_name: Clueweb09 and NeuCLIR1 document dates for reproducing PLAID SHIRTTT task_categories: - text-retrieval task_ids: - document-retrieval multilinguality: - multilingual source_datasets: - neuclir/neuclir1 - clueweb09 --- # Clueweb09 and NeuCLIR1 document dates for reproducing PLAID SHIRTTT This dataset contains the dates of each document in [Clueweb09](https://huggingface.co/datasets/irds/clueweb09) and [NeuCLIR1](https://huggingface.co/datasets/neuclir/neuclir1) for reproducing experiments in the PLAID SHIRTTT paper (accepted at SIGIR 2024). For reproducibility, we release the document IDs of the collection divided into shards where there is a file per shard. The creation date of each document is extracted and recorded in ISO format along with the document ID. For combining the retrieval results from each shard, please refer to the [PLAID-X](https://github.com/hltcoe/colbert-x) for reference implementation. ## Citation If you use the dates released in this dataset, please consider citing our paper. ```bibtex @inproceedings{plaid-shirttt, author = {Dawn Lawrie and Efsun Kayi and Eugene Yang and James Mayfield and and Douglas W. Oard}, title = {PLAID SHIRTTT for Large-Scale Streaming Dense Retrieval}, booktitle = {Proceedings of the 47th International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR) (Short Paper)}, year = {2024}, doi = {??} } ```