File size: 3,484 Bytes
4aec512 8c3f5da 4aec512 44bc1f7 4aec512 |
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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 |
---
annotations_creators:
- found
language_creators:
- expert-generated
language:
- eu
license:
- cc-by-sa-4.0
multilinguality:
- monolingual
size_categories:
- n<1K
source_datasets:
- extended|mgsm
task_categories:
- text2text-generation
pretty_name: MGSM-eu
config_names:
- mgsm
language_details: eu-ES
configs:
- config_name: mgsm
data_files:
- split: train
path: mgsm_train.jsonl
- split: test
path: mgsm_test.jsonl
default: true
dataset_info:
config_name: mgsm
features:
- name: question
dtype: string
- name: answer
dtype: string
- name: answer_number
dtype: int32
- name: equation_solution
dtype: string
splits:
- name: train
num_bytes: 2916
num_examples: 8
- name: test
num_bytes: 70116
num_examples: 250
download_size: 86987
dataset_size: 73032
---
# Dataset Card for MGSM-eu
- **Point of Contact:** [[email protected]](mailto:[email protected])
## Dataset Description
### Dataset Summary
MGSM ([Shi et al., 2023](https://openreview.net/forum?id=fR3wGCk-IXp)) is a subset of 250 grade-school math problems from the GSM8K dataset ([Cobbe et al., 2021]()) that has been manually translated into 10 typologically diverse languages.
Here, we provide professional translations to yet another language: Basque.
### Languages
* eu-ES
## Dataset Structure
### Data Instances
MGSM-eu train examples look like this:
```json
{
"question": "Galdera: Rogerrek 5 teniseko pilota ditu. Teniseko piloten 2 pote gehiago erosi ditu. Pote bakoitzak 3 teniseko pilota ditu. Zenbat teniseko pilota ditu orain?",
"answer": "Erantzuna urratsez urrats: Roger 5 pilotarekin hasi zen. 2 pote, bakoitza 3 teniseko pilotakoa, 6 teniseko pilota dira. 5 + 6 = 11. Erantzuna 11 da.",
"answer_number": 11,
"equation_solution": "5 + 6 = 11."
}
```
MGSM-eu test examples look like this:
```json
{
"question": "Janeten ahateek 16 arrautza erruten dituzte eguneko. Berak hiru jaten ditu goizero gosaritan, eta, lagunentzako madalenak egiteko, lau erabiltzen ditu egunero. Geratzen dena baserritarren azokan saltzen du egunero, ahate-arrautza freskoa $2-ean. Zenbat irabazten du dolarretan egunero baserritarren azokan?",
"answer": null,
"answer_number": 18,
"equation_solution": null
}
```
### Data Fields
* `question` (str): The question string to a grade school math problem.
* `answer` (str): The full solution string to the question. It contains multiple steps of reasoning with calculator annotations and the final numeric solution.
* `answer_number` (int): The numeric solution to the question.
* `equation_solution` (str): The equation solution to the question.
### Data Splits
| name | train | test |
|---------|------:|-----:|
| default | 8 | 250 |
## Dataset Creation
This dataset is a professional translation of the English MGSM dataset into Basque, commissioned by HiTZ (UPV/EHU) within the ILENIA project.
For more information on how MGSM and GSM8K were created, please refer to their articles (see above).
## Additional Information
This work is funded by the Ministerio para la Transformación Digital y de la Función Pública - Funded by EU – NextGenerationEU within the framework of the [project ILENIA](https://proyectoilenia.es/) with reference 2022/TL22/00215337, 2022/TL22/00215336, 2022/TL22/00215335, 2022/TL22/00215334.
### Licensing Information
The GSM8K dataset is licensed under the [MIT License](https://opensource.org/licenses/MIT).
### Citation Information
TBP
|