Sean MacAvaney
commit files to HF hub
655000b
|
raw
history blame contribute delete
No virus
969 Bytes
metadata
pretty_name: '`clueweb12/b13/ntcir-www-3`'
viewer: false
source_datasets:
  - irds/clueweb12_b13
task_categories:
  - text-retrieval

Dataset Card for clueweb12/b13/ntcir-www-3

The clueweb12/b13/ntcir-www-3 dataset, provided by the ir-datasets package. For more information about the dataset, see the documentation.

Data

This dataset provides:

Usage

from datasets import load_dataset

queries = load_dataset('irds/clueweb12_b13_ntcir-www-3', 'queries')
for record in queries:
    record # {'query_id': ..., 'title': ..., 'description': ...}

Note that calling load_dataset will download the dataset (or provide access instructions when it's not public) and make a copy of the data in 🤗 Dataset format.