The helpfulness-harmlessness tradeoff and CAI's claim to beat it
Train a model to help more and it can cause more harm; train it hard against harm and it starts refusing everything, retreating into canned non-answers. Constitutional AI (2022) takes this tradeoff as its central target, and this theme covers the paper's claim to have beaten it rather than just moved along it.
The tension gets set up before the claim does, building to pareto improvement, the result that names harmlessness gains here did not cost the usual price in evasiveness, and a 2023 paper picks the same tension back up as something continuous: a single dial that turns a model's willingness to refuse up or down after training is already done.
Constitutional AI's central empirical argument concerns a tradeoff documented throughout the paper: increasing a model's willingness to help tends to increase its potential for harm, while increasing harmlessness training tends to make a model more evasive, retreating into canned refusals rather than engaging substantively. Two baseline RLHF policies stand on either side of this tension for comparison, the helpful RLHF model, trained only on helpfulness comparisons, and the HH RLHF model, trained on both helpfulness and harmlessness comparisons. RL-CAI is measured against both using the Elo score computed from crowdworker pairwise comparisons, tracking relative helpfulness and harmlessness across training. The paper's headline finding, pareto improvement, is that Constitutional RL shifts the entire helpfulness-harmlessness frontier outward rather than simply moving along the standard RLHF tradeoff curve, meaning CAI's harmlessness gains do not come at the usual cost in evasive, unhelpful behavior. Steering Llama 2 via Contrastive Activation Addition (2023) gives this same axis a direct dial: refusal measures a model's general propensity to decline to answer or act on a request, built from a custom contrastive dataset spanning both sensitive and entirely benign questions, broader than evasiveness's narrower focus on canned refusals to sensitive queries specifically. Moved up or down with a signed multiplier, refusal turns the helpful-versus-harmless tension from a property observed across differently trained models into a continuous quantity observed within one. This theme's claim is that CAI's tradeoff, and now CAA's dial on it, are responses to the same documented tension, not unrelated training and inference techniques.