File size: 873 Bytes
e800b3d 80c0276 | 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 | ---
dataset_info:
features:
- name: anchor
dtype: string
- name: neg
dtype: string
- name: pos
dtype: string
splits:
- name: train
num_bytes: 15968840
num_examples: 36828
- name: test
num_bytes: 1812730
num_examples: 4246
- name: dev
num_bytes: 1826537
num_examples: 4289
download_size: 2974797
dataset_size: 19608107
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: dev
path: data/dev-*
---
This dataset is created to evaluate language models on their retrieval and re-ranking abilities. More detailed information can be found at our publication: [Advancing Vietnamese Information Retrieval with Learning Objective and Benchmark](https://arxiv.org/abs/2503.07470).
Please cite this paper if you want to use it for your work. |