The wikiclir/nl dataset, provided by the ir-datasets package.
For more information about the dataset, see the documentation.
docs (documents, i.e., the corpus); count=1,908,260
queries (i.e., topics); count=687,718
qrels: (relevance assessments); count=2,334,644
docs = load_dataset('irds/wikiclir_nl', 'docs')
for record in docs:
record # {'doc_id': ...… See the full description on the dataset page:
https://huggingface.co/datasets/irds/wikiclir_nl.