schema-abstract-math
收藏资源简介:
schema-abstract-math 是一个基于抽象数学过程簇的推理数据集,旨在提供手写和自动生成的抽象问题及其对应的具体问题(来自 Hendrycks MATH 数据集),用于监督微调(SFT)和评估。数据集采用两种配置:主配置 clusters 包含 344 个过程簇,每个簇包含一个或多个抽象问题(带有预构建的 SFT 提示)以及与之配对的评估具体问题;另一配置 unmatched 包含 4265 个未匹配到任何抽象的具体问题(可选择性使用)。每个簇覆盖代数、预代数、几何等 7 个数学领域,并标注了核心方法(如二次方程、根提取)和来源类型(手写或自动)。抽象问题分为规范型和变体型,均配有完整的 SFT 提示和解答。评估对则链接到具体问题及其解答。数据集质量经过审计,手写簇全部通过,自动簇因设计缺失规范抽象而仅部分通过。该数据集适用于需要抽象推理、数学问题解决和 SFT 训练的场景。
schema-abstract-math is a reasoning dataset based on clusters of abstract mathematical processes, designed to provide handwritten and automatically generated abstract problems along with their corresponding concrete problems (from the Hendrycks MATH dataset) for supervised fine-tuning (SFT) and evaluation. The dataset has two configurations: the main configuration clusters contains 344 process clusters, each containing one or more abstract problems (with pre-built SFT prompts) and paired evaluation concrete problems; the other configuration unmatched contains 4265 concrete problems not matched to any abstraction (optional use). Each cluster covers 7 mathematical domains including algebra, pre-algebra, geometry, etc., and is annotated with core methods (e.g., quadratic equations, root extraction) and source types (handwritten or automatic). Abstract problems are divided into canonical and variant types, each with complete SFT prompts and solutions. Evaluation pairs link to concrete problems and their solutions. Dataset quality has been audited, with handwritten clusters fully passing and automatic clusters only partially passing due to missing canonical abstraction in design. The dataset is suitable for scenarios requiring abstract reasoning, mathematical problem solving, and SFT training.
数据集概述:schema-abstract-math(clusters视图)
基本信息
- 许可证:Apache-2.0
- 任务类型:其他(抽象数学推理)
- 数据规模:10K < n < 100K
- 数据集地址:https://huggingface.co/datasets/swapnil7777/schema-abstract-math
数据集结构
- 配置:仅一个主配置
clusters,包含1,181行,每行代表一个程序集群,自包含所有抽象问题和评估对。 - 字段结构:每行包含
cluster_id、domain、core_method、kind_subtype、n_abstracts、n_eval_pairs、abstracts(含SFT提示)和eval_pairs(具体问题与抽象配对)。
覆盖范围
- 1,181个抽象集群:228个人工编写 + 116个自动提升 + 837个智能体编写
- 2,920个抽象示例:1,015个人工 + 204个自动 + 1,701个智能体
- 4,104个评估对:具体问题与抽象链接
- 0个未匹配具体问题:所有集群的具体问题均可通过抽象访问
- 7个领域:预处理代数(341)、计数与概率(237)、中级代数(230)、代数(164)、数论(116)、几何(61)、微积分预备(32)
质量与来源
- 人工编写:所有228个集群通过10/10审计(无禁用词、无单位、数学可解析、无重复文本等)
- 自动提升:按设计无规范抽象,其他维度全部通过
- 智能体编写:所有837个集群至少2个抽象,遵循程序步骤和关键恒等式
- 基础来源:基于
swapnil7777/abstract-math-procedures,包含Hendrycks MATH的5,699行和从DeepScaler/OpenR1匹配的1,910个问题
注意事项
- 覆盖完整:1,181/1,181集群有抽象,取代了之前仅344个的版本
- 源数据的自动生成抽象列常出错,本数据集的抽象覆盖了这些错误
- SFT提示模板固定为框式LaTeX格式,如需其他格式需自行重新生成
- 部分集群的
procedure_steps元数据泛化,智能体编写的抽象锚定于具体解决问题的程序





