Depth-Wise Activation Steering for Honest Language Models
Gracjan Góral, Marysia Winkels, Steven Basart
TL;DR
This work identifies honesty gaps in large language models as a distinct problem from factual accuracy and introduces a training-free activation-steering technique that distributes a fixed steering budget across transformer depths using a Gaussian schedule. By constructing per-layer steering directions from honest/dishonest contrasts and perturbing the residual stream in mid-to-late layers, the method improves honest reporting on the MASK benchmark across multiple model families. Equal-budget analyses demonstrate that the depth-distribution shape, not just total strength, drives performance, and the approach remains effective alongside parameter-efficient fine-tuning like LoRA. Overall, Gaussian depth scheduling provides a simple, model-agnostic control knob to elicit truthful reporting from existing capabilities, with practical implications for safety and auditability.
Abstract
Large language models sometimes assert falsehoods despite internally representing the correct answer, failures of honesty rather than accuracy, which undermines auditability and safety. Existing approaches largely optimize factual correctness or depend on retraining and brittle single-layer edits, offering limited leverage over truthful reporting. We present a training-free activation steering method that weights steering strength across network depth using a Gaussian schedule. On the MASK benchmark, which separates honesty from knowledge, we evaluate seven models spanning the LLaMA, Qwen, and Mistral families and find that Gaussian scheduling improves honesty over no-steering and single-layer baselines in six of seven models. Equal-budget ablations on LLaMA-3.1-8B-Instruct and Qwen-2.5-7B-Instruct show the Gaussian schedule outperforms random, uniform, and box-filter depth allocations, indicating that how intervention is distributed across depth materially affects outcomes beyond total strength. The method is simple, model-agnostic, requires no finetuning, and provides a low-cost control knob for eliciting truthful reporting from models' existing capabilities.
