File size: 987 Bytes
d08eada 3d8396d d08eada e27f73d 8171b44 e27f73d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
---
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}
}
|