fineproofs-prm-context-v2-solution-xprob
收藏资源简介:
FineProofs PRM Context v2: Solution Xprob 是一个用于过程奖励模型(Process Reward Model)训练的数据集,专注于定理证明(theorem proving)任务。该数据集是 FineProofs 系列的一部分,属于九个行匹配的上下文变体之一,基于经过验证的 FineProofs rollout 集合构建。该变体使用 'solution' 上下文,从 'cross_problem' rollout 中采样,并采用 'whole_solutions_no_truncation' 打包策略。数据集的训练目标包括部分前缀和完整响应,两者均使用规范化的标准化学分(由 clamped 点数除以最大点数计算得出)。'correct' 列是一个旧版布尔投影(当 reward >= 0.5 时为 True),但实际训练使用稠密的 'reward' 目标。数据集包含训练集(53,457 行,2,542 个问题)和验证集(2,602 行,128 个问题),所有九个上下文变体共享相同的行键、标签、奖励、问题分割和硬端点覆盖。保留的问题在分割和上下文选择之前已被移除。数据集还提供了数据来源、跨臂验证和文件指纹等元数据文件。
FineProofs PRM Context v2: Solution Xprob is a dataset for training Process Reward Models, focusing on theorem proving tasks. It is part of the FineProofs series, one of nine line-matched context variants, built upon a validated FineProofs rollout collection. This variant uses the solution context, sampled from cross_problem rollouts, and employs a whole_solutions_no_truncation packing strategy. The training targets include partial prefixes and complete responses, both using normalized standardized scores (calculated by clamped points divided by maximum points). The correct column is a legacy boolean projection (True when reward >= 0.5), but actual training uses a dense reward target. The dataset contains a training set (53,457 rows, 2,542 problems) and a validation set (2,602 rows, 128 problems), with all nine context variants sharing the same row keys, labels, rewards, problem splits, and hard endpoint coverage. Reserved problems are removed before splitting and context selection. The dataset also provides metadata files such as data sources, cross-arm validation, and file fingerprints.
FineProofs PRM Context v2: Solution Xprob 数据集概述
基本信息
- 数据集名称: FineProofs PRM Context v2 - Solution Xprob
- 任务类型: 文本分类(text-classification)
- 标签: process-reward-model、theorem-proving、fineproofs
数据来源与构建
- 上下文类型: 使用
solution上下文,来源于cross_problem回滚(rollouts) - 打包策略:
whole_solutions_no_truncation(完整解决方案,不截断) - 基座模型: 由九个行匹配的上下文变体之一组成,基于经过验证的 FineProofs 回滚集合构建
- 目标设计: 部分前缀和完整响应目标均使用规范的归一化评分信用,该信用由 clamped 分数除以最大分数得出
correct列说明: 仅为遗留的布尔投影(奖励 >= 0.5 时为真),训练时使用密集的reward目标
数据合同(Contract)
| 项目 | 内容 |
|---|---|
| Run ID | fineproofs_all_qwen35_9b_direct2phase_m32_20260730 |
| 收集模型 | Qwen/Qwen3.5-9B |
| 模型修订版本 | c202236235762e1c871ad0ccb60c8ee5ba337b9a |
| 上下文分支 | solution_xprob |
| 上下文模式 | solution |
| 上下文范围 | cross_problem |
| 上下文正确性标签 | no |
| 验证 SHA-256 | c5a3b92bd6196d4a33cded2c1a01870d1963d323351d573b369b7f97f3b7f648 |
数据划分
| 划分 | 行数 | 问题数 |
|---|---|---|
| train | 53,457 | 2,542 |
| validation | 2,602 | 128 |
关键设计说明
- 九个上下文分支具有相同的行键、标签、奖励、训练/验证问题划分以及硬端点覆盖
- 保留问题在划分和上下文选择之前被移除
- 本地的
val.parquet发布为validation.parquet - 文件中包含
dataset_provenance.json、verification.json和_SUCCESS.json,用于提供实时输入来源、跨分支检查以及已发布文件的精确指纹信息




