ConstructiveBench
收藏资源简介:
ConstructiveBench数据集是一个包含经过精选的奥赛风格数学问题的数据集,每个问题都包含元数据和与Lean 4对应的格式化答案。数据集的问题是来自各种数学竞赛的,例如IMO 2011,并按照数学类别(如代数、组合学)进行分类。每个条目都包括问题陈述、答案、格式化答案、完整定理以及与答案构建对齐的部分。
ConstructiveBench is a curated dataset of Olympiad-style mathematical problems. Each entry in the dataset contains metadata and formatted answers compatible with Lean 4. The problems are sourced from various mathematical competitions such as the 2011 International Mathematical Olympiad (IMO 2011), and are categorized by mathematical subfields including algebra, combinatorics, and others. Each entry includes the problem statement, the final answer, the formatted answer, the complete theorem, and sections aligned with the construction of the answer.
ConstructiveBench 数据集概述
基本信息
- 创建方式:专家生成
- 语言:英语
- 许可证:MIT
- 多语言支持:单语言
- 数据集规模:1K<n<10K
- 数据来源:原创
- 任务类别:问答系统
- 任务ID:开放域问答
- 标签:数学
数据集描述
ConstructiveBench 数据集是为论文《Enumerate–Conjecture–Prove (ECP)》开发的,旨在使用 Lean 4 对数学竞赛中的答案构建问题进行自动化推理系统的基准测试。
数据内容
数据集文件 constructivebench.json 包含以下内容的奥林匹克风格数学问题:
- 问题陈述
- 类别(如代数、组合数学)
- 来源(如 IMO 2011)
- Lean 4 中的形式化答案
- 完整的形式化定理
- 答案构建对齐部分(标题、答案、定理及不含答案的定理)
示例条目
json { "name": "IMO2011SLC4", "category": "Combinatorics", "source": "IMO/2011", "problem": "...", "answer": "The greatest such number k is 3", "formalization": "...", "is_formalized": true }
相关资源




