Commit
·
7e06ed5
1
Parent(s):
b576468
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -3,4 +3,43 @@ tags:
|
|
| 3 |
- question-answering
|
| 4 |
language:
|
| 5 |
- ind
|
| 6 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
- question-answering
|
| 4 |
language:
|
| 5 |
- ind
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
I(n)dontKnow-MRC (IDK-MRC) is an Indonesian Machine Reading Comprehension dataset that covers
|
| 9 |
+
answerable and unanswerable questions. Based on the combination of the existing answerable questions in TyDiQA,
|
| 10 |
+
the new unanswerable question in IDK-MRC is generated using a question generation model and human-written question.
|
| 11 |
+
Each paragraph in the dataset has a set of answerable and unanswerable questions with the corresponding answer.
|
| 12 |
+
|
| 13 |
+
Besides IDK-MRC (idk_mrc) dataset, several baseline datasets also provided:
|
| 14 |
+
1. Trans SQuAD (trans_squad): machine translated SQuAD 2.0 (Muis and Purwarianti, 2020)
|
| 15 |
+
2. TyDiQA (tydiqa): Indonesian answerable questions set from the TyDiQA-GoldP (Clark et al., 2020)
|
| 16 |
+
3. Model Gen (model_gen): TyDiQA + the unanswerable questions output from the question generation model
|
| 17 |
+
4. Human Filt (human_filt): Model Gen dataset that has been filtered by human annotator
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
## Dataset Usage
|
| 21 |
+
|
| 22 |
+
Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
|
| 23 |
+
|
| 24 |
+
## Citation
|
| 25 |
+
|
| 26 |
+
```@misc{putri2022idk,
|
| 27 |
+
doi = {10.48550/ARXIV.2210.13778},
|
| 28 |
+
url = {https://arxiv.org/abs/2210.13778},
|
| 29 |
+
author = {Putri, Rifki Afina and Oh, Alice},
|
| 30 |
+
title = {IDK-MRC: Unanswerable Questions for Indonesian Machine Reading Comprehension},
|
| 31 |
+
publisher = {arXiv},
|
| 32 |
+
year = {2022}
|
| 33 |
+
}
|
| 34 |
+
|
| 35 |
+
```
|
| 36 |
+
|
| 37 |
+
## License
|
| 38 |
+
|
| 39 |
+
CC-BY-SA 4.0
|
| 40 |
+
|
| 41 |
+
## Homepage
|
| 42 |
+
|
| 43 |
+
### NusaCatalogue
|
| 44 |
+
|
| 45 |
+
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|