Datasets:
ViMMRC 2.0
The Vietnamese Multiple-choice reading comprehension dataset version 2 (ViMMRC 2.0)
The dataset is freely available for research purposes only. Users need to sign the data agreement before receiving the dataset.
More information, please visit the NLP@UIT research group: https://nlp.uit.edu.vn/
The original Github for the dataset (including source code): https://github.com/sonlam1102/vimmrc2
Usage
from datasets import load_dataset
train = load_dataset("sonlam1102/vimmrc2.0", split="train")
dev = load_dataset("sonlam1102/vimmrc2.0", split="validation")
test = load_dataset("sonlam1102/vimmrc2.0", split="test")
- Downloads last month
- 12