Datasets:
Updated the Dataset Card Properties and Description
Browse filesUpdated the Dataset Card Properties and Description for the dataset to a more representative version.
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")
|