Update README.md
Browse files
README.md
CHANGED
@@ -15,6 +15,24 @@ size_categories:
|
|
15 |
---
|
16 |
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
## Citation
|
20 |
|
@@ -29,4 +47,4 @@ If you find these codes or data useful, please consider citing our paper as:
|
|
29 |
archivePrefix={arXiv},
|
30 |
primaryClass={cs.CL}
|
31 |
}
|
32 |
-
```
|
|
|
15 |
---
|
16 |
|
17 |
|
18 |
+
# ArabicaQA
|
19 |
+
ArabicaQA: Comprehensive Dataset for Arabic Question Answering
|
20 |
+
|
21 |
+
This repository contains dataset for paper *ArabicaQA: Comprehensive Dataset for Arabic Question Answering*. Below, we provide details regarding the materials available in this repository:
|
22 |
+
|
23 |
+
|
24 |
+
## Dataset
|
25 |
+
|
26 |
+
Within this folder, you will find the training, validation, and test sets of the ArabicaQA dataset. Refer to the table below for the dataset statistics:
|
27 |
+
|
28 |
+
| | Training | Validation | Test |
|
29 |
+
| -------------------|----------|------------|--------|
|
30 |
+
| MRC (with answers) | 62,186 | 13,483 | 13,426 |
|
31 |
+
| MRC (unanswerable) | 2,596 | 561 | 544 |
|
32 |
+
| Open-Domain | 62,057 | 13,475 | 13,414 |
|
33 |
+
| Open-Domain | 58,528 | 12,541 | 12,541 |
|
34 |
+
|
35 |
+
|
36 |
|
37 |
## Citation
|
38 |
|
|
|
47 |
archivePrefix={arXiv},
|
48 |
primaryClass={cs.CL}
|
49 |
}
|
50 |
+
```
|