Hallucination reduction with CASAL: Contrastive Activation Steering For Amortized Learning
Wannan, Yang, Xinchi Qiu, Lei Yu, Yuchen Zhang, Aobo Yang, Narine Kokhlikyan, Nicola Cancedda, Diego Garcia-Olano
TL;DR
CASAL tackles LLM hallucinations by embedding known-vs-unknown knowledge boundaries directly into model weights through an offline, three-step pipeline: probe the model’s knowledge boundary, construct contrastive activation steering, and train a lightweight subnetwork to approximate steering. This amortized approach yields substantial hallucination reductions (≈30–40%) with far greater data and compute efficiency than LoRA-based baselines, while preserving known-answer accuracy and demonstrating strong generalization to OOD data and multimodal settings. The method is architecture- and modality-agnostic, extending to MoE models and vision-language tasks, and establishes a link between interpretability-inspired representations and practical deployment. Overall, CASAL offers a scalable, production-friendly strategy to mitigate model uncertainty without sacrificing capability.
Abstract
Large Language Models (LLMs) exhibit impressive capabilities but often hallucinate, confidently providing incorrect answers instead of admitting ignorance. Prior work has shown that models encode linear representations of their own knowledge and that activation steering can reduce hallucinations. These approaches, however, require real-time monitoring and intervention during inference. We introduce Contrastive Activation Steering for Amortized Learning (CASAL), an efficient algorithm that connects interpretability with amortized optimization. CASAL directly bakes the benefits of activation steering into model's weights. Once trained, LLMs answer questions they know while abstaining from answering those they do not. CASAL's light-weight design requires training only a submodule of a single transformer layer and yet reduces hallucination by 30%-40% across multiple short-form QA benchmarks. CASAL is 30x more compute-efficient and 20x more data-efficient than strong LoRA-based baselines such as SFT and DPO, boosting its practical applicability in data scarce domains. Importantly, CASAL also generalizes effectively to out-of-distribution (OOD) domains. We showcase CASAL's flexibility in mitigating hallucinations in both text-only and vision-language models. To our knowledge, CASAL is the first steering-based training method that has been shown to be effective for both dense and Mixture-of-Experts (MoE) models. CASAL represents a promising step forward for applying interpretability-inspired method for practical deployment in production systems.
