Dataset Card for "answerable-tydiqa"
Dataset Summary
TyDi QA is a question answering dataset covering 11 typologically diverse languages.
Answerable TyDi QA is an extension of the GoldP subtask of the original TyDi QA dataset to also include unanswertable questions.
Dataset Structure
The dataset contains a train and a validation set, with 116067 and 13325 examples, respectively. Access them with
from datasets import load_dataset
dataset =… See the full description on the dataset page: https://huggingface.co/datasets/copenlu/answerable_tydiqa.