Constitutional AI: Harmlessness from AI Feedback

arXiv:2212.08073 · PDF · 34 pp. · its place among the papers

One paper, several tellings. The big picture states the paper’s own thesis and contributions in its own terms; Inside the paper follows the paper’s own arc; Across the corpus traces how it connects to the other papers; The concepts lists everything the paper uses, in reading order. Pick a tab, then use the +/− toggles to open it level by level, or set a granularity to read the whole thing at that zoom.

Training a harmless assistant used to mean collecting tens of thousands of human labels on harmful conversations — and the assistants that resulted often learned to dodge uncomfortable questions rather than answer them well. Constitutional AI, from 2022, asks how far that human labeling can be replaced by something smaller and more legible: a written list of principles.

The chapters follow the paper's case: the two entangled problems of labeling cost and evasiveness, the supervised stage where a model critiques and revises its own responses, the reinforcement stage where an AI labeler replaces the human one, the evidence that the result improves on both axes at once, and the strains the method shows when pushed too hard.

Read at

Constitutional AI's argument: a page of principles can replace human harm labels (5 chapters)

The paper's thesis is that the human harmlessness labeler can be removed from RLHF and replaced by a short constitution of written principles — applied once to make a model critique and revise its own harmful outputs, and once to steer an AI feedback model that labels harmlessness preferences — and that the result is not a trade but a Pareto improvement: more harmless and less evasive at comparable helpfulness. The evidence is crowdworker Elo scores, absolute harm ratings, and ablations over the method's parts; the reported limits are Goodhart-style over-training and the human helpfulness labels the pipeline still consumes.

Chapter 1Two problems, one diagnosis (3 concepts)

The paper starts from a tension its own predecessors documented: pushing helpfulness raises harm, and pushing harmlessness breeds evasion — canned refusals where engagement was wanted. Beneath the tension sits a scaling problem: harmlessness training ran on large volumes of human labels, which are expensive, slow, and opaque as a specification of values. The paper's diagnosis is that both problems share a fix — move the harm judgment into the model, under explicit written control.

The documented tradeoff concept (2 connections)

Helpfulness and harmlessness pull against each other in standard RLHF training — the empirical regularity the paper sets out to break rather than ride.

connections
  • Helpfulness-Harmlessness Tensioncollapses into → Evasiveness
  • Refusal (as a steerable behavior) — quantifiesHelpfulness-Harmlessness Tension hindsight
The failure it will not accept concept (7 connections)

'I can't answer that' as a learned reflex: apparent safety bought with transparency and helpfulness, which the paper treats as a failure mode, not a success.

connections
Oversight, taken to an extreme concept (4 connections)

The paper presents itself as an extreme instance of scalable oversight: AI systems helping humans supervise other AIs, with human guidance compressed into the principles themselves.

connections
Chapter 2Stage one: the model revises itself (4 concepts)

The supervised stage turns a helpful-only model against its own outputs. Prompted with red-team questions, it produces harmful responses; then, steered by principles sampled from the constitution, it critiques each response and rewrites it to remove the identified harm. Fine-tuning on the revisions yields a model already substantially less harmful — before any reinforcement learning — with every step of the correction legible on paper.

The method, whole concept (1 connection)

Two stages — supervised self-revision, then RL from AI feedback — with a set of written principles as the only source of harmlessness guidance in either.

connections
The constitution concept (1 connection)

A small set of natural-language principles — the entire human specification of harmlessness, short enough to read and to argue with.

connections
Critique, then revise concept (3 connections)

The model names what is wrong with its response under a sampled principle, then rewrites it — self-correction as a data-generation pipeline.

connections
The supervised result concept (2 connections)

Fine-tuning on revised responses (plus helpfulness samples) gives SL-CAI — the starting policy the RL stage then sharpens.

connections
Chapter 3Stage two: AI feedback replaces the labeler (4 concepts)

