2026-08-20-difficult-advice-t10-curiosity
收藏资源简介:
该数据集是 difficult_advice 合成数据管道的阶段性快照,用于训练场景。它包含多个阶段的数据快照,每个阶段对应一个 JSONL 文件,包括宪法分块(stage_1_chunk_constitution)、场景编写(stage_2_write_scenarios)、场景去重(stage_3_dedupe_scenarios)、提示草稿(stage_4_draft_prompts)、提示修订(stage_5_revise_prompts)、响应草稿(stage_6_draft_responses)、响应修订(stage_7_revise_responses)以及最终导出的 SFT 数据(stage_8_export_sft)。各阶段还包含部分中间快照(如 .partial 文件)。数据集基于名为 trait10_curiosity 的宪法生成,专为 difficult-advice(困难建议)管道设计,属于合成训练数据。标签表明其为训练数据、合成数据,并支持可恢复的生成缓存。
This dataset is a staged snapshot of the difficult_advice synthetic data pipeline, intended for training scenarios. It contains multiple stages of data snapshots, each corresponding to a JSONL file, including constitution chunking (stage_1_chunk_constitution), scenario writing (stage_2_write_scenarios), scenario deduplication (stage_3_dedupe_scenarios), prompt drafting (stage_4_draft_prompts), prompt revision (stage_5_revise_prompts), response drafting (stage_6_draft_responses), response revision (stage_7_revise_responses), and the final exported SFT data (stage_8_export_sft). Each stage also includes partial intermediate snapshots (e.g., .partial files). The dataset is generated based on a constitution named trait10_curiosity, specifically designed for the difficult-advice pipeline, and belongs to synthetic training data. The labels indicate it is training data, synthetic data, and supports resumable generation caching.
数据集概述
该数据集是 difficult_advice 合成数据生成流程的阶段性快照集合,记录了从数据构建到最终导出的完整中间状态,可作为可恢复的生成缓存使用。
- 实验名称:
difficult_advice合成运行——各阶段快照(可恢复生成缓存) - 生成日期:2026 年 8 月 20 日 12:53:40
- 数据来源:基于特定宪法文件(
scratch/trait10_curiosity/constitution.md)驱动的合成生成流程,代码来源于指定 GitHub 仓库(https://github.com/Matthew-Bozoukov/Lessons_from_constituitional_AFT.git,提交 ID:5f0e9004d45688f209ea4afdcbd191d535eb8199) - 生成配置:包含完整的运行配置、采样设置及各阶段模型使用详情(见
manifest.json)
数据配置与结构
数据集包含一个默认配置(dataset,对应 dataset.jsonl)和多个阶段配置(stage_1 至 stage_8),各阶段文件均为 JSONL 格式,存放于 stages/ 目录下。具体阶段文件包括:
| 配置名称 | 数据文件 |
|---|---|
dataset |
dataset.jsonl |
stage_1_chunk_constitution |
stages/stage_1_chunk_constitution.jsonl |
stage_2_write_scenarios |
stages/stage_2_write_scenarios.jsonl |
stage_3_dedupe_scenarios |
stages/stage_3_dedupe_scenarios.jsonl |
stage_4_draft_prompts |
stages/stage_4_draft_prompts.jsonl |
stage_5_revise_prompts |
stages/stage_5_revise_prompts.jsonl |
stage_5_revise_prompts.partial |
stages/stage_5_revise_prompts.partial.jsonl |
stage_6_draft_responses |
stages/stage_6_draft_responses.jsonl |
stage_6_draft_responses.partial |
stages/stage_6_draft_responses.partial.jsonl |
stage_7_revise_responses |
stages/stage_7_revise_responses.jsonl |
stage_7_revise_responses.partial |
stages/stage_7_revise_responses.partial.jsonl |
stage_8_export_sft |
stages/stage_8_export_sft.jsonl |
数据标签与用途
- 标签:该数据集标记为训练数据,属于合成数据(
synth),基于difficult_advice流程生成,其宪法依据为trait10_curiosity,且数据于 2026 年 8 月 25 日进行了回填。 - 数据模式:各阶段文件遵循
stage_<n>_<name>.jsonl命名规范,并附带manifest.json文件记录完整运行信息。 - 生成来源:通过
uv run synth run --config configs/data/synth/difficult_advice.yaml命令执行生成。




