fiyinoye commited on
Commit
bc7d75b
·
verified ·
1 Parent(s): 4a5d07e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -31
README.md CHANGED
@@ -1,31 +1,49 @@
1
- #YORUBA ARITHMETIC REASONING DATASET
2
-
3
- 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.
4
-
5
- ## Overview
6
-
7
- - **Language**: Yorùbá
8
- - **Subset**: Arithmetic reasoning
9
- - **Number of examples**: 20
10
- - **Format**: JSON
11
- - **Task**: Arithmetic and numeric reasoning
12
- - **Intended use**: Benchmarking NLP models for multilingual and low-resource arithmetic reasoning
13
-
14
- ## Example
15
-
16
- ```json
17
- {
18
- "id": "yoruba_arithmetic_001",
19
- "subset": "arithmetic",
20
- "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ò?"
21
- }
22
- ```
23
-
24
- #Citation
25
- @misc{yoruba_arithmetic_reasoning2025,
26
- author = {Fiyinfoluwa Oyesanmi and Peter Olukanmi},
27
- title = {Yorùbá Arithmetic Reasoning Dataset},
28
- year = {2025},
29
- url = {https://github.com/YOUR_REPO_LINK},
30
- note = {Dataset for evaluating arithmetic reasoning in Yorùbá}
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
+ }