neuclir-2023 / README.md
lhoestq's picture
lhoestq HF staff
Add 'zho' config data files
d6de923 verified
|
raw
history blame
1.58 kB
---
language:
- fas
- rus
- zho
multilinguality:
- multilingual
task_categories:
- text-retrieval
dataset_info:
- config_name: fas
features:
- name: query-id
dtype: string
- name: corpus-id
dtype: string
- name: score
dtype: int32
splits:
- name: test
num_bytes: 1359762
num_examples: 26662
download_size: 1022759
dataset_size: 1359762
- config_name: rus
features:
- name: query-id
dtype: string
- name: corpus-id
dtype: string
- name: score
dtype: int32
splits:
- name: test
num_bytes: 1307334
num_examples: 25634
download_size: 985076
dataset_size: 1307334
- config_name: zho
features:
- name: query-id
dtype: string
- name: corpus-id
dtype: string
- name: score
dtype: int32
splits:
- name: test
num_bytes: 1409538
num_examples: 27638
download_size: 1062419
dataset_size: 1409538
configs:
- config_name: fas
data_files:
- split: test
path: fas/test-*
- config_name: rus
data_files:
- split: test
path: rus/test-*
- config_name: zho
data_files:
- split: test
path: zho/test-*
---
From the NeuCLIR TREC Track 2023: https://arxiv.org/abs/2304.12367
Generated from https://huggingface.co/datasets/neuclir/neuclir1
```
@misc{lawrie2024overview,
title={Overview of the TREC 2023 NeuCLIR Track},
author={Dawn Lawrie and Sean MacAvaney and James Mayfield and Paul McNamee and Douglas W. Oard and Luca Soldaini and Eugene Yang},
year={2024},
eprint={2404.08071},
archivePrefix={arXiv},
primaryClass={cs.IR}
}
```