Datasets:
AnasPwnapple
commited on
Commit
•
b87da72
1
Parent(s):
7bb1125
Update readme
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ task_ids:
|
|
24 |
- extractive-qa
|
25 |
---
|
26 |
|
27 |
-
# Dataset Card for
|
28 |
|
29 |
## Table of Contents
|
30 |
- [Table of Contents](#table-of-contents)
|
@@ -64,22 +64,22 @@ task_ids:
|
|
64 |
The QRCD (Qur'anic Reading Comprehension Dataset) is composed of 1,093 tuples of question-passage pairs that are
|
65 |
coupled with their extracted answers to constitute 1,337 question-passage-answer triplets.
|
66 |
|
67 |
-
The distribution of the dataset into training, development and test sets is shown below.
|
68 |
-
|
69 |
-
| **Dataset** | **%** | **# Question-Passage Pairs** | **# Question-Passage-Answer Triplets** |
|
70 |
-
|-------------|:-----:|:-----------------------------:|:---------------------------------------:|
|
71 |
-
| Training | 65% | 710 | 861 |
|
72 |
-
| Development | 10% | 109 | 128 |
|
73 |
-
| Test | 25% | 274 | 348 |
|
74 |
-
| All | 100% | 1,093 | 1,337 |
|
75 |
-
|
76 |
### Supported Tasks and Leaderboards
|
77 |
|
78 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
|
80 |
### Languages
|
81 |
|
82 |
-
|
83 |
|
84 |
## Dataset Structure
|
85 |
|
@@ -123,9 +123,12 @@ We have chosen the simple-clean text style of Tanzil version 1.0.2.
|
|
123 |
|
124 |
### Data Splits
|
125 |
|
126 |
-
|
127 |
-
|
128 |
-
|
|
|
|
|
|
|
129 |
|
130 |
## Dataset Creation
|
131 |
|
|
|
24 |
- extractive-qa
|
25 |
---
|
26 |
|
27 |
+
# Dataset Card for the Qur'anic Reading Comprehension Dataset (QRCD)
|
28 |
|
29 |
## Table of Contents
|
30 |
- [Table of Contents](#table-of-contents)
|
|
|
64 |
The QRCD (Qur'anic Reading Comprehension Dataset) is composed of 1,093 tuples of question-passage pairs that are
|
65 |
coupled with their extracted answers to constitute 1,337 question-passage-answer triplets.
|
66 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
### Supported Tasks and Leaderboards
|
68 |
|
69 |
+
This task is evaluated as a ranking task.
|
70 |
+
To give credit to a QA system that may retrieve an answer (not necessarily at the first rank) that does not fully
|
71 |
+
match one of the gold answers but partially matches it, we use partial Reciprocal Rank (pRR) measure.
|
72 |
+
It is a variant of the traditional Reciprocal Rank evaluation metric that considers partial matching.
|
73 |
+
pRR is the official evaluation measure of this shared task.
|
74 |
+
We will also report Exact Match (EM) and F1@1, which are evaluation metrics applied only on the top predicted answer.
|
75 |
+
The EM metric is a binary measure that rewards a system only if the top predicted answer exactly matches one of the
|
76 |
+
gold answers.
|
77 |
+
Whereas, the F1@1 metric measures the token overlap between the top predicted answer and the best matching gold answer.
|
78 |
+
To get an overall evaluation score, each of the above measures is averaged over all questions.
|
79 |
|
80 |
### Languages
|
81 |
|
82 |
+
Qur'anic Arabic
|
83 |
|
84 |
## Dataset Structure
|
85 |
|
|
|
123 |
|
124 |
### Data Splits
|
125 |
|
126 |
+
| **Dataset** | **%** | **# Question-Passage Pairs** | **# Question-Passage-Answer Triplets** |
|
127 |
+
|-------------|:-----:|:-----------------------------:|:---------------------------------------:|
|
128 |
+
| Training | 65% | 710 | 861 |
|
129 |
+
| Development | 10% | 109 | 128 |
|
130 |
+
| Test | 25% | 274 | 348 |
|
131 |
+
| All | 100% | 1,093 | 1,337 |
|
132 |
|
133 |
## Dataset Creation
|
134 |
|