Datasets:
Tasks:
Text2Text Generation
Modalities:
Text
Size:
1K - 10K
ArXiv:
Tags:
math-word-problems
License:
update readme metadata
Browse files
README.md
CHANGED
@@ -1,5 +1,56 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# Dataset Card for MGSM
|
|
|
1 |
---
|
2 |
+
annotations_creators:
|
3 |
+
- crowdsourced
|
4 |
+
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:
|
15 |
+
- original
|
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
|