Datasets:
QCRI
/

Firoj commited on
Commit
6dc797e
·
1 Parent(s): df353ea

added ArabicMMLU

Browse files
Files changed (3) hide show
  1. ArabicMMLU_egy/dev.json +0 -0
  2. ArabicMMLU_lev/test.json +0 -0
  3. README.md +72 -0
ArabicMMLU_egy/dev.json ADDED
The diff for this file is too large to render. See raw diff
 
ArabicMMLU_lev/test.json ADDED
The diff for this file is too large to render. See raw diff
 
README.md CHANGED
@@ -1,3 +1,75 @@
1
  ---
2
  license: cc-by-nc-sa-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: cc-by-nc-sa-4.0
3
+ task_categories:
4
+ - text-classification
5
+ - question-answering
6
+ language:
7
+ - ar
8
+ tags:
9
+ - MMLU
10
+ - exams
11
+ - BoolQ
12
+ pretty_name: 'AraDiCE -- Arabic Dialect and Cultural Evaluation'
13
+ size_categories:
14
+ - 10K<n<100K
15
+ dataset_info:
16
+ - config_name: ArabicMMLU-egy
17
+ features:
18
+ - name: group
19
+ dtype: string
20
+ - name: is_few_shot
21
+ dtype: string
22
+ - name: level
23
+ dtype: string
24
+ - name: country
25
+ dtype: string
26
+ - name: source
27
+ dtype: string
28
+ - name: answer_key
29
+ dtype: string
30
+ - name: subject
31
+ dtype: string
32
+ - name: level_group_subject
33
+ dtype: string
34
+ - name: question
35
+ dtype: string
36
+ - name: options
37
+ dtype: string
38
+ splits:
39
+ - name: test
40
+ num_examples: 14455
41
+ - config_name: ArabicMMLU-lev
42
+ features:
43
+ - name: group
44
+ dtype: string
45
+ - name: is_few_shot
46
+ dtype: string
47
+ - name: level
48
+ dtype: string
49
+ - name: country
50
+ dtype: string
51
+ - name: source
52
+ dtype: string
53
+ - name: answer_key
54
+ dtype: string
55
+ - name: subject
56
+ dtype: string
57
+ - name: level_group_subject
58
+ dtype: string
59
+ - name: question
60
+ dtype: string
61
+ - name: options
62
+ dtype: string
63
+ splits:
64
+ - name: test
65
+ num_examples: 14455
66
+ configs:
67
+ - config_name: ArabicMMLU-egy
68
+ data_files:
69
+ - split: test
70
+ path: ArabicMMLU_egy/test.json
71
+ - config_name: ArabicMMLU-lev
72
+ data_files:
73
+ - split: test
74
+ path: ArabicMMLU-lev/test.json
75
  ---