You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

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