AICRJul 1

HARC: Coupling Harmfulness and Refusal Directions for Robust Safety Alignment

arXiv:2607.0057221.9
Predicted impact top 11% in AI · last 90 daysOriginality Highly original
AI Analysis

For LLM safety researchers, this work provides a mechanistic understanding of alignment vulnerabilities and a practical method to improve robustness without degrading general capability.

The authors show that jailbreaks suppress either the refusal or harmfulness direction in LLMs' residual stream before token generation, and that models can recognize harmful content during generation even if they missed it at the prompt. They propose HARC, a fine-tuning method coupling these directions across prompt and response positions, achieving the best robustness-capability-usability trade-off among six baselines.

Understanding how aligned LLMs internally represent safety is critical for diagnosing alignment vulnerabilities, as it explains why jailbreaks succeed and informs the design of robust alignment strategies. Prior work shows that aligned LLMs encode harmfulness and refusal as separable directions in the residual stream at prompt-side token positions. We show that jailbreaks succeed at prompt encoding by suppressing either the refusal or harmfulness direction before any token is generated, with distinct attack classes occupying separable regions of the harmfulness-refusal plane. Extending the analysis to response-token positions, we find that the model recognizes harmful content while it is generating that content, even when it failed to recognize the input as harmful at the prompt side. Motivated by our findings, we introduce HARC (Harmfulness-And-Refusal Coupling), a fine-tuning method that pairs the two directions across both prompt and response positions. Since the intervention is confined to the harmfulness-refusal subspace, it leaves the rest of the residual stream intact and does not degrade general capability or inflate over-refusal. Across extensive experiments, HARC achieves the strongest robustness-capability-usability trade-off among six baselines spanning the major training-time and inference-time safety methods. The harmfulness and refusal directions at prompt and response positions transfer across the five model families and two scales we tested without architecture-specific tuning.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes