MGSM-eu / README.md
nperez's picture
Update README.md
44bc1f7 verified
metadata
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

Dataset Description

Dataset Summary

MGSM (Shi et al., 2023) 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:

{
  "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:

{
  "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 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.

Citation Information

TBP