Datasets:
Changed the entire layout.
Browse files
README.md
CHANGED
|
@@ -12,10 +12,17 @@ size_categories:
|
|
| 12 |
## ποΈ Dataset: AraMath
|
| 13 |
#### π **Description:**
|
| 14 |
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.
|
| 15 |
-
|
|
|
|
|
|
|
| 16 |
| ------------- | ------------------------- | ------------------------------- |
|
| 17 |
-
| Arabic | Multiple Choice Questions | **{{paper_title & Reference}}** |
|
|
|
|
| 18 |
#### π Hugging Face Usage Example
|
| 19 |
```python
|
| 20 |
from datasets import load_dataset
|
| 21 |
dataset = load_dataset("ALLaM-AI/AraMath")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
## ποΈ Dataset: AraMath
|
| 13 |
#### π **Description:**
|
| 14 |
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.
|
| 15 |
+
###### π **Language(s)**: *Arabic* **|** π§ **Task Category**: *Multiple Choice Questions*
|
| 16 |
+
|
| 17 |
+
<!-- | π Language(s)| π§ Task Category | Reference |
|
| 18 |
| ------------- | ------------------------- | ------------------------------- |
|
| 19 |
+
| Arabic | Multiple Choice Questions | **{{paper_title & Reference}}** | -->
|
| 20 |
+
|
| 21 |
#### π Hugging Face Usage Example
|
| 22 |
```python
|
| 23 |
from datasets import load_dataset
|
| 24 |
dataset = load_dataset("ALLaM-AI/AraMath")
|
| 25 |
+
```
|
| 26 |
+
|
| 27 |
+
#### π **Reference:**
|
| 28 |
+
[paper_title & Reference](https://www.example.com)
|