This dataset is a back-translated version of the SQuAD 2.0 dataset, translated into Sinhala using the Google Cloud Translate API by Sachin Hansaka. Original dataset by the Stanford QA Group: https://rajpurkar.github.io/SQuAD-explorer/ Original work licensed under CC BY-SA 4.0. This Sinhala version © 2025 Sachin Hansaka, also licensed under CC BY-SA 4.0.
📚 Dataset Overview
SQAD-Sinhala_Question_Answering_Dataset is a high-quality, back-translated version of the original SQuAD 2.0 dataset, translated into Sinhala using the Google Cloud Translate API. The dataset consists of 110,000 cleaned and manually reviewed QA pairs, ensuring linguistic fluency, semantic correctness, and consistency in translation. This resource was developed to support Sinhala-language NLP tasks, particularly in question answering for low-resource languages.
📦 How to Load
from datasets import load_dataset
ds = load_dataset("Sachin-Hansaka/SQAD-Sinhala_Question_Answering_Dataset")
- Downloads last month
- 14