Does Representation Intervention Really Identify Desired Concepts and Elicit Alignment?
Hongzheng Yang, Yongqiang Chen, Zeyu Qin, Tongliang Liu, Chaowei Xiao, Kun Zhang, Bo Han
TL;DR
The paper questions whether representation intervention can faithfully identify and erase harmful concepts in non-linear LLMs, showing a fundamental faithfulness gap that defeats perfect non-linear erasure. To address this, it proposes COCA, a method that reframes training data with explicit concept reasoning to concentrate unsafe concepts into a linear subspace, enabling effective, minimally distorting erasure. The authors provide theoretical justification and extensive experiments across multiple base models, demonstrating improved robustness to both ID and OOD jailbreak prompts while preserving math and coding capabilities. Overall, COCA offers a principled, practical safety-alignment strategy that complements and extends existing representation-editing approaches by tackling non-linearity head-on.
Abstract
Representation intervention aims to locate and modify the representations that encode the underlying concepts in Large Language Models (LLMs) to elicit the aligned and expected behaviors. Despite the empirical success, it has never been examined whether one could locate the faithful concepts for intervention. In this work, we explore the question in safety alignment. If the interventions are faithful, the intervened LLMs should erase the harmful concepts and be robust to both in-distribution adversarial prompts and the out-of-distribution (OOD) jailbreaks. While it is feasible to erase harmful concepts without degrading the benign functionalities of LLMs in linear settings, we show that it is infeasible in the general non-linear setting. To tackle the issue, we propose Concept Concentration (COCA). Instead of identifying the faithful locations to intervene, COCA refractors the training data with an explicit reasoning process, which firstly identifies the potential unsafe concepts and then decides the responses. Essentially, COCA simplifies the decision boundary between harmful and benign representations, enabling more effective linear erasure. Extensive experiments with multiple representation intervention methods and model architectures demonstrate that COCA significantly reduces both in-distribution and OOD jailbreak success rates, and meanwhile maintaining strong performance on regular tasks such as math and code generation.
