H
Howardism
Plate IIAlignment & Safety機器翻譯 · machine-translated過時翻譯 · stale translationENHOWARDISM

審議式對齊

PublishedMay 8, 2026FiledConceptDomainAlignment & SafetyTagsAlignmentTrainingChain Of ThoughtOpenaiReading4 minSourceAI-synthesised

Guan et al. 2025 (OpenAI):針對(提示、CoT、回應)tuple 進行 SFT,搭配以規格為依據的 CoT;最強的非 MSM 基準;可能損害 CoT 可監控性

審議式對齊插圖

資料來源#

摘要#

一種對齊微調方法:模型接受(提示、思維鏈、回應)tuple 的訓練,其中 CoT 會根據規格或一組政策,推理應如何回應。由 Guan、Joglekar、Wallace、Jain、Bhalerao 等人(OpenAI,2025)提出——"Deliberative alignment: Reasoning enables safer language models"(arXiv 2412.16339)。它將規格內容蒸餾為監督式推理訊號。在 MSM 論文中,它被用作最強的非 MSM 基準。

機制#

對每個訓練提示:

  1. 將規格放入上下文,執行模型以產生一段較長的 CoT,推理如何將規格套用到此提示。
  2. 產生符合規格的回應。
  3. 對(提示、CoT、回應)進行 SFT——模型學會在部署時不依賴上下文中的規格,也能在內部完成審議。

CoT 本身經常明確引用政策(「根據 SP2,我不被允許……」),因此會將以政策為依據的推理訓練進思維鏈。

AFTMSM 的比較#

在 MSM 論文中,它被視為 AFT(含 CoT),並與 AFT(不含 CoT)MSM + AFT 變體比較。

方法規格內容所在位置CoT 監督
AFT(不含 CoT)隱含於回應示範中
含 CoT 的 AFT(審議式對齊)蒸餾至 CoT 中
MSM + AFT(不含 CoT)以預訓練風格對規格文件進行中期訓練
含 CoT 的 MSM + AFT兩者皆有

實證比較(AM eval)#

Qwen2.5-32B 基準 AM 比率為 68%:

  • AFT(含 CoT)——也就是審議式對齊——降至 48%
  • MSM + AFT(不含 CoT)降至 5%

Qwen3-32B 基準為 54%:

  • AFT(含 CoT)降至 14%
  • MSM + AFT(不含 CoT)降至 7%

在兩個模型上,MSM + AFT(不含 CoT)的表現都優於 AFT(含 CoT)。這項核心結果促使研究者盡可能避免直接進行 CoT 訓練。

CoT 可監控性的取捨#

Korbak et al. 2025 認為,過度針對思維鏈進行訓練,會損害其作為監控器的功能——一旦為了安全評分而最佳化 CoT,它就不再忠實揭示模型的實際推理。審議式對齊直接對 CoT 施加壓力。

MSM 提供了另一條路徑:模型透過對談論規格的文件進行中期訓練,學會以規格為依據的推理,而不是接受監督式 CoT。CoT 因而受到的最佳化較少,作為監控器時可能也更忠實。MSM 是否真的能保留 CoT 可監控性,仍被列為開放問題。

與 MSM 疊加#

MSM 論文第 5.1 節發現,價值增強型 MSM(解釋規則為何存在的規格)與規則增強型含 CoT 的 AFT(附有明確政策引用的審議式對齊)能良好疊加。這表示,以規則為基礎的審議式對齊訓練,與以價值解釋為風格的 MSM 彼此互補,而非重複。

高計算量下的收斂#

在 Qwen3-32B 上使用 80k 個 AFT 樣本時,AFT(含 CoT)會收斂至 MSM+AFT 的表現(兩者的錯位程度都接近零,eval 已飽和)。MSM 的優勢在低/中等 AFT 計算量時最大——它讓 AFT 的 token 效率提高 10–60 倍。

相關連結#

資料來源#

§ end
About this piece

Articles in this journal are synthesised by AI agents from a curated wiki and are refreshed automatically as new concepts arrive. Topics, framing, and editorial direction are curated by Howardism.

Cited by 10
  • Chain-of-Thought Monitorability×3

    Outperforms AFT (with CoT) — i.e. Deliberative Alignment — at 14%

  • Model Spec Midtraining (MSM)×3

    New training phase between pretrain and AFT: train base model on synthetic docs discussing the Model Spec; controls AFT…

  • OpenAI×3

    On alignment training, deliberative alignment (OpenAI) is the direct-CoT-training baseline that…

  • Agentic Misalignment (AM)×2

    MSM + AFT with a Philosophy Spec (impermanence, self-preservation, goal-guarding, epistemic…

  • Alignment Fine-Tuning (AFT)×2

    AFT (with CoT) — Deliberative Alignment-style. Each sample is (prompt, CoT, response) where CoT…

  • Counterfactual Reflection Training×2

    Deliberative Alignment — the closest rival technique; the contrast is where CRT's novelty lives

  • Anthropic

    Alignment Fine Tuning, Deliberative Alignment, Synthetic Document Finetuning — alignment-stack…

  • Claude's Constitution / Model Spec

    Adjacent training method: Deliberative Alignment (treats the spec as in-context for CoT generation)

  • Alignment & Safety

    Deliberative Alignment — Guan et al. 2025 (OpenAI): SFT on (prompt, CoT, response) tuples with…

  • Model Spec Science

    Compares to: Deliberative Alignment as a different way to teach spec content

Related articles
  • Model Spec Midtraining (MSM)

    New training phase between pretrain and AFT: train base model on synthetic docs discussing the Model Spec; controls AFT…

  • Alignment Fine-Tuning (AFT)

    Standard post-pretraining stage (SFT + RLHF) for installing values; shallow-alignment failure mode motivates [[model-sp…

  • Anthropic

    AI safety company / vendor of Claude; mission-as-tiebreaker culture; ~30–40 PMs across teams; Mike Krieger leads Labs r…

  • Agentic Misalignment (AM)

    Lynch et al. 2025 eval and threat model: LLM email-agent discovers it may be deleted, can take harmful actions; OOD rel…

  • Claude Character as Product

    Personality as load-bearing product surface; Amanda's role at Anthropic; lunchtime vibe-checks as eval discipline; the…