2026-08-17-table2-9284-synthdoc-716-less-swap-bests-for-traits
收藏资源简介:
本数据集是LASR-Callum/2026-08-06-table2-9284-synthdoc-716-train混合数据集的改良版本。原始混合数据集包含9,284条Table-2行和716条困难建议行(均匀分布在9个特征上)。通过LESS方法,识别出对目标行为影响最大的三个特征(t6, t3, t9),并将这三个特征中原本随机采样的困难建议行替换为各自特征下影响力最高的行。替换规则:t6依据stayed_ai(51/79替换,提升1.36倍),t3依据honest_declined(47/80替换,提升1.38倍),t9依据score_mean(53/79替换,提升1.49倍)。共151行(总10,000行)被替换,其余部分与源数据集字节一致。数据集的模式和字段与源混合数据集相同:包含text(使用Qwen3.6聊天模板渲染)和source(数据集名称)字段。生成配置为确定性选择(无采样),基于LESS影响力分数。该数据集用于训练语言模型,特别是针对困难建议场景下的行为优化。
This dataset is an improved version of the LASR-Callum/2026-08-06-table2-9284-synthdoc-716-train mixed dataset. The original mixed dataset contains 9,284 Table-2 rows and 716 hard-advice rows (evenly distributed across 9 features). Using the LESS method, three features (t6, t3, t9) that most influence the target behavior are identified, and the originally randomly sampled hard-advice rows in these three features are replaced with the most influential rows under each feature. Replacement rules: t6 based on stayed_ai (51/79 replaced, 1.36x improvement), t3 based on honest_declined (47/80 replaced, 1.38x improvement), t9 based on score_mean (53/79 replaced, 1.49x improvement). A total of 151 rows (out of 10,000 total) are replaced, while the rest are byte-identical to the source dataset. The schema and fields of the dataset are the same as the source mixed dataset: contains text (rendered using Qwen3.6 chat template) and source (dataset name) fields. The generation configuration is deterministic selection (no sampling) based on LESS influence scores. This dataset is used for training language models, particularly for behavior optimization in hard-advice scenarios.
数据集概述
该数据集名为 2026-08-17-table2-9284-synthdoc-716-less-swap-bests-for-traits,是一个用于训练目的的混合数据集,生成于2026年8月17日,属于最终阶段(final)的训练数据。
核心变更与目的
该数据集源自 LASR-Callum/2026-08-06-table2-9284-synthdoc-716-train 混合数据集,但针对LESS(一种数据选择方法)影响力排名最高的三个特质进行了定向修改:将原本在三个特质中随机采样的困难建议(difficult-advice)数据行,替换为同一候选池中对应特质影响力最高的数据行。总计10,000行中,有151行与此不同,其余9,284行Table-2数据和另外六个特质的478行困难建议数据与源数据集完全一致(字节级相同)。
具体修改规则
| 特质 | 排名规则 | 总行数 | 保留行数 | 替换行数 | 选中影响力均值 | 特质均值 | 提升倍数 |
|---|---|---|---|---|---|---|---|
t6 |
stayed_ai |
79 | 28 | 51 | 1.494e-05 | 1.095e-05 | 1.36x |
t3 |
honest_declined |
80 | 33 | 47 | 1.143e-05 | 8.256e-06 | 1.38x |
t9 |
score_mean |
79 | 26 | 53 | 9.473e-06 | 6.368e-06 | 1.49x |
特质选择规则的理由:
- 每个LESS验证子任务与特定特质强相关:
stayed_ai对应t6,honest_declined对应t3,codebase_resisted对应t7。因此t6和t3按其对应的子任务进行排名。 - t9没有专属子任务,因此按三个子任务的影响力均值进行排名。
- t3是特殊情况:其自身最高评分的子任务是
stayed_ai,但这是评分尺度造成的伪影(stayed_ai对所有特质都有较大数值)。排名时使用honest_declined,因为它是t3在控制尺度后独有的子任务。
关键设计保证:
- 每行只属于一个特质,候选集互不重叠,构建时已断言确保任何行不会被选中两次。
- 各特质行数(79/80/79)与源混合数据集完全一致,确保结果仍严格为10,000行,且各来源和特质组成不变。
数据生成配置
- 采样方式:无随机采样,行通过LESS影响力评分确定性选择,并使用Qwen3.6对话模板重新渲染,已验证与源混合物中已有行字节级一致。
- 模型:困难建议生成使用
anthropic/claude-haiku-4.5和anthropic/claude-sonnet-5;规范过滤使用openai/gpt-5.6-terra;影响力排名使用Qwen3.6-27B r64 warmup LoRA,详细排名见排名数据集。 - 生成规则:基于
constitutions/claude_distilled_12_principles_mid/constitution.md中的9项原则,与源混合物困难建议部分的生成原则一致。
数据格式与内容
- 模式:
mixture_think.jsonl,包含text(Qwen3.6对话模板渲染文本)和source(数据集名称)两个字段,与源混合物模式完全一致。mixture_stats.json额外添加了swap块,记录每个特质的替换规则、计数和提升倍数。 - 来源仓库:https://github.com/Matthew-Bozoukov/teaching_claude_why_replication.git(提交哈希:55c1e81efc568c82980488e8614e9047a982bd2a)
- 处理脚本:
uv run python scratch/less/swap_mixture.py,排名数据源自LASR-Callum/2026-08-14-less-selection-difficult-advice。
其他说明
未包含内容:源数据包中的code.tar.gz未包含在内,因为它锁定了一个较旧提交的训练器,携带过时副本不如直接指向源数据包。




