gsm8k
Stay organized with collections
Save and categorize content based on your preferences.
A dataset of 8.5K high quality linguistically diverse grade school math word
problems.
Split |
Examples |
'test' |
1,319 |
'test_socratic' |
1,319 |
'train' |
7,473 |
'train_socratic' |
7,473 |
FeaturesDict({
'annotation': Text(shape=(), dtype=string),
'answer': Text(shape=(), dtype=string),
'question': Text(shape=(), dtype=string),
'short_answer': Text(shape=(), dtype=string),
})
Feature |
Class |
Shape |
Dtype |
Description |
|
FeaturesDict |
|
|
|
annotation |
Text |
|
string |
|
answer |
Text |
|
string |
|
question |
Text |
|
string |
|
short_answer |
Text |
|
string |
|
@misc{cobbe2021training,
title={Training Verifiers to Solve Math Word Problems},
author={Karl Cobbe and Vineet Kosaraju and Mohammad Bavarian and Jacob Hilton and Reiichiro Nakano and Christopher Hesse and John Schulman},
year={2021},
eprint={2110.14168},
archivePrefix={arXiv},
primaryClass={cs.LG}
}
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-12-06 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-12-06 UTC."],[],[],null,["# gsm8k\n\n\u003cbr /\u003e\n\n- **Description**:\n\nA dataset of 8.5K high quality linguistically diverse grade school math word\nproblems.\n\n- **Additional Documentation** :\n [Explore on Papers With Code\n north_east](https://paperswithcode.com/dataset/gsm8k)\n\n- **Homepage** :\n \u003chttps://github.com/openai/grade-school-math\u003e\n\n- **Source code** :\n [`tfds.text.gsm8k.Gsm8k`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/text/gsm8k/gsm8k.py)\n\n- **Versions**:\n\n - **`1.0.0`** (default): Initial release.\n- **Download size** : `10.77 MiB`\n\n- **Dataset size** : `17.84 MiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n Yes\n\n- **Splits**:\n\n| Split | Examples |\n|--------------------|----------|\n| `'test'` | 1,319 |\n| `'test_socratic'` | 1,319 |\n| `'train'` | 7,473 |\n| `'train_socratic'` | 7,473 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'annotation': Text(shape=(), dtype=string),\n 'answer': Text(shape=(), dtype=string),\n 'question': Text(shape=(), dtype=string),\n 'short_answer': Text(shape=(), dtype=string),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|--------------|--------------|-------|--------|-------------|\n| | FeaturesDict | | | |\n| annotation | Text | | string | |\n| answer | Text | | string | |\n| question | Text | | string | |\n| short_answer | Text | | string | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `None`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n Not supported.\n\n- **Examples**\n ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\n- **Citation**:\n\n @misc{cobbe2021training,\n title={Training Verifiers to Solve Math Word Problems},\n author={Karl Cobbe and Vineet Kosaraju and Mohammad Bavarian and Jacob Hilton and Reiichiro Nakano and Christopher Hesse and John Schulman},\n year={2021},\n eprint={2110.14168},\n archivePrefix={arXiv},\n primaryClass={cs.LG}\n }"]]