Keep Calm and Avoid Harmful Content: Concept Alignment and Latent Manipulation Towards Safer Answers
Ruben Belo, Marta Guimaraes, Claudia Soares
TL;DR
The paper tackles jailbreak and harmful-content generation in large language models by introducing CALM, an inference-time method that suppresses harmful concepts through latent-space manipulation. By extending Concept Whitening to language models and coupling it with an orthogonal rotation $Q$ and a diagonal projection $P$, CALM aligns and then silences harmful latent directions in the final-layer embeddings, incurring only $O(d^2)$ per decoding step without retraining. Empirical results across Harmful Q&A, Harmful Chat, and AdvBench demonstrate that CALM increases the perplexity of unsafe outputs while preserving safe content, often outperforming ProFS baselines and offering interpretable concept axes. The approach provides a lightweight, modular safety mechanism that can augment existing safeguards, with future work focusing on finer-grained concepts, model-specific tuning, and multilingual generalization.
Abstract
Large Language Models are susceptible to jailbreak attacks that bypass built-in safety guardrails (e.g., by tricking the model with adversarial prompts). We propose Concept Alignment and Concept Manipulation CALM, an inference-time method that suppresses harmful concepts by modifying latent representations of the last layer of the model, without retraining. Leveraging concept whitening technique from Computer Vision combined with orthogonal projection, CALM removes unwanted latent directions associated with harmful content while preserving model performance. Experiments show that CALM reduces harmful outputs and outperforms baseline methods in most metrics, offering a lightweight approach to AI safety with no additional training data or model fine-tuning, while incurring only a small computational overhead at inference.