The reinforcement stage keeps the RLHF pipeline intact and swaps its data source. A feedback model — shown a harmful prompt, two candidate responses, and a constitutional principle in multiple-choice format — produces the harmlessness preference labels, made more accurate and more transparent by chain-of-thought reasoning. A hybrid preference model trains on human helpfulness labels and AI harmlessness labels together, and RL against it produces the paper's final model.

RLHF minus the H concept (4 connections)

RL from AI feedback: the established pipeline with the human harmlessness labeler replaced by a model — the paper's structural contribution, and its name for what changed.

connections
The new labeler concept (4 connections)

An independent language model whose multiple-choice probabilities become preference labels — supervision generated at model speed and model cost.

connections
Judgments that show their work concept (1 connection)

Asking the feedback model to reason step by step before choosing makes its harm judgments both more accurate and more inspectable.

connections
The final model concept (3 connections)

RL-CAI: the policy trained against the hybrid preference model, starting from SL-CAI — the model all the paper's headline comparisons are about.

connections
  • RL-CAI (RLAIF-trained Constitutional AI model)eliminates → Evasiveness
  • RL-CAI (RLAIF-trained Constitutional AI model)produces → Pareto Improvement (helpfulness vs. harmlessness)
  • SL-CAI (Supervised-Learning Constitutional AI model) — seeds the policy and comparison data forRL-CAI (RLAIF-trained Constitutional AI model)
Chapter 4The evidence: better on both axes (4 concepts)

The evaluation asks crowdworkers to compare models in conversation and converts their preferences into Elo scores for helpfulness and harmlessness separately. Against the human-feedback baseline, RL-CAI rates as more harmless at comparable helpfulness — the frontier moves outward rather than sliding along the old tradeoff, which is the paper's headline finding. Absolute harm ratings corroborate the pairwise picture, and ablations test the parts, including whether the critique step of the supervised stage is necessary at all.

The measuring stick concept (4 connections)

Crowdworker pairwise preferences, converted to Elo ratings per axis, track helpfulness and harmlessness across model snapshots throughout training.

connections
The headline finding concept (1 connection)

Constitutional RL shifts the helpfulness-harmlessness frontier outward — better on one axis without paying on the other — rather than trading along it.

connections
  • RL-CAI (RLAIF-trained Constitutional AI model) — producesPareto Improvement (helpfulness vs. harmlessness)
The second instrument concept (1 connection)

A 0-4 harmfulness score on single conversations, fit to crowdworker ratings — an absolute check on what the relative Elo comparisons say.

connections
  • Absolute Harmfulness Scorecross checks → Elo Score (helpfulness/harmlessness)
Is the critique needed? concept (1 connection)

An ablation that skips the critique and revises directly — the paper's way of testing which stage-one step carries the harm reduction.

connections
Chapter 5Where it strains (3 concepts)

The paper reports the method's edges. Trained too long against its preference model, RL-CAI turns harsh and accusatory toward harmless-seeming prompts — Goodhart's law surfacing inside the very pipeline built to encode judgment, managed with countermeasures like label clamping rather than eliminated. And the replacement of humans is partial by design: helpfulness labels are still collected from people, and the whole scheme leans on the feedback model's probabilities being trustworthy.

Goodhart, inside the fix concept (4 connections)

Over-optimizing against the preference model degrades true response quality while the proxy reward climbs — the corpus's oldest failure mode, observed in its newest method.

connections
The human data still inside concept (1 connection)

The pipeline starts from a helpful RLHF model and keeps training on human helpfulness comparisons — the constitution replaces harm labels, not human feedback wholesale.

connections
A load-bearing assumption concept (2 connections)

Treating the feedback model's output probabilities as soft preference labels works only because those probabilities are reasonably calibrated — a property borrowed from prior work and relied on throughout.

connections
  • Model Calibration (well-calibrated multiple-choice probabilities)is empirically verified on → HHH Evaluation Set (binary comparisons)
  • Model Calibration (well-calibrated multiple-choice probabilities)is the precondition for → Multiple-Choice Comparison Format