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

Rename data_info.json to dataset_info.json

Browse files
Files changed (1) hide show
  1. data_info.json → dataset_info.json +50 -49
data_info.json → dataset_info.json RENAMED
@@ -1,49 +1,50 @@
1
- {
2
- "pretty_name": "Yorùbá Arithmetic Reasoning Dataset",
3
- "description": "This dataset contains arithmetic and numerical reasoning questions written in Yorùbá, designed for evaluating and training natural language understanding systems in low-resource African languages. The questions cover three major categories: Arithmetic Word Problems, Time & Calendar Reasoning, and Numeral Understanding in Yorùbá.",
4
- "citation": "@misc{yoruba_arithmetic_2025,\n title={Yorùbá Arithmetic Reasoning Dataset},\n author={Anonymous},\n year={2025},\n url={https://github.com/YOUR_USERNAME/yoruba-arithmetic-reasoning}\n}",
5
- "task_categories": [
6
- "question-answering",
7
- "numerical-reasoning"
8
- ],
9
- "language": [
10
- "yo"
11
- ],
12
- "license": "cc-by-4.0",
13
- "size_categories": [
14
- "100<1K"
15
- ],
16
- "tags": [
17
- "yoruba",
18
- "numeracy",
19
- "low-resource",
20
- "reasoning",
21
- "arithmetic",
22
- "calendar"
23
- ],
24
- "dataset_info": {
25
- "features": {
26
- "id": {
27
- "dtype": "string",
28
- "description": "Unique question ID"
29
- },
30
- "question": {
31
- "dtype": "string",
32
- "description": "The question text written in Yorùbá"
33
- },
34
- "category": {
35
- "dtype": "string",
36
- "description": "Question type/category (e.g., arithmetic, calendar, numeral)"
37
- }
38
- },
39
- "splits": {
40
- "train": {
41
- "name": "train",
42
- "num_bytes": 14000,
43
- "num_examples": 60
44
- }
45
- },
46
- "download_size": 14000,
47
- "dataset_size": 14000
48
- }
49
- }
 
 
1
+ {
2
+ "pretty_name": "Yorùbá Arithmetic Reasoning Dataset",
3
+ "description": "This dataset contains arithmetic and numerical reasoning questions written in Yorùbá, designed for evaluating and training natural language understanding systems in low-resource African languages. The questions cover three major categories: Arithmetic Word Problems, Time & Calendar Reasoning, and Numeral Understanding in Yorùbá.",
4
+ "citation": "@misc{yoruba_arithmetic_2025,\n title={Yorùbá Arithmetic Reasoning Dataset},\n author={Fiyinfoluwa Oyesanmi and Peter Olukanmi},\n year={2025},\n url={https://github.com/Foluone/yoruba-arithmetic-reasoning}\n}",
5
+ "task_categories": [
6
+ "question-answering",
7
+ "numerical-reasoning"
8
+ ],
9
+ "language": [
10
+ "yo"
11
+ ],
12
+ "license": "cc-by-4.0",
13
+ "size_categories": [
14
+ "100<1K"
15
+ ],
16
+ "tags": [
17
+ "yoruba",
18
+ "numeracy",
19
+ "low-resource",
20
+ "reasoning",
21
+ "arithmetic",
22
+ "calendar"
23
+ ],
24
+ "dataset_info": {
25
+ "features": {
26
+ "id": {
27
+ "dtype": "string",
28
+ "description": "Unique question ID"
29
+ },
30
+ "subset": {
31
+ "dtype": "string",
32
+ "description": "Question type/category (e.g., arithmetic, calendar, numeral)"
33
+ },
34
+ "question": {
35
+ "dtype": "string",
36
+ "description": "The question text written in Yorùbá"
37
+ },
38
+
39
+ },
40
+ "splits": {
41
+ "train": {
42
+ "name": "train",
43
+ "num_bytes": 14000,
44
+ "num_examples": 70
45
+ }
46
+ },
47
+ "download_size": 14000,
48
+ "dataset_size": 14000
49
+ }
50
+ }