Datasets:
Tasks:
Text2Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
math-word-problems
License:
Update README.md
Browse files
README.md
CHANGED
@@ -1,70 +1,80 @@
|
|
1 |
-
---
|
2 |
-
annotations_creators:
|
3 |
-
- crowdsourced
|
4 |
-
language_creators:
|
5 |
-
- crowdsourced
|
6 |
-
language:
|
7 |
-
- en
|
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 |
-
- name:
|
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 |
# Dataset Card for GSM8K
|
70 |
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- crowdsourced
|
4 |
+
language_creators:
|
5 |
+
- crowdsourced
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
- th
|
9 |
+
license:
|
10 |
+
- mit
|
11 |
+
multilinguality:
|
12 |
+
- monolingual
|
13 |
+
size_categories:
|
14 |
+
- 100B<n<1T
|
15 |
+
source_datasets:
|
16 |
+
- original
|
17 |
+
task_categories:
|
18 |
+
- text2text-generation
|
19 |
+
- translation
|
20 |
+
- sentence-similarity
|
21 |
+
- text-to-speech
|
22 |
+
- fill-mask
|
23 |
+
- question-answering
|
24 |
+
- automatic-speech-recognition
|
25 |
+
task_ids: []
|
26 |
+
paperswithcode_id: gsm8k
|
27 |
+
pretty_name: Grade School Math 8K
|
28 |
+
tags:
|
29 |
+
- math-word-problems
|
30 |
+
- code
|
31 |
+
- not-for-all-audiences
|
32 |
+
- synthetic
|
33 |
+
dataset_info:
|
34 |
+
- config_name: main
|
35 |
+
features:
|
36 |
+
- name: question
|
37 |
+
dtype: string
|
38 |
+
- name: answer
|
39 |
+
dtype: string
|
40 |
+
splits:
|
41 |
+
- name: train
|
42 |
+
num_bytes: 3963202
|
43 |
+
num_examples: 7473
|
44 |
+
- name: test
|
45 |
+
num_bytes: 713732
|
46 |
+
num_examples: 1319
|
47 |
+
download_size: 2725633
|
48 |
+
dataset_size: 4676934
|
49 |
+
- config_name: socratic
|
50 |
+
features:
|
51 |
+
- name: question
|
52 |
+
dtype: string
|
53 |
+
- name: answer
|
54 |
+
dtype: string
|
55 |
+
splits:
|
56 |
+
- name: train
|
57 |
+
num_bytes: 5198108
|
58 |
+
num_examples: 7473
|
59 |
+
- name: test
|
60 |
+
num_bytes: 936859
|
61 |
+
num_examples: 1319
|
62 |
+
download_size: 3164254
|
63 |
+
dataset_size: 6134967
|
64 |
+
configs:
|
65 |
+
- config_name: main
|
66 |
+
data_files:
|
67 |
+
- split: train
|
68 |
+
path: main/train-*
|
69 |
+
- split: test
|
70 |
+
path: main/test-*
|
71 |
+
- config_name: socratic
|
72 |
+
data_files:
|
73 |
+
- split: train
|
74 |
+
path: socratic/train-*
|
75 |
+
- split: test
|
76 |
+
path: socratic/test-*
|
77 |
+
---
|
78 |
|
79 |
# Dataset Card for GSM8K
|
80 |
|