Sean MacAvaney
commit files to HF hub
655000b
|
raw
history blame
969 Bytes
---
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](https://ir-datasets.com/) package.
For more information about the dataset, see the [documentation](https://ir-datasets.com/clueweb12#clueweb12/b13/ntcir-www-3).
# Data
This dataset provides:
- `queries` (i.e., topics); count=160
- For `docs`, use [`irds/clueweb12_b13`](https://huggingface.co/datasets/irds/clueweb12_b13)
## Usage
```python
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.