CAA combined with system-prompting comparison

Steering Llama 2 via Contrastive Activation Additionintroduced

An experiment comparing and combining CAA with positive/negative behavioral system prompts (Table 14) on Llama 2 13B Chat, showing CAA can shift behavior beyond what system-prompting alone achieves, and vice versa for the opposing multiplier/prompt.

Telling a model what to do in its system prompt is the obvious, low-effort way to steer its behavior, so any new steering method has to earn its place against that baseline. The question here is blunt: if Llama 2 Chat has already been instructed to behave a certain way, does adding a steering vector on top do anything more?

What happens when CAA and positive or negative system prompts are combined across all seven behaviors follows: for most of them, the steering vector moves the model further than the prompt alone managed, and the same holds in reverse for suppressing a behavior.

What was compared

This experiment puts CAA and behavioral System-prompting on the same nine-cell grid: three system-prompt conditions — none, a positive instruction to exhibit the behavior, a negative instruction to exhibit its opposite, catalogued in Table 14 — crossed with three steering conditions (multiplier −1, 0, or +1), all on Llama 2 13B Chat at layer 13, scored by Multiple-choice behavioral evaluation and layer sweep's average-token-probability metric (contrastive-activation-addition, §"5 CAA and system-prompting", p. 6). The design isolates a specific question: does adding a steering vector on top of an instruction that already pushes the same direction find any further room to move the behavior, or does it just saturate?

Where CAA adds room a prompt leaves unclaimed

For most behaviors, both levers add on top of each other. For Corrigibility, a positive system prompt alone raises the score from a no-prompt baseline of 0.57 to 0.79; layering the +1 steering vector on top pushes it further, to 0.93. The same asymmetry runs negative for Refusal: the negative prompt alone drops the score from 0.78 to 0.74, and subtracting the steering vector on top pushes it down to 0.41 (contrastive-activation-addition, §"5 CAA and system-prompting", p. 6). The paper's explanation is that the multiplier gives continuous, signed control that a single instruction cannot, and averaging over hundreds of contrast pairs isolates the target variable more cleanly than one prompt's wording does.

The one behavior where neither lever moves much

Sycophancy breaks the pattern: across all nine prompt/multiplier cells, the score barely moves, staying within 0.55–0.67. Whatever CAA and behavioral system prompts are each isolating for the other six behaviors, they do not appear to be cleanly separable levers on Sycophancy specifically — a discrepancy the paper does not fully resolve, and one that echoes Sycophancy's other reported oddity, its 44% finetuning test accuracy in CAA combined with supervised finetuning comparison. Together with CAA vs. finetuning computational cost comparison's cost comparison, this experiment is one half of the paper's case that CAA composes with, rather than replaces, the two standard levers on a chat model's behavior.