data-use-sft
收藏资源简介:
该数据集名为Data-use multitask SFT v2 (real + synthetic),是一个用于指令跟随和监督微调(SFT)的多任务数据集,专注于数据提及(data-mentions)的来源、用途和影响。数据集包含两个配置:real(真实数据)和synthetic(合成数据)。real数据由Luna标注的真实提及组成,来源包括prwp和fcv;synthetic数据由LFM local和gpt-5.6-luna生成的合成提及构成。每个样本记录包含origin字段(标识来源)和ChatML格式的messages字段,其中包含system、user、assistant角色;user内容以Text:和Mention:的形式列出文本和提及。数据规模为:real配置中训练集61839条、验证集8582条、保留集9540条;synthetic配置中训练集18433条、验证集2303条、保留集2305条。该数据集适用于训练模型理解数据提及的上下文、来源及影响,可用于多任务SFT场景。
This dataset is named Data-use multitask SFT v2 (real + synthetic). It is a multi-task dataset for instruction following and supervised fine-tuning (SFT), focusing on the source, usage, and impact of data mentions. The dataset consists of two configurations: real (real data) and synthetic (synthetic data). The real data comprises real mentions annotated by Luna, with sources including prwp and fcv; the synthetic data comprises synthetic mentions generated by LFM local and gpt-5.6-luna. Each sample record contains an origin field (identifying the source) and a messages field in ChatML format, which includes system, user, and assistant roles; the user content lists text and mentions in the form of Text: and Mention:. The data scale is: for the real configuration, training set 61839, validation set 8582, holdout set 9540; for the synthetic configuration, training set 18433, validation set 2303, holdout set 2305. This dataset is suitable for training models to understand the context, source, and impact of data mentions, and can be used in multi-task SFT scenarios.
数据集概述:Data-use multitask SFT v2 (real + synthetic)
基本信息
- 许可证:cc-by-4.0(知识共享署名4.0国际许可)
- 标签:指令跟随(instruction-following)、SFT(监督微调)、数据提及(data-mentions)、来源追踪(provenance)、使用(usage)、影响(impact)
数据集构成
该数据集包含两个配置(config),分别为真实数据(real)和合成数据(synthetic),每个配置均划分为训练集(train)、验证集(val)和留出集(holdout)。
| 配置 | 训练集 | 验证集 | 留出集 | 总计 |
|---|---|---|---|---|
| real | 61,839 | 8,582 | 9,540 | 79,961 |
| synthetic | 18,433 | 2,303 | 2,305 | 23,041 |
数据来源与标注
- 真实数据(real):由Luna标注的真实提及(mentions),数据来源(origin)为
prwp(可能指某真实语料库)或fcv(可能指另一真实来源)。 - 合成数据(synthetic):由合成系统生成,具体包括LFM本地生成及gpt-5.6-luna(是一个AI模型生成的数据),数据来源标注为
synthetic。
数据格式
- 每条记录包含
origin字段(标记数据来源:prwp、synthetic或fcv)。 - 采用ChatML格式的
messages字段,包含系统(system)、用户(user)和助手(assistant)三种角色。 - 用户内容中先列出
Text:(文本内容),后列出Mention:(提及内容)。
文件分布
- 每个配置下有3个文件,均为JSONL格式:
train.jsonl(训练集)val.jsonl(验证集)holdout.jsonl(留出集,用于最终测试)




