Robust LLM safeguarding via refusal feature adversarial training
Lei Yu, Virginie Do, Karen Hambardzumyan, Nicola Cancedda
TL;DR
This work identifies a universal jailbreaking mechanism in LLMs: adversarial prompts disrupt safety by ablating the refusal feature in residual activations. It then introduces Refusal Feature Adversarial Training (ReFAT), an efficient training scheme that simulates worst-case perturbations by dynamically abating refusal feature directions, improving robustness across multiple models and attack types while preserving utility. The approach achieves strong reductions in attack success rates with substantially lower computational overhead than traditional adversarial training methods. The study links interpretability of linear features in activation space to practical defense, offering a scalable path toward safer, more reliable LLM deployment. Limitations include multilingual and vernacular prompts that may bypass the computed refusal directions, pointing to avenues for broader linguistic coverage in future work.
Abstract
Large language models (LLMs) are vulnerable to adversarial attacks that can elicit harmful responses. Defending against such attacks remains challenging due to the opacity of jailbreaking mechanisms and the high computational cost of training LLMs robustly. We demonstrate that adversarial attacks share a universal mechanism for circumventing LLM safeguards that works by ablating a dimension in the residual stream embedding space called the refusal feature. We further show that the operation of refusal feature ablation (RFA) approximates the worst-case perturbation of offsetting model safety. Based on these findings, we propose Refusal Feature Adversarial Training (ReFAT), a novel algorithm that efficiently performs LLM adversarial training by simulating the effect of input-level attacks via RFA. Experiment results show that ReFAT significantly improves the robustness of three popular LLMs against a wide range of adversarial attacks, with considerably less computational overhead compared to existing adversarial training methods.
