---
title: "MATH Benchmark — MATH 基准测试"
source: "https://systems-analysis.info/int/MATH_Benchmark_%E2%80%94_MATH_%E5%9F%BA%E5%87%86%E6%B5%8B%E8%AF%95"
wiki: "systems-analysis.info/int"
article: "MATH_Benchmark_—_MATH_基准测试"
language: "zh"
categories:
  - "Category:Chinese"
  - "Category:Large language models"
  - "Category:LLM benchmarks"
  - "Category:Machine learning"
revision_id: 3984
wiki_created_at: 2026-09-06T23:28:50Z
wiki_modified_at: 2026-09-06T23:28:50Z
downloaded_at: 2026-09-07T23:00:05Z
---

# MATH Benchmark — MATH 基准测试

**MATH**（英文 **Mathematics Aptitude Test of Heuristics** 的缩写）是一个大型数据集和基准测试，用于评估大型语言模型（LLM）的数学推理和问题解决能力。该数据集由**丹·亨德里克斯**（Dan Hendrycks）领导的研究团队于2021年发布，包含**12,500个问题**，这些问题来自美国高中数学竞赛，如AMC 10、AMC 12和AIME<sup>[\[1\]](https://systems-analysis.info/int/MATH_Benchmark_%E2%80%94_MATH_%E5%9F%BA%E5%87%86%E6%B5%8B%E8%AF%95#cite_note-hendrycks2021-1)</sup>。

这些问题涵盖了广泛的领域（代数、几何、数论、组合数学等），并按难度级别进行分级。与标准的教科书问题不同，这些问题通常需要创造性思维和启发式方法，而不仅仅是直接套用公式。每个问题都附有完整的逐步解答和最终答案，这使得MATH成为一个既可用于模型训练也可用于模型测试的宝贵资源<sup>[\[2\]](https://systems-analysis.info/int/MATH_Benchmark_%E2%80%94_MATH_%E5%9F%BA%E5%87%86%E6%B5%8B%E8%AF%95#cite_note-llm_eval_datasets-2)</sup>。

## 数据集的结构与特点

MATH基准测试具有一系列关键特点，使其成为一个具有挑战性且可靠的评估工具。

### 问题格式

所有问题和解答均以LaTeX格式呈现，几何图形的描述则使用**Asymptote**语言。这种方式使得所有条件（包括图像）都能以文本形式表示，便于语言模型处理。每个问题都根据七个数学领域和五个难度级别进行了标记<sup>[\[1\]](https://systems-analysis.info/int/MATH_Benchmark_%E2%80%94_MATH_%E5%9F%BA%E5%87%86%E6%B5%8B%E8%AF%95#cite_note-hendrycks2021-1)</sup>。

### 自动评估

数据集中的最终答案被包含在特殊的\`\boxed{...}\`格式中，并遵循严格的标准（例如，分数为最简形式）。这使得可以根据**精确匹配**（*exact match*）指标对模型进行自动评估，从而消除了结果检查中的主观性和模糊性。模型必须给出完全正确的答案，问题才被视为已解决<sup>[\[1\]](https://systems-analysis.info/int/MATH_Benchmark_%E2%80%94_MATH_%E5%9F%BA%E5%87%86%E6%B5%8B%E8%AF%95#cite_note-hendrycks2021-1)</sup>。

## 问题难度与人类水平

MATH是AI面临的最具挑战性的数学测试之一。这些问题即使对于数学背景很强的人来说也很有难度。

- 在对该数据集的研究中，一组**大学生**的测试成绩从**约40%**到奥林匹克竞赛获胜者的**约90%**不等。
- 即便是三届国际数学奥林匹克金牌得主也未能零错误地解决所有问题<sup>[\[1\]](https://systems-analysis.info/int/MATH_Benchmark_%E2%80%94_MATH_%E5%9F%BA%E5%87%86%E6%B5%8B%E8%AF%95#cite_note-hendrycks2021-1)</sup>。

这表明，要成功解决MATH中的问题，不仅需要知识，还需要高度的精确性和数学直觉。

## 模型表现与解题进展

### 早期结果 (2021)

在2021年该基准测试发布时，即使是规模最大的模型也表现得非常差。

- **GPT-3**模型（1750亿参数）仅能正确解决约**5%**的问题。
- 经过微调的**GPT-2**版本准确率也只有6-7%<sup>[\[1\]](https://systems-analysis.info/int/MATH_Benchmark_%E2%80%94_MATH_%E5%9F%BA%E5%87%86%E6%B5%8B%E8%AF%95#cite_note-hendrycks2021-1)</sup>。

作者们得出结论，简单地扩大模型规模对性能几乎没有影响，需要新的算法方法才能取得进展<sup>[\[3\]](https://systems-analysis.info/int/MATH_Benchmark_%E2%80%94_MATH_%E5%9F%BA%E5%87%86%E6%B5%8B%E8%AF%95#cite_note-lang_models_surprised-3)</sup>。

### Minerva与GPT-4的突破 (2022–2023)

随着专门针对科学文本进行训练的模型以及新的解题方法的出现，突破得以实现。

- 2022年，**Google Minerva**模型达到了约**50%**的准确率，证明了规模与专业化训练相结合可以显著提升解题质量<sup>[\[3\]](https://systems-analysis.info/int/MATH_Benchmark_%E2%80%94_MATH_%E5%9F%BA%E5%87%86%E6%B5%8B%E8%AF%95#cite_note-lang_models_surprised-3)</sup>。
- 2023年，OpenAI的**GPT-4**实现了新的飞跃。通过使用工具，该模型显著提升了其表现：
  - 使用**代码解释器**（Code Interpreter，执行代码以验证计算）时，准确率达到了近**70%**。
  - 采用*基于代码的自我验证*（code-based self-verification，通过代码自我检查和纠正错误）方法，创造了解决**84.3%**问题的记录<sup>[\[4\]](https://systems-analysis.info/int/MATH_Benchmark_%E2%80%94_MATH_%E5%9F%BA%E5%87%86%E6%B5%8B%E8%AF%95#cite_note-decoder_gpt4-4)</sup>。

这一结果可与人类顶尖参赛者的水平相媲美，并已接近专家级门槛。

## 意义与影响

MATH基准测试在LLM数学能力的发展中扮演了关键角色。它清晰地表明，要解决复杂问题，仅靠扩大模型规模是不够的，还需要新的方法，例如：

- 基于完整的逐步解题过程进行训练。
- 在科学数据上进行专业化训练。
- 使用外部工具进行计算和验证。

尽管取得了显著进展，MATH仍然是一项重要且具有挑战性的测试。它继续作为衡量LLM数学思维水平的指标，并推动着在需要多步推理的可靠问题解决领域的研究<sup>[\[1\]](https://systems-analysis.info/int/MATH_Benchmark_%E2%80%94_MATH_%E5%9F%BA%E5%87%86%E6%B5%8B%E8%AF%95#cite_note-hendrycks2021-1)</sup>。

## 外部链接

- <a href="https://github.com/hendrycks/math" class="external text" rel="nofollow">MATH数据集官方GitHub仓库</a>
- <a href="https://paperswithcode.com/dataset/math" class="external text" rel="nofollow">Papers With Code上的数据集页面</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-hendrycks2021-1">↑ <sup>[1.0](https://systems-analysis.info/int/MATH_Benchmark_%E2%80%94_MATH_%E5%9F%BA%E5%87%86%E6%B5%8B%E8%AF%95#cite_ref-hendrycks2021_1-0)</sup> <sup>[1.1](https://systems-analysis.info/int/MATH_Benchmark_%E2%80%94_MATH_%E5%9F%BA%E5%87%86%E6%B5%8B%E8%AF%95#cite_ref-hendrycks2021_1-1)</sup> <sup>[1.2](https://systems-analysis.info/int/MATH_Benchmark_%E2%80%94_MATH_%E5%9F%BA%E5%87%86%E6%B5%8B%E8%AF%95#cite_ref-hendrycks2021_1-2)</sup> <sup>[1.3](https://systems-analysis.info/int/MATH_Benchmark_%E2%80%94_MATH_%E5%9F%BA%E5%87%86%E6%B5%8B%E8%AF%95#cite_ref-hendrycks2021_1-3)</sup> <sup>[1.4](https://systems-analysis.info/int/MATH_Benchmark_%E2%80%94_MATH_%E5%9F%BA%E5%87%86%E6%B5%8B%E8%AF%95#cite_ref-hendrycks2021_1-4)</sup> <sup>[1.5](https://systems-analysis.info/int/MATH_Benchmark_%E2%80%94_MATH_%E5%9F%BA%E5%87%86%E6%B5%8B%E8%AF%95#cite_ref-hendrycks2021_1-5)</sup> Hendrycks, D., et al. «Measuring Mathematical Problem Solving With the MATH Dataset». *arXiv:2103.03874*. <a href="https://arxiv.org/abs/2103.03874" class="external autonumber" rel="nofollow">[1]</a></span>
2.  <span id="cite_note-llm_eval_datasets-2">[↑](https://systems-analysis.info/int/MATH_Benchmark_%E2%80%94_MATH_%E5%9F%BA%E5%87%86%E6%B5%8B%E8%AF%95#cite_ref-llm_eval_datasets_2-0) «AI Benchmarks and Datasets for LLM Evaluation». *arXiv:2412.01020*. <a href="https://arxiv.org/html/2412.01020v1" class="external autonumber" rel="nofollow">[2]</a></span>
3.  <span id="cite_note-lang_models_surprised-3">↑ <sup>[3.0](https://systems-analysis.info/int/MATH_Benchmark_%E2%80%94_MATH_%E5%9F%BA%E5%87%86%E6%B5%8B%E8%AF%95#cite_ref-lang_models_surprised_3-0)</sup> <sup>[3.1](https://systems-analysis.info/int/MATH_Benchmark_%E2%80%94_MATH_%E5%9F%BA%E5%87%86%E6%B5%8B%E8%AF%95#cite_ref-lang_models_surprised_3-1)</sup> «Language models surprised us». *Planned-Obsolescence.org*. <a href="https://www.planned-obsolescence.org/language-models-surprised-us/" class="external autonumber" rel="nofollow">[3]</a></span>
4.  <span id="cite_note-decoder_gpt4-4">[↑](https://systems-analysis.info/int/MATH_Benchmark_%E2%80%94_MATH_%E5%9F%BA%E5%87%86%E6%B5%8B%E8%AF%95#cite_ref-decoder_gpt4_4-0) «GPT-4 Code Interpreter smashes maths benchmarks, hits new SOTA». *The Decoder*. <a href="https://the-decoder.com/gpt-4-code-interpreter-smashes-maths-benchmarks-hits-new-sota/" class="external autonumber" rel="nofollow">[4]</a></span>
