Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
jbross-ibm-research commited on
Commit
bd4f2be
1 Parent(s): d76df6f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -15,6 +15,9 @@ language:
15
  - th
16
  - sw
17
  - bn
 
 
 
18
  license:
19
  - cc-by-sa-4.0
20
  multilinguality:
@@ -419,7 +422,7 @@ configs:
419
 
420
  ### Dataset Summary
421
 
422
- Copy of [this MGSM Dataset](https://huggingface.co/datasets/juletxara/mgsm), but in training samples we removed the prompt formatting, e.g. removed `Question: ...` in question field or `Answer: ...` in answer field.
423
  Multilingual Grade School Math Benchmark (MGSM) is a benchmark of grade-school math problems, proposed in the paper [Language models are multilingual chain-of-thought reasoners](http://arxiv.org/abs/2210.03057).
424
 
425
  The same 250 problems from [GSM8K](https://arxiv.org/abs/2110.14168) are each translated via human annotators in 10 languages. The 10 languages are:
@@ -433,6 +436,9 @@ The same 250 problems from [GSM8K](https://arxiv.org/abs/2110.14168) are each tr
433
  - Swahili
434
  - Bengali
435
  - Telugu
 
 
 
436
 
437
  GSM8K (Grade School Math 8K) is a dataset of 8.5K high quality linguistically diverse grade school math word problems. The dataset was created to support the task of question answering on basic mathematical problems that require multi-step reasoning.
438
 
@@ -456,6 +462,9 @@ The same 250 problems from [GSM8K](https://arxiv.org/abs/2110.14168) are each tr
456
  - Swahili
457
  - Bengali
458
  - Telugu
 
 
 
459
 
460
  ## Dataset Structure
461
 
@@ -515,6 +524,9 @@ The data fields are the same among `train` and `test` splits.
515
  |sw | 8 | 250 |
516
  |bn | 8 | 250 |
517
  |te | 8 | 250 |
 
 
 
518
 
519
  ## Dataset Creation
520
 
 
15
  - th
16
  - sw
17
  - bn
18
+ - ca
19
+ - gl
20
+ - eu
21
  license:
22
  - cc-by-sa-4.0
23
  multilinguality:
 
422
 
423
  ### Dataset Summary
424
 
425
+ Copy and merge of [this MGSM Dataset](https://huggingface.co/datasets/juletxara/mgsm), [Catalan version](https://huggingface.co/datasets/projecte-aina/mgsm_ca), [Basque version](https://huggingface.co/datasets/HiTZ/MGSM-eu), [Galician version](https://huggingface.co/datasets/proxectonos/mgsm_gl), but in training samples we removed the prompt formatting, e.g. removed `Question: ...` in question field or `Answer: ...` in answer field.
426
  Multilingual Grade School Math Benchmark (MGSM) is a benchmark of grade-school math problems, proposed in the paper [Language models are multilingual chain-of-thought reasoners](http://arxiv.org/abs/2210.03057).
427
 
428
  The same 250 problems from [GSM8K](https://arxiv.org/abs/2110.14168) are each translated via human annotators in 10 languages. The 10 languages are:
 
436
  - Swahili
437
  - Bengali
438
  - Telugu
439
+ - Catalan
440
+ - Basque
441
+ - Galician
442
 
443
  GSM8K (Grade School Math 8K) is a dataset of 8.5K high quality linguistically diverse grade school math word problems. The dataset was created to support the task of question answering on basic mathematical problems that require multi-step reasoning.
444
 
 
462
  - Swahili
463
  - Bengali
464
  - Telugu
465
+ - Catalan
466
+ - Basque
467
+ - Galician
468
 
469
  ## Dataset Structure
470
 
 
524
  |sw | 8 | 250 |
525
  |bn | 8 | 250 |
526
  |te | 8 | 250 |
527
+ |ca | 8 | 250 |
528
+ |eu | 8 | 250 |
529
+ |gl | 8 | 250 |
530
 
531
  ## Dataset Creation
532