|
--- |
|
license: apache-2.0 |
|
dataset_info: |
|
features: |
|
- name: query |
|
dtype: string |
|
- name: positive |
|
dtype: string |
|
- name: negative |
|
dtype: string |
|
splits: |
|
- name: train |
|
num_bytes: 9920633 |
|
num_examples: 10000 |
|
download_size: 3598309 |
|
dataset_size: 9920633 |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- split: train |
|
path: data/train-* |
|
--- |
|
|
|
|
|
A Vietnamese edition of the MS MARCO passage ranking dataset. |
|
|
|
It's a part of the mMARCO project: https://github.com/unicamp-dl/mMARCO |
|
(Includes 10,000 Vietnamese samples, but not the full Vietnamese dataset.) |
|
|
|
|
|
|
|
## Citation |
|
|
|
```bibtex |
|
@misc{bonifacio2021mmarco, |
|
title={mMARCO: A Multilingual Version of MS MARCO Passage Ranking Dataset}, |
|
author={Luiz Henrique Bonifacio and Vitor Jeronymo and Hugo Queiroz Abonizio and Israel Campiotti and Marzieh Fadaee and Roberto Lotufo and Rodrigo Nogueira}, |
|
year={2021}, |
|
eprint={2108.13897}, |
|
archivePrefix={arXiv}, |
|
primaryClass={cs.CL} |
|
} |
|
|