data-use-sft-tiered
收藏资源简介:
Data-use SFT 是一个基于分层提及提取的多任务指令微调数据集,专门针对数据使用相关的来源(provenance)和使用影响(usage/impact)信息。数据集包含两个子任务:来源任务(provenance)和使用影响任务(usage_impact)。来源任务包含 22,201 个样本,每个样本的助手回复包含生产者、年份、地理区域、缩写、数据类型(可选)、特异性以及 BibTeX 条目(当存在生产者和年份时)。使用影响任务包含 52,916 个样本,每个样本的助手回复包含使用行为、影响标签和使用摘要。数据集的原始语料来自 prwp 和 fcv 两个来源,并包含通过 Gemma-4-E4B 模型生成的合成样本(标记为 is_synthetic=true)。数据集划分为训练集、验证集和保留集,且文档级不重叠。所有样本都经过分层提取器判断为 T1 或 T2 提及,丢弃了 T3 和非提及样本。该数据集适用于文本生成任务,特别是数据使用场景下的信息提取与结构化生成。
Data-use SFT is a multi-task instruction fine-tuning dataset based on hierarchical mention extraction, specifically targeting provenance and usage/impact information related to data use. The dataset contains two sub-tasks: provenance task and usage_impact task. The provenance task includes 22,201 samples, each assistant response containing producer, year, geographic region, abbreviation, data type (optional), specificity, and BibTeX entry (when producer and year are present). The usage_impact task includes 52,916 samples, each assistant response containing usage behavior, impact label, and usage summary. The original corpus of the dataset comes from two sources: prwp and fcv, and includes synthetic samples generated by the Gemma-4-E4B model (marked as is_synthetic=true). The dataset is divided into training, validation, and held-out sets, with no overlap at the document level. All samples are judged by a hierarchical extractor as T1 or T2 mentions, discarding T3 and non-mention samples. This dataset is suitable for text generation tasks, especially information extraction and structured generation in data use scenarios.
数据集概述
Data-use SFT — tiered workflow 是一个面向文本生成任务的多任务指令微调(SFT)数据集,基于分层抽取器输出的数据提及(data mentions)构建。该数据集遵循 CC-BY-4.0 许可证,包含两个任务子集,并附带完整的来源追踪(provenance)与使用/影响(usage/impact)标注信息。
任务子集
1. provenance(来源追踪)任务
- 规模:共 22,201 行
- 输出字段:
producer(生产者)、year(年份)、geography(地理范围)、acronym(缩写)、data_type(数据类型,可选)、specificity(特异性)、bibtex(BibTeX 引用条目) - 特点:
- 属性值保持原文(verbatim),经过过滤处理
data_type从使用/影响任务的教师标签中迁移而来(覆盖 8,226 行,占 37%)bibtex为单行 BibTeX@dataset条目(仅在同时包含生产者和年份时出现)
2. usage_impact(使用与影响)任务
- 规模:共 52,916 行
- 输出字段:
usage_action(使用行为)、impact_label(影响标签)、usage_summary(使用摘要) - 特点:
data_type归入来源任务(作为源数据的内在属性)- 原始教师标签原样保留
impact_label=none的行被保留(此类行代表真实提及但仅有引用影响,被视为有效信号而非噪声)
数据划分(文档级不重叠划分)
| 划分 | provenance | provenance(含data_type) | usage_impact |
|---|---|---|---|
| train | 15,691 | 5,795 | 45,126 |
| val | 3,355 | 1,218 | 5,740 |
| holdout | 3,350 | 1,213 | 5,858 |
- 所有划分均保持文档级不重叠;每个行的锚点(anchor)都能解析到分层决策结果
- 未解析的锚点已在纯度清理中移除(详见
manifest.jsonl和manifest_usage.jsonl审计记录)
合成数据说明
- 合成行(
is_synthetic: true)仅存在于训练集中,由 Gemma-4-E4B 本地生成(基于分层锚点、虚构提及) - 验证集和保留集均为真实数据
origin_model字段记录生成合成行的模型(真实行为空)- 合成行的
origin标记为"synth";使用/影响标签复制自已验证的种子角色(非模型生成);来源属性经过原样门控;bibtex 确定性组装 - 过滤真实数据的代码:
ds.filter(lambda r: not r["is_synthetic"])
其他关键信息
- 数据来源:原始语料来自
prwp和fcv两个来源(origin字段标识) - 数据配置:提供两个配置(
provenance和usage_impact),每个配置包含 train/val/holdout 三个划分文件(JSONL 格式) - 完整流水线、门控和质量统计:参见 synthetic-generation.md(位于 ai4data-playground 仓库)
- 相关上游数据集:
rafmacalaba/data-use-mentions-tiered(分层提及抽取器的输出)





