Controlling Large Language Models Through Concept Activation Vectors
Hanyu Zhang, Xiting Wang, Chengao Li, Xiang Ao, Qing He
TL;DR
This work tackles the challenge of safely and flexibly controlling large language models without expensive fine-tuning. It introduces Generation with Concept Activation Vectors (GCAV), which learns per-concept activation directions (CAVs) from contrastive prompts and steers LLM hidden activations during inference to modulate specific attributes. The approach supports single- and multi-concept control (toxicity, sentiment, topic, linguistic style) with per-sample, per-layer granularity and closed-form steeringStrength calculations, while remaining lightweight and model-agnostic. Empirical results show GCAV achieves strong control performance with preserved fluency and generalizes across diverse tasks, demonstrating a scalable path for aligning LLM outputs to user-defined concepts and safety goals.
Abstract
As large language models (LLMs) are widely deployed across various domains, the ability to control their generated outputs has become more critical. This control involves aligning LLMs outputs with human values and ethical principles or customizing LLMs on specific topics or styles for individual users. Existing controlled generation methods either require significant computational resources and extensive trial-and-error or provide coarse-grained control. In this paper, we propose Generation with Concept Activation Vector (GCAV), a lightweight model control framework that ensures accurate control without requiring resource-extensive fine-tuning. Specifically, GCAV first trains a concept activation vector for specified concepts to be controlled, such as toxicity. During inference, GCAV steers the concept vector in LLMs, for example, by removing the toxicity concept vector from the activation layers. Control experiments from different perspectives, including toxicity reduction, sentiment control, linguistic style, and topic control, demonstrate that our framework achieves state-of-the-art performance with granular control, allowing for fine-grained adjustments of both the steering layers and the steering magnitudes for individual samples.
