gsm8k
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
8.5K の高品質で言語的に多様な小学校の数学の単語問題のデータセット。
スプリット | 例 |
---|
'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),
})
特徴 | クラス | 形 | Dtype | 説明 |
---|
| 特徴辞書 | | | |
注釈 | 文章 | | ストリング | |
答え | 文章 | | ストリング | |
質問 | 文章 | | ストリング | |
簡潔な答え | 文章 | | ストリング | |
@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}
}
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-12-06 UTC。
[null,null,["最終更新日 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 }"]]