i0xs0 commited on
Commit
7a6bc68
Β·
verified Β·
1 Parent(s): 7ff7a4d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - question-answering
5
+ ---
6
+ Arabic QA dataset follows the SQuAD format:
7
+
8
+ file.json
9
+ β”œβ”€β”€ "data"
10
+ β”‚ └── [i]
11
+ β”‚ β”œβ”€β”€ "paragraphs"
12
+ β”‚ β”‚ └── [j]
13
+ β”‚ β”‚ β”œβ”€β”€ "context": "paragraph text"
14
+ β”‚ β”‚ └── "qas"
15
+ β”‚ β”‚ └── [k]
16
+ β”‚ β”‚ β”œβ”€β”€ "answers"
17
+ β”‚ β”‚ β”‚ └── [l]
18
+ β”‚ β”‚ β”‚ β”œβ”€β”€ "answer_start": N
19
+ β”‚ β”‚ β”‚ └── "text": "answer"
20
+ β”‚ β”‚ β”œβ”€β”€ "id": "<uuid>"
21
+ β”‚ β”‚ └── "question": "paragraph question?"
22
+ β”‚ └── "title": "document id"
23
+ └── "version": XXX
24
+
25
+
26
+ Arabic-SQuAD: consists of 48,344 questions in 10,364 paragraphs. Note that Arabic-SQuAD is translated from English SQuAD