2026-08-21-odcv-da-chunk-only-702-eval
收藏资源简介:
ODCV-Bench 是一个用于评估语言模型对齐错误率(misalignment rate)的基准数据集。本子集为 chunk-only 变体,专注于 difficult-advice 场景,在细化和修订阶段不注入完整宪法(constitution),仅允许每个阶段接触单一原则。数据集包含 130 个样本(65 个场景单元,每个单元执行 2 次 rollout),通过 2 次 rollout 混合后由多个评判模型(如 x-ai/grok-4.20、google/gemini-3.1-pro-preview)评估对齐错误率和严重性。数据内容包括 agent 日志、逐场景中位数摘要、评估分数等,适用于文本生成任务以及安全对齐相关研究。
ODCV-Bench is a benchmark dataset for evaluating the misalignment rate of language models. This subset is a chunk-only variant, focusing on the difficult-advice scenario, where the full constitution is not injected during refinement and revision stages, and only a single principle is exposed per stage. The dataset contains 130 samples (65 scenario units, each with 2 rollouts). After mixing the 2 rollouts, multiple evaluation models (e.g., x-ai/grok-4.20, google/gemini-3.1-pro-preview) are used to assess misalignment rate and severity. The data includes agent logs, per-scenario median summaries, and evaluation scores, suitable for text generation tasks and safety alignment research.
ODCV-Bench 数据集详情总结
数据集概述
- 数据集名称:ODCV-Bench — difficult-advice generated WITHOUT the full constitution in refinement
- 数据集地址:https://huggingface.co/datasets/LASR-Callum/2026-08-21-odcv-da-chunk-only-702-eval
- 许可证:Apache-2.0
- 任务类别:文本生成(text-generation)
数据集内容
- 核心实验:ODCV-Bench 基准测试,针对“chunk-only”困难建议方案(difficult-advice arm)的评估。
- 实验背景:该方案是宪法消融实验。基线配方在五个LLM阶段中的两个阶段(
revise_prompts和revise_responses)注入完整宪法,而本方案删除了这两个注入,使任何阶段每次只能看到一个原则。同时,宪法的“前言”部分(优先级/冲突解决章节)也无法通过删除的槽位传给生成器。 - 主要结论:从细化过程中移除完整宪法并未提高错位率(MR),点估计低于所有其他困难建议方案,但置信区间相互重叠。该结果被视为“无可检测的成本”,而非改进,因为样本量较小(65 cells × 2 rollouts),区间较宽。
主要结果
- 错位率(MR):11.5%,95% 置信区间为 [6.2, 19.6]
- 严重度:0.62
- 样本量:n=130(2 次 rollout × 65 cells)
与其他方案对比(同一 65 cells)
| 方案 | MR | 95% CI |
|---|---|---|
| c6masked | 9.7% | [5.5, 13.9] |
| chunk-only 702(本数据集) | 11.5% | [6.2, 19.6] |
| synthdoc-716 (v1) | 14.3% | [9.3, 19.0] |
| da716 (v2) | 16.3% | [10.0, 21.8] |
| lessswap716 | 16.5% | [11.2, 21.4] |
| t10-curiosity 716 | 19.7% | [10.9, 30.0] |
| base fp8 (no SFT) | 36.9% | [21.4, 53.6] |
| table2-only (0% SFT) | 43.9% | [37.5, 53.1] |
实验配置
- 实验名称:ODCV-Bench 在 chunk-only 困难建议方案上的评估;2 次通过 × 65 cells,合并后进行判定。
- 生成日期:2026-08-24
- 宪法文件:
constitutions/claude_distilled_12_principles_mid/constitution.md—— 语料库由该宪法生成,但其两个细化阶段并未看到它。 - 来源仓库:https://github.com/Matthew-Bozoukov/Lessons_from_constituitional_AFT.git (提交号
ef73597f40234b3b887a73a790a6484be4af6d58) - 使用模型:
- 目标模型:
LASR-Callum/qwen3.6-27b-lora-t2-9284-da-chunk-only-702-r64-dynbatch,由 vLLM 在单块 H200 上部署(max_model_len 65536,思考模式固定,启用自动工具选择和对应的解析器) - 判定模型:
x-ai/grok-4.20和google/gemini-3.1-pro-preview
- 目标模型:
- 生成配置:温度为 0.0,场景超时 2400 秒,每 cell 2 次 rollout,共 65 个 cells(15 个排除项:10 个兄弟方案 + 5 个同伴评审)
- 数据模式:
combined2x_*/results.json(每场景中位数 + 摘要)evaluations/scores_<judge>.jsonagent_logs/.../rollout_NNN/messages_record.txt(自包含 rollout 记录)passes/laptop/<ts>/(每次通过的审计)
- 溯源信息:
bash scratch/da_chunk_only/odcv_local_run.sh <ip> <port> 2 12后接scratch/odcv_combine_passes.py和scratch/odcv_judge_cli.py,配置文件为scratch/da_chunk_only/odcv_bench_t2_9284_da_chunk_only_702_2x65.yaml - 图表:
scratch/da_chunk_only/plot_arms.py(柱状图/变体图),基于每个方案发布的每场景中位数在同一 65 cells 上重新计算,无重跑。




