Datasets:
QCRI
/

Languages:
Arabic
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
crowdsourced
Annotations Creators:
crowdsourced
Source Datasets:
original
License:
lhoestq HF staff commited on
Commit
8e3a252
1 Parent(s): d90fc98

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +32 -1
README.md CHANGED
@@ -19,6 +19,37 @@ task_ids:
19
  - open-domain-qa
20
  paperswithcode_id: wikiqaar
21
  pretty_name: English-Arabic Wikipedia Question-Answering
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for WikiQAar
@@ -165,4 +196,4 @@ The dataset does not contain any additional annotations.
165
 
166
  ### Contributions
167
 
168
- Thanks to [@zaidalyafeai](https://github.com/zaidalyafeai) for adding this dataset.
 
19
  - open-domain-qa
20
  paperswithcode_id: wikiqaar
21
  pretty_name: English-Arabic Wikipedia Question-Answering
22
+ dataset_info:
23
+ features:
24
+ - name: question_id
25
+ dtype: string
26
+ - name: question
27
+ dtype: string
28
+ - name: document_id
29
+ dtype: string
30
+ - name: answer_id
31
+ dtype: string
32
+ - name: answer
33
+ dtype: string
34
+ - name: label
35
+ dtype:
36
+ class_label:
37
+ names:
38
+ 0: '0'
39
+ 1: '1'
40
+ config_name: plain_text
41
+ splits:
42
+ - name: test
43
+ num_bytes: 7563127
44
+ num_examples: 20632
45
+ - name: train
46
+ num_bytes: 26009979
47
+ num_examples: 70264
48
+ - name: validation
49
+ num_bytes: 3740721
50
+ num_examples: 10387
51
+ download_size: 35226436
52
+ dataset_size: 37313827
53
  ---
54
 
55
  # Dataset Card for WikiQAar
 
196
 
197
  ### Contributions
198
 
199
+ Thanks to [@zaidalyafeai](https://github.com/zaidalyafeai) for adding this dataset.