Datasets:

Modalities:
Text
ArXiv:
Libraries:
Datasets
License:
juletxara commited on
Commit
27e932f
1 Parent(s): 8db2cac

update readme

Browse files
Files changed (1) hide show
  1. README.md +13 -53
README.md CHANGED
@@ -5,10 +5,19 @@ language_creators:
5
  - crowdsourced
6
  language:
7
  - en
 
 
 
 
 
 
 
 
 
8
  license:
9
  - cc-by-sa-4.0
10
  multilinguality:
11
- - monolingual
12
  size_categories:
13
  - 1K<n<10K
14
  source_datasets:
@@ -16,41 +25,10 @@ source_datasets:
16
  task_categories:
17
  - text2text-generation
18
  task_ids: []
19
- paperswithcode_id: gsm8k
20
- pretty_name: Grade School Math 8K
21
  tags:
22
  - math-word-problems
23
- dataset_info:
24
- - config_name: main
25
- features:
26
- - name: question
27
- dtype: string
28
- - name: answer
29
- dtype: string
30
- splits:
31
- - name: train
32
- num_bytes: 3963202
33
- num_examples: 7473
34
- - name: test
35
- num_bytes: 713732
36
- num_examples: 1319
37
- download_size: 4915944
38
- dataset_size: 4676934
39
- - config_name: socratic
40
- features:
41
- - name: question
42
- dtype: string
43
- - name: answer
44
- dtype: string
45
- splits:
46
- - name: train
47
- num_bytes: 5198108
48
- num_examples: 7473
49
- - name: test
50
- num_bytes: 936859
51
- num_examples: 1319
52
- download_size: 6374717
53
- dataset_size: 6134967
54
  ---
55
 
56
  # Dataset Card for MGSM
@@ -261,22 +239,4 @@ The GSM8K dataset is licensed under the [MIT License](https://opensource.org/lic
261
 
262
  ### Contributions
263
 
264
- Thanks to [@juletx](https://github.com/juletx) for adding this dataset.
265
- # Multilingual Grade School Math Benchmark (MGSM)
266
-
267
- 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).
268
-
269
- 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:
270
- - Spanish
271
- - French
272
- - German
273
- - Russian
274
- - Chinese
275
- - Japanese
276
- - Thai
277
- - Swahili
278
- - Bengali
279
- - Telugu
280
-
281
- You can find the input and targets for each of the ten languages (and English) as `.tsv` files.
282
- We also include few-shot exemplars that are also manually translated from each language in `exemplars.py`.
 
5
  - crowdsourced
6
  language:
7
  - en
8
+ - es
9
+ - fr
10
+ - de
11
+ - ru
12
+ - zh
13
+ - ja
14
+ - th
15
+ - sw
16
+ - bn
17
  license:
18
  - cc-by-sa-4.0
19
  multilinguality:
20
+ - multilingua
21
  size_categories:
22
  - 1K<n<10K
23
  source_datasets:
 
25
  task_categories:
26
  - text2text-generation
27
  task_ids: []
28
+ paperswithcode_id: multi-task-language-understanding-on-mgsm
29
+ pretty_name: Multilingual Grade School Math Benchmark (MGSM)
30
  tags:
31
  - math-word-problems
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  ---
33
 
34
  # Dataset Card for MGSM
 
239
 
240
  ### Contributions
241
 
242
+ Thanks to [@juletx](https://github.com/juletx) for adding this dataset.