AlgGeoTest
收藏资源简介:
AlgGeoTest 是一个用于评估大型语言模型在代数几何领域理解能力的基准数据集。它包含 456 个挑战性的项目,每个项目都提供六个是非判断子问题,其中恰好有两个子问题是正确的,其余四个是精心设计的干扰项。这个数据集是通过 Proof2Hybrid 框架自动合成的,该框架能够将数学证明转换为各种易于验证的问题类型。
AlgGeoTest is a benchmark dataset for evaluating the comprehension capabilities of large language models (LLMs) in the field of algebraic geometry. It includes 456 challenging items, each of which provides six true-false sub-questions. Exactly two of the sub-questions are correct, while the remaining four are carefully designed distractors. This dataset was automatically synthesized through the Proof2Hybrid framework, which can convert mathematical proofs into various easily verifiable question types.
AlgGeoTest 数据集概述
基本信息
- 许可证: Apache-2.0
- 语言: 英语 (en)
- 任务类别: 问答 (question-answering)
- 规模类别: 小于1K (n<1K)
- 标签: 数学 (mathematics)
引用信息
- 论文链接: https://arxiv.org/abs/2508.02208
数据集描述
AlgGeoTest 是首个专门用于评估大语言模型对代数几何理解的基准数据集。代数几何是现代数学的前沿领域,在当代数学中占据核心地位。
关键特性
- 以证明为中心: 问题基于数学证明或定义,通常难以判断。
- 全自动化生成: 使用全自动化框架 Proof2Hybrid 创建,保证规模可扩展。
- 自然语言来源: 完全源自自然数学语料库,无需人工标注。
数据集特点
- 包含456个精心设计的英语问题。
- 每个问题包含6个选项:
- 4个数学上正确
- 2个数学上不正确
- 采用混合格式设计,防止LLMs通过比较选项来破解正确答案,并减轻不同LLMs对数学正确性标准可能存在的偏差。
数据集结构
每个条目包含以下字段:
- 选项: A、B、C、D、E、F六个选项
- 答案: 正确答案字段
每个选项为包含以下字段的字典:
- tag: 该选项在The Stacks项目中的标签
- type: 选项类型(definition或proposition)
- proposition: 命题-证明对中的命题(仅当类型为proposition时存在)
- text: 定义(类型为definition时)或证明(类型为proposition时)
- ground_truth: 该选项在数学上是否正确
数据格式
数据集以JSONL格式提供,每行一个条目。
实验结果
包含评估结果图表:figures/eval_results.jpg

- 1Proof2Hybrid: Automatic Mathematical Benchmark Synthesis for Proof-Centric Problems北京大学, 哥伦比亚大学 · 2025年



