Update README.md
Browse files
README.md
CHANGED
|
@@ -1,31 +1,49 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
-
|
| 8 |
-
|
| 9 |
-
-
|
| 10 |
-
-
|
| 11 |
-
-
|
| 12 |
-
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- question-answering
|
| 5 |
+
- zero-shot-classification
|
| 6 |
+
language:
|
| 7 |
+
- yo
|
| 8 |
+
tags:
|
| 9 |
+
- Yoruba
|
| 10 |
+
- Low-resource
|
| 11 |
+
- reasoning
|
| 12 |
+
- arithmetic
|
| 13 |
+
- calendar
|
| 14 |
+
- numeracy
|
| 15 |
+
pretty_name: Yorùbá Arithmetic Reasoning Dataset
|
| 16 |
+
size_categories:
|
| 17 |
+
- n<1K
|
| 18 |
+
---
|
| 19 |
+
#YORUBA ARITHMETIC REASONING DATASET
|
| 20 |
+
|
| 21 |
+
This dataset consists of arithmetic and numerical reasoning questions written entirely in Yorùbá. It is part of a broader effort to create and curate natural language processing (NLP) datasets for under-resourced languages like Yorùbá, with a focus on arithmetic, calendrical, and logical reasoning in natural language contexts.
|
| 22 |
+
|
| 23 |
+
## Overview
|
| 24 |
+
|
| 25 |
+
- **Language**: Yorùbá
|
| 26 |
+
- **Subset**: Arithmetic reasoning
|
| 27 |
+
- **Number of examples**: 70
|
| 28 |
+
- **Format**: JSON
|
| 29 |
+
- **Task**: Arithmetic and numeric reasoning
|
| 30 |
+
- **Intended use**: Benchmarking NLP models for low-resource arithmetic reasoning
|
| 31 |
+
|
| 32 |
+
## Example
|
| 33 |
+
|
| 34 |
+
```json
|
| 35 |
+
{
|
| 36 |
+
"id": "yoruba_arithmetic_001",
|
| 37 |
+
"subset": "arithmetic",
|
| 38 |
+
"question": "Dupe gba naira marun fún owó oúnjẹ kúrò ní ilé. Ó pàdé Iya Gbonke tó fún un ní naira mẹsan àti Baba Alatise tó fún un ní naira mejila bí ó ṣe ń lọ sí ilé-iwe. Èló ni owó tí Dupe ní jẹ lápapò?"
|
| 39 |
+
}
|
| 40 |
+
```
|
| 41 |
+
|
| 42 |
+
#Citation
|
| 43 |
+
@misc{yoruba_arithmetic_reasoning2025,
|
| 44 |
+
author = {Fiyinfoluwa Oyesanmi and Peter Olukanmi},
|
| 45 |
+
title = {Yorùbá Arithmetic Reasoning Dataset},
|
| 46 |
+
year = {2025},
|
| 47 |
+
url = {https://github.com/Foluone/yoruba-arithmetic-reasoning},
|
| 48 |
+
note = {Dataset for evaluating arithmetic reasoning in Yorùbá}
|
| 49 |
+
}
|