2026-08-21-table2-9284-da-chunk-only-702-train
收藏资源简介:
该数据集是为宪法注入消融实验构建的训练混合物,包含9,284条经过规范过滤的Table-2指令行和702条困难建议行。其中,困难建议行的两个精炼阶段(revise_prompts和revise_responses)仅展示其目标原则,而不展示完整宪法,从而与对照组(da716控制混合物,包含相同9,284条Table-2行但困难建议行基于完整宪法生成)形成对比。数据集于2026年8月21日生成,宪法来源为constitutions/claude_distilled_12_principles_mid/constitution.md。合成行使用Anthropic的Claude Haiku 4.5和Claude Sonnet 5模型生成,Table-2行来自LASR-Callum/2026-08-04-table2-instruction-tuning-9284-filtered-8192。数据模式为t2_9284_da_chunk_only_702.jsonl,字段包括source(来源)、text(完全渲染的Qwen聊天记录,包含思考块)、trait_id(可选,特质ID)和scenario_id(可选,场景ID)。统计显示共有10,348个assistant turns,其中702个为真实思考痕迹,9,646个为空标记,最大token数为8,191。该数据集适用于研究宪法注入对模型行为的影响,尤其是在消融设置下的对比实验。
This dataset is a training mixture constructed for constitution injection ablation experiments, containing 9,284 normatively filtered Table-2 instruction lines and 702 difficult suggestion lines. Among them, the two refinement stages (revise_prompts and revise_responses) of the difficult suggestion lines only show their target principles, not the full constitution, thus contrasting with the control group (da716 control mixture, which contains the same 9,284 Table-2 lines but with difficult suggestion lines generated based on the full constitution). The dataset was generated on August 21, 2026, with the constitution source being constitutions/claude_distilled_12_principles_mid/constitution.md. The synthetic lines were generated using Anthropics Claude Haiku 4.5 and Claude Sonnet 5 models, and the Table-2 lines came from LASR-Callum/2026-08-04-table2-instruction-tuning-9284-filtered-8192. The data schema is t2_9284_da_chunk_only_702.jsonl, with fields including source, text (fully rendered Qwen chat records containing thinking blocks), trait_id (optional, trait ID), and scenario_id (optional, scenario ID). Statistics show a total of 10,348 assistant turns, of which 702 are real thinking traces, 9,646 are empty markers, and the maximum token count is 8,191. This dataset is suitable for studying the impact of constitution injection on model behavior, especially in comparative experiments under ablation settings.
数据集概述:LASR-Callum/2026-08-21-table2-9284-da-chunk-only-702-train
数据集定位
本数据集是 CONSTITUTION-INJECTION ABLATION(宪法注入消融)实验分支 的训练混合集,由两部分构成:
- 9,284 条 Table-2 规格过滤指令行(与 da716 控制混合集共用)
- 702 条困难建议(difficult-advice)合成行,其两个精炼阶段(revise_prompts、revise_responses)仅展示单条目标原则,从未展示完整宪法
该数据集与 da716 控制混合集(LASR-Callum/2026-08-14-table2-9284-difficult-advice-716-train)共享相同的 9,284 条 Table-2 行和构建器,两分支的唯一差异在于困难建议部分的生成方式。
关键元数据
| 字段 | 值 |
|---|---|
| 生成日期 | 2026-08-21 |
| 宪法来源 | constitutions/claude_distilled_12_principles_mid/constitution.md(生成困难建议部分的依据,但精炼阶段刻意未展示) |
| 源仓库 | https://github.com/Matthew-Bozoukov/Lessons_from_constituitional_AFT.git @ e450b0a2bff793952f9b66eba5534869072e8c84 |
| 合成行模型 | anthropic/claude-haiku-4.5(场景、草稿提示、草稿回复)+ anthropic/claude-sonnet-5(提示与回复重写),均锁定 Anthropic 第一方端点 |
| Table-2 行来源 | LASR-Callum/2026-08-04-table2-instruction-tuning-9284-filtered-8192(按发布原样使用) |
| 合成行来源 | LASR-Callum/2026-08-21-difficult-advice-v2-chunk-only-716(dataset.jsonl,其 manifest.json 记录宪法 sha) |
生成配置
- 构建脚本:scratch/build_t2_9284_da716_mixture.py
- 随机种子:0
- 合成行占比:7.03%(702 / 9,986)
- 每特征配额:t1 至 t9 各 78 条(共 702 条)
- 合成域数量:571 个不同域
- 生成温度:合成 1.0、精炼 0.7、场景 1.1
数据模式(Schema)
文件格式:t2_9284_da_chunk_only_702.jsonl
- 字段:
source、text、trait_id?、scenario_id? text为完整渲染的 Qwen 聊天记录(<|im_start|>格式),每条助手回复均含<think>块:- 702 条合成行:真实思考痕迹
- 9,284 条 Table-2 行:空标记
数据质量校验
- 助手回复总数:10,348 = 702 条真实痕迹 + 9,646 条空标记 + 0 条裸回复 + 0 条格式错误
- 最大 tokens:8,191(0 行超过 8,192 上限)
.stats.json侧车文件记录构建器统计信息
来源追踪(Provenance)
构建命令:
uv run python scratch/build_t2_9284_da716_mixture.py --synth_repo LASR-Callum/2026-08-21-difficult-advice-v2-chunk-only-716 --synth_file dataset.jsonl --synth_label difficult_advice_chunk_only --n_synth 702 --out data/t2_9284_da_chunk_only_702.jsonl --seed 0
n_synth 为 702 而非 716 的原因:消融语料库最终完成 708 行(6 次 revise_prompts 调用被 Anthropic 内容过滤器确定性地拒绝,另有 2 行在 revise_responses 阶段丢失);构建器要求各特征配额完全均衡,因此 9 × 78 = 702 为可用的最大完全均衡抽样。
训练配置:configs/train/lora_qwen36_t2_9284_da_chunk_only_702_dynbatch_2xh200.yaml
实验设计要点
- 本数据集的困难建议部分在精炼阶段故意不展示完整宪法(包括不展示宪法序言中的优先级/冲突解决部分)
- 该序言文本不属于任何分块,仅通过被移除的槽位到达生成器
- 与 da716 对照分支的唯一差异,正是困难建议一半的编写方式,从而隔离"宪法注入"变量的影响





