Easy Math Dataset
收藏资源简介:
该数据集包含来自不同领域的简单数学问题及其证明,由GPT-4o模型生成。问题涉及线性代数、代数、几何、微积分等多个数学主题,每个主题约有15个问题。数据集的证明尚未经过验证,主要用于检查大型语言模型如何将文本证明转换为Lean4,并评估其在生成纯数学证明方面的表现。
This dataset comprises simple mathematical problems and their associated proofs, which were generated by the GPT-4o model. The problems span multiple mathematical topics including linear algebra, algebra, geometry, calculus, and more, with roughly 15 problems for each topic. All proofs contained in the dataset remain unverified, and this resource is primarily designed to investigate how large language models convert natural-language proofs into Lean4 code, as well as to evaluate their performance in generating formal mathematical proofs.
Easy Math Dataset
概述
该数据集包含来自不同领域的简单数学问题及其证明,这些问题由GPT-4模型生成。数据集中的问题为纯数学陈述,而非小学数学应用题或高难度的奥林匹克数学证明。
主题
数据集涵盖了以下主题,每个主题大约有15个问题:
- 线性代数
- 代数
- 几何
- 微积分
- 数论
- 统计学
- 三角学
- 概率
- 组合数学
- 逻辑
- 集合论
- 图论
- 拓扑学
- 实分析
- 微分方程
- 抽象代数
- 群论
- 复分析
- 向量微积分
重要性
该数据集有助于检查大型语言模型(LLM)如何将文本证明转换为Lean4。此外,这些简单的问题也可以用于评估LLM在生成纯数学证明时的表现,有时它们会为简单问题犯下错误。
使用方法
数据集中包含一个简单的命令行工具(称为emad),用于自动提取问题并打印到终端。用户可以通过以下步骤安装和使用该工具:
-
克隆仓库并安装CLI工具: bash git clone https://github.com/AnirudhG07/EasyMathDataset.git cd EasyMathDataset pip install .
-
提取问题和证明: bash emad ex --[t]opic <topic> --[i]d <id>
示例
emad ex -t "Linear Algebra" -i 1
-
总结数据集内容: bash emad summary
贡献
欢迎帮助验证问题的证明,并添加正确的Lean4证明到数据集中。




