Multiple-choice behavioral evaluation and layer sweep — supplies the layer hyperparameter for → Contrastive Activation Addition (CAA)

explored within the theme Evaluating steering: behavior scores and capability floors

CAA has effectively one design decision that most determines whether it works at all: which layer to add the steering vector at. The multiple-choice evaluation is how the paper makes that decision, run before any multiplier tuning happens -- it sweeps every layer with the multiplier fixed at -1/+1 and scores the effect on 50 held-out questions per behavior (contrastive-activation-addition, §"4.1 Multiple-choice question datasets", p. 4), reporting a genuinely narrow answer: layer 13 and its neighbors in the 7B model, layer 14 or 15 in the 13B model, consistent across the sweep charts for every behavior tested. Only after that layer is fixed does the paper search over multiplier magnitude, and it does so by watching open-ended text quality degrade rather than by re-running the multiple-choice sweep (contrastive-activation-addition, §"Vector normalization choices", p. 10). So the two hyperparameters are never searched jointly: multiple-choice evaluation answers "where," and open-ended generation quality answers "how much" -- a sequential search order the paper adopts in place of a full joint sweep.