Datasets:
Updated the dataset name load path in the dataset card to from "ALLaM-AI" to "humain-ai"
b79e79b
verified
metadata
license: apache-2.0
task_categories:
- multiple-choice
language:
- ar
pretty_name: AraMath
size_categories:
- n<1K
ποΈ Dataset: AraMath
π Description:
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. π Language(s): Arabic | π§ Task Category: Multiple Choice Questions
π Hugging Face Usage Example
from datasets import load_dataset
dataset = load_dataset("humain-ai/AraMath")