---
title: "GSM8K (Grade School Math 8K) — 学童算数8K"
source: "https://systems-analysis.info/int/GSM8K_(Grade_School_Math_8K)_%E2%80%94_%E5%AD%A6%E7%AB%A5%E7%AE%97%E6%95%B08K"
wiki: "systems-analysis.info/int"
article: "GSM8K_(Grade_School_Math_8K)_—_学童算数8K"
language: "ja"
categories:
  - "Category:Japanese"
  - "Category:Large language models"
  - "Category:LLM benchmarks"
  - "Category:Machine learning"
revision_id: 2513
wiki_created_at: 2026-09-06T23:05:22Z
wiki_modified_at: 2026-09-06T23:05:22Z
downloaded_at: 2026-09-07T22:51:48Z
---

# GSM8K (Grade School Math 8K) — 学童算数8K

**GSM8K** (**Grade School Math 8K**) は、小学生レベルの数学文章問題約8,500問を含むベンチマークデータセットです。このデータセットは2021年に**OpenAI**の研究者によって作成され、大規模言語モデル（LLM）の多段階の数学的推論能力を評価・発展させることを目的としています<sup>[\[1\]](https://systems-analysis.info/int/GSM8K_(Grade_School_Math_8K)_%E2%80%94_%E5%AD%A6%E7%AB%A5%E7%AE%97%E6%95%B08K#cite_note-openai2021-1)</sup>。GSM8Kは、人工知能の数学的思考能力の進歩を測定するための主要なベンチマークの一つとなっています。

データセットの各問題は短い文章題であり、解答するには2から8ステップの連続した算術演算（足し算、引き算、掛け算、割り算）が必要です。一見単純に見えますが、問題はテキストの深い理解と論理的推論を必要とするため、多くのLLMにとって困難な課題となっています<sup>[\[2\]](https://systems-analysis.info/int/GSM8K_(Grade_School_Math_8K)_%E2%80%94_%E5%AD%A6%E7%AB%A5%E7%AE%97%E6%95%B08K#cite_note-pwc-2)</sup>。

## 主な特徴

### データ量と構成

GSM8Kデータセットには約**8500問**が含まれており、2つの部分に分かれています。

- **訓練セット**：約7500問。モデルのファインチューニング（*fine-tuning*）を目的としており、各問題には詳細なステップバイステップの解答が付いています。
- **テストセット**：約1000問。モデルの性能を独立して評価するために使用されます<sup>[\[1\]](https://systems-analysis.info/int/GSM8K_(Grade_School_Math_8K)_%E2%80%94_%E5%AD%A6%E7%AB%A5%E7%AE%97%E6%95%B08K#cite_note-openai2021-1)</sup>。

### 難易度と内容

問題は、優秀な中学生が解けるように意図的に作成されていますが、同時に**多段階の推論**が求められます。これにより、モデルの数学的知識そのものよりも、問題を分解し、論理的な操作を順次実行する能力をテストすることができます。

### 言語的な多様性

GSM8Kの問題文は、スタイルや言語構造において非常に多様です。これは、モデルが様々な方法で表現された問題の条件を理解し、特定のテンプレートを「暗記」することを避ける能力を検証するために行われています<sup>[\[3\]](https://systems-analysis.info/int/GSM8K_(Grade_School_Math_8K)_%E2%80%94_%E5%AD%A6%E7%AB%A5%E7%AE%97%E6%95%B08K#cite_note-klu_benchmark-3)</sup>。

## モデル評価の歴史と進化

### 初期モデルとベースライン結果

2021年の最初の論文で、著者らは当時の大規模モデルである**GPT-3**（1750億パラメータ）でさえ、このデータセットに大きな困難を抱えていることを示しました。ファインチューニングと補助的な検証モデルを使用した後でも、正解率はわずか**55%**程度でした<sup>[\[1\]](https://systems-analysis.info/int/GSM8K_(Grade_School_Math_8K)_%E2%80%94_%E5%AD%A6%E7%AB%A5%E7%AE%97%E6%95%B08K#cite_note-openai2021-1)</sup>。この結果は、推論の連鎖における一つの小さな間違いが、完全に誤った答えにつながる可能性があることを示しました。

### 画期的な手法：Chain-of-Thought

GSM8Kの問題解決におけるブレークスルーは、**「思考の連鎖」**（**Chain-of-Thought, CoT**）というアプローチでした。2022年、Googleの研究者らは、モデルに答えを出す前に解決のステップを明示的に記述させることで、正解率が大幅に向上することを示しました。**PaLM**モデル（5400億パラメータ）は、CoTを使用して**58%**の正解率を達成しました<sup>[\[4\]](https://systems-analysis.info/int/GSM8K_(Grade_School_Math_8K)_%E2%80%94_%E5%AD%A6%E7%AB%A5%E7%AE%97%E6%95%B08K#cite_note-google_cot-4)</sup>。さらに複雑な手法である**self-consistency**（複数の解答候補を生成し、最も頻度の高い答えを選択する）を適用することで、正解率を**74%**まで向上させることができました<sup>[\[4\]](https://systems-analysis.info/int/GSM8K_(Grade_School_Math_8K)_%E2%80%94_%E5%AD%A6%E7%AB%A5%E7%AE%97%E6%95%B08K#cite_note-google_cot-4)</sup>。

### 人間のレベルを超える

2023年以降、最新の生成モデルはこのベンチマークで人間レベルを上回りました。

- OpenAIの**GPT-4**は、*few-shot CoT*モード（プロンプトで解決済みの問題例をいくつか与える）で約**92%**の正解率を達成し<sup>[\[5\]](https://systems-analysis.info/int/GSM8K_(Grade_School_Math_8K)_%E2%80%94_%E5%AD%A6%E7%AB%A5%E7%AE%97%E6%95%B08K#cite_note-gpt4_92-5)</sup>、追加の戦略を用いることで最大**97%**に達しました<sup>[\[6\]](https://systems-analysis.info/int/GSM8K_(Grade_School_Math_8K)_%E2%80%94_%E5%AD%A6%E7%AB%A5%E7%AE%97%E6%95%B08K#cite_note-gpt4_97-6)</sup>。
- Anthropicの**Claude 2**は**88%**の結果を示し、新しいバージョンの**Claude 3**は約**95%**を達成しました<sup>[\[3\]](https://systems-analysis.info/int/GSM8K_(Grade_School_Math_8K)_%E2%80%94_%E5%AD%A6%E7%AB%A5%E7%AE%97%E6%95%B08K#cite_note-klu_benchmark-3)</sup>。

このような高いパフォーマンスは、LLMの推論能力が大幅に進歩したことを示していますが、同時にGSM8Kが最先端モデルにとっては「ほぼ解決済み」になりつつあることも示唆しています。これにより、**MATH**や**MMLU**といった、より複雑なベンチマークの開発が促進されています。

## モデルの訓練と開発における役割

GSM8Kは評価だけでなく、モデルの**訓練と改善**にも積極的に利用されています。

- **ファインチューニング（Fine-tuning）**：ステップバイステップの解答が含まれる訓練セットは、モデルに数学的論理を教えるための貴重なリソースです。
- **検証モデルの訓練**：OpenAIの最初の研究では、GSM8Kデータの一部が、生成された解答の正しさを評価する別の**検証モデル**の訓練に使用されました。この生成モデルと批評モデルを別々に訓練するアプローチは、その有効性を証明しました<sup>[\[1\]](https://systems-analysis.info/int/GSM8K_(Grade_School_Math_8K)_%E2%80%94_%E5%AD%A6%E7%AB%A5%E7%AE%97%E6%95%B08K#cite_note-openai2021-1)</sup>。
- **プロンプトエンジニアリング**：多数の例が存在することにより、研究者らは**Chain-of-Thought**や**Tree-of-Thought**といった、モデルの重みを変更せずに推論を教えるプロンプト技術を開発・改良することができました。

## 外部リンク

- <a href="https://paperswithcode.com/dataset/gsm8k" class="external text" rel="nofollow">Papers With Codeのデータセットページ</a>
- <a href="https://github.com/openai/grade-school-math" class="external text" rel="nofollow">GitHubの公式リポジトリ</a>

## 参考文献

- Liang, P. et al. (2022). *Holistic Evaluation of Language Models (HELM)*. <a href="https://arxiv.org/abs/2211.09110" class="external text" rel="nofollow">arXiv:2211.09110</a>.
- Chang, Y. et al. (2023). *A Survey on Evaluation of Large Language Models*. <a href="https://arxiv.org/abs/2307.03109" class="external text" rel="nofollow">arXiv:2307.03109</a>.
- Ni, S. et al. (2025). *A Survey on Large Language Model Benchmarks*. <a href="https://arxiv.org/abs/2508.15361" class="external text" rel="nofollow">arXiv:2508.15361</a>.
- Biderman, S. et al. (2024). *The Language Model Evaluation Harness (lm-eval): Guidance and Lessons Learned*. <a href="https://arxiv.org/abs/2405.14782" class="external text" rel="nofollow">arXiv:2405.14782</a>.
- Kiela, D. et al. (2021). *Dynabench: Rethinking Benchmarking in NLP*. <a href="https://arxiv.org/abs/2104.14337" class="external text" rel="nofollow">arXiv:2104.14337</a>.
- Ma, Z. et al. (2021). *Dynaboard: An Evaluation‑As‑A‑Service Platform for Holistic Next‑Generation Benchmarking*. <a href="https://arxiv.org/abs/2106.06052" class="external text" rel="nofollow">arXiv:2106.06052</a>.
- Goel, K. et al. (2021). *Robustness Gym: Unifying the NLP Evaluation Landscape*. <a href="https://arxiv.org/abs/2101.04840" class="external text" rel="nofollow">arXiv:2101.04840</a>.
- Xu, C. et al. (2024). *Benchmark Data Contamination of Large Language Models: A Survey*. <a href="https://arxiv.org/abs/2406.04244" class="external text" rel="nofollow">arXiv:2406.04244</a>.
- Liu, S. et al. (2025). *A Comprehensive Survey on Safety Evaluation of LLMs*. <a href="https://arxiv.org/abs/2506.11094" class="external text" rel="nofollow">arXiv:2506.11094</a>.
- Chiang, W.-L. et al. (2024). *Chatbot Arena: An Open Platform for Evaluating LLMs by Human Preference*. <a href="https://arxiv.org/abs/2403.04132" class="external text" rel="nofollow">arXiv:2403.04132</a>.
- Boubdir, M. et al. (2023). *Elo Uncovered: Robustness and Best Practices in Language Model Evaluation*. <a href="https://arxiv.org/abs/2311.17295" class="external text" rel="nofollow">arXiv:2311.17295</a>.
- Huang, L. et al. (2023). *A Survey on Hallucination in Large Language Models*. <a href="https://arxiv.org/abs/2311.05232" class="external text" rel="nofollow">arXiv:2311.05232</a>.

## 脚注

1.  <span id="cite_note-openai2021-1">↑ <sup>[1.0](https://systems-analysis.info/int/GSM8K_(Grade_School_Math_8K)_%E2%80%94_%E5%AD%A6%E7%AB%A5%E7%AE%97%E6%95%B08K#cite_ref-openai2021_1-0)</sup> <sup>[1.1](https://systems-analysis.info/int/GSM8K_(Grade_School_Math_8K)_%E2%80%94_%E5%AD%A6%E7%AB%A5%E7%AE%97%E6%95%B08K#cite_ref-openai2021_1-1)</sup> <sup>[1.2](https://systems-analysis.info/int/GSM8K_(Grade_School_Math_8K)_%E2%80%94_%E5%AD%A6%E7%AB%A5%E7%AE%97%E6%95%B08K#cite_ref-openai2021_1-2)</sup> <sup>[1.3](https://systems-analysis.info/int/GSM8K_(Grade_School_Math_8K)_%E2%80%94_%E5%AD%A6%E7%AB%A5%E7%AE%97%E6%95%B08K#cite_ref-openai2021_1-3)</sup> Cobbe, Karl et al. «Training Verifiers to Solve Math Word Problems». *arXiv:2110.14168*. <a href="https://arxiv.org/abs/2110.14168" class="external autonumber" rel="nofollow">[1]</a></span>
2.  <span id="cite_note-pwc-2">[↑](https://systems-analysis.info/int/GSM8K_(Grade_School_Math_8K)_%E2%80%94_%E5%AD%A6%E7%AB%A5%E7%AE%97%E6%95%B08K#cite_ref-pwc_2-0) «GSM8K Dataset». *Papers With Code*. <a href="https://paperswithcode.com/dataset/gsm8k" class="external autonumber" rel="nofollow">[2]</a></span>
3.  <span id="cite_note-klu_benchmark-3">↑ <sup>[3.0](https://systems-analysis.info/int/GSM8K_(Grade_School_Math_8K)_%E2%80%94_%E5%AD%A6%E7%AB%A5%E7%AE%97%E6%95%B08K#cite_ref-klu_benchmark_3-0)</sup> <sup>[3.1](https://systems-analysis.info/int/GSM8K_(Grade_School_Math_8K)_%E2%80%94_%E5%AD%A6%E7%AB%A5%E7%AE%97%E6%95%B08K#cite_ref-klu_benchmark_3-1)</sup> «GSM8K Benchmark». *Klu.ai*. <a href="https://klu.ai/glossary/GSM8K-eval" class="external autonumber" rel="nofollow">[3]</a></span>
4.  <span id="cite_note-google_cot-4">↑ <sup>[4.0](https://systems-analysis.info/int/GSM8K_(Grade_School_Math_8K)_%E2%80%94_%E5%AD%A6%E7%AB%A5%E7%AE%97%E6%95%B08K#cite_ref-google_cot_4-0)</sup> <sup>[4.1](https://systems-analysis.info/int/GSM8K_(Grade_School_Math_8K)_%E2%80%94_%E5%AD%A6%E7%AB%A5%E7%AE%97%E6%95%B08K#cite_ref-google_cot_4-1)</sup> Wei, Jason et al. «Language Models Perform Reasoning via Chain of Thought». *Google Research Blog*. <a href="https://research.google/blog/language-models-perform-reasoning-via-chain-of-thought/" class="external autonumber" rel="nofollow">[4]</a></span>
5.  <span id="cite_note-gpt4_92-5">[↑](https://systems-analysis.info/int/GSM8K_(Grade_School_Math_8K)_%E2%80%94_%E5%AD%A6%E7%AB%A5%E7%AE%97%E6%95%B08K#cite_ref-gpt4_92_5-0) Yu, L., et al. «Solving Challenging Math Word Problems Using GPT-4». *EMNLP 2023*. <a href="https://aclanthology.org/2023.emnlp-main.927.pdf" class="external autonumber" rel="nofollow">[5]</a></span>
6.  <span id="cite_note-gpt4_97-6">[↑](https://systems-analysis.info/int/GSM8K_(Grade_School_Math_8K)_%E2%80%94_%E5%AD%A6%E7%AB%A5%E7%AE%97%E6%95%B08K#cite_ref-gpt4_97_6-0) «Achieving \>97% on GSM8K». *arXiv:2404.14963*. <a href="https://arxiv.org/html/2404.14963v4" class="external autonumber" rel="nofollow">[6]</a></span>
