Amjad-Felemban commited on
Commit
e6d2fb2
Β·
verified Β·
1 Parent(s): ee1fd6a

Updated the Dataset Card Properties and Description

Browse files

Updated the Dataset Card Properties and Description for the dataset to a more representative version.

Files changed (1) hide show
  1. README.md +44 -3
README.md CHANGED
@@ -1,3 +1,44 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - multiple-choice
5
+ language:
6
+ - ar
7
+ pretty_name: AraMath
8
+ size_categories:
9
+ - n<1K
10
+ ---
11
+
12
+ # πŸ—‚οΈ Dataset: AraMath
13
+
14
+ > πŸ“‹ **Short Description:**
15
+ AraMath comprises 605 multiple-choice questions (MCQs) adapted from ArMath (Alghamdi et al., 2022), a dataset of mathematical word problems where each solution corresponds to a solvable equation. We reformulated the original problems into MCQ format to support structured evaluation.
16
+
17
+ ---
18
+
19
+ ## 🌐 Language(s)
20
+ - Arabic
21
+
22
+ ## 🧠 Task Category
23
+ - Multiple Choice Questions
24
+
25
+ ## πŸ“– Reference
26
+ If you use this dataset, please cite the following paper:
27
+ **{{paper_title & Reference}}**
28
+ πŸ“„ [View on arXiv / journal]({{paper_link}})
29
+
30
+ ---
31
+
32
+ <!-- ## πŸ“Œ Notes
33
+ - βœ… Suitable for {{task_category}} research and benchmarking.
34
+ - πŸ“Š Ready for integration with [πŸ€— Datasets](https://huggingface.co/docs/datasets/).
35
+ - πŸ› οΈ Format: {{data_format}}, {{num_examples}} examples
36
+ -->
37
+ ---
38
+
39
+ ## πŸ”— Hugging Face Usage Example
40
+
41
+ ```python
42
+ from datasets import load_dataset
43
+
44
+ dataset = load_dataset("ALLaM-AI/AraMath")