Datasets:
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
math-word-problems
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,69 +1,17 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
-
|
|
|
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
-
license:
|
| 9 |
-
- mit
|
| 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 |
-
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 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: 2725633
|
| 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: 3164254
|
| 53 |
-
dataset_size: 6134967
|
| 54 |
-
configs:
|
| 55 |
-
- config_name: main
|
| 56 |
-
data_files:
|
| 57 |
-
- split: train
|
| 58 |
-
path: main/train-*
|
| 59 |
-
- split: test
|
| 60 |
-
path: main/test-*
|
| 61 |
-
- config_name: socratic
|
| 62 |
-
data_files:
|
| 63 |
-
- split: train
|
| 64 |
-
path: socratic/train-*
|
| 65 |
-
- split: test
|
| 66 |
-
path: socratic/test-*
|
| 67 |
---
|
| 68 |
|
| 69 |
# Dataset Card for GSM8K
|
|
|
|
| 1 |
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- token-classification
|
| 5 |
+
- question-answering
|
| 6 |
+
- text-classification
|
| 7 |
language:
|
| 8 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
tags:
|
| 10 |
+
- biology,
|
| 11 |
+
- chemistry,
|
| 12 |
+
pretty_name: GenAI Project_2
|
| 13 |
+
size_categories:
|
| 14 |
+
- 10K<n<100K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# Dataset Card for GSM8K
|