Toward universal steering and monitoring of AI models
Daniel Beaglehole, Adityanarayanan Radhakrishnan, Enric Boix-Adserà, Mikhail Belkin
TL;DR
This work presents a scalable framework to map and manipulate the internal concept representations of large AI models using Recursive Feature Machines (RFM) and the Average Gradient Outer Product (AGOP). By extracting per-block concept vectors and applying additive steering, it demonstrates cross-model, cross-modal, and cross-language controllability, along with effective monitoring of misaligned content. Empirically, concept-based probes outperform direct judgments in safety monitoring and enable performance gains on high-precision tasks such as coding and reasoning, especially for larger models. The findings reveal that modern transformers encode extensive linear structure in concept space, enabling practical tools for steering, monitoring, and safer deployment of AI systems.
Abstract
Modern AI models contain much of human knowledge, yet understanding of their internal representation of this knowledge remains elusive. Characterizing the structure and properties of this representation will lead to improvements in model capabilities and development of effective safeguards. Building on recent advances in feature learning, we develop an effective, scalable approach for extracting linear representations of general concepts in large-scale AI models (language models, vision-language models, and reasoning models). We show how these representations enable model steering, through which we expose vulnerabilities, mitigate misaligned behaviors, and improve model capabilities. Additionally, we demonstrate that concept representations are remarkably transferable across human languages and combinable to enable multi-concept steering. Through quantitative analysis across hundreds of concepts, we find that newer, larger models are more steerable and steering can improve model capabilities beyond standard prompting. We show how concept representations are effective for monitoring misaligned content (hallucinations, toxic content). We demonstrate that predictive models built using concept representations are more accurate for monitoring misaligned content than using models that judge outputs directly. Together, our results illustrate the power of using internal representations to map the knowledge in AI models, advance AI safety, and improve model capabilities.
