Datasets:
mohamedemam
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -31,6 +31,17 @@ configs:
|
|
31 |
data_files:
|
32 |
- split: train
|
33 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
---
|
35 |
Dataset Overview
|
36 |
|
@@ -68,4 +79,4 @@ Model Comparison: Incorporating the ground truth answer into the label improved
|
|
68 |
|
69 |
Translation for Multilingual Models
|
70 |
|
71 |
-
Arabic Dataset Creation: Leveraging Google Translate's advancements, we translated the robust English dataset into Arabic, ensuring the creation of a truly multilingual resource. Google Translate's high accuracy (82.5%) provided a solid foundation for this translation.
|
|
|
31 |
data_files:
|
32 |
- split: train
|
33 |
path: data/train-*
|
34 |
+
task_categories:
|
35 |
+
- text-classification
|
36 |
+
- question-answering
|
37 |
+
- text-generation
|
38 |
+
- text2text-generation
|
39 |
+
language:
|
40 |
+
- ar
|
41 |
+
tags:
|
42 |
+
- autograding
|
43 |
+
- essay quetion
|
44 |
+
pretty_name: autograding-ar
|
45 |
---
|
46 |
Dataset Overview
|
47 |
|
|
|
79 |
|
80 |
Translation for Multilingual Models
|
81 |
|
82 |
+
Arabic Dataset Creation: Leveraging Google Translate's advancements, we translated the robust English dataset into Arabic, ensuring the creation of a truly multilingual resource. Google Translate's high accuracy (82.5%) provided a solid foundation for this translation.
|