Refuse Whenever You Feel Unsafe: Improving Safety in LLMs via Decoupled Refusal Training
Youliang Yuan, Wenxiang Jiao, Wenxuan Wang, Jen-tse Huang, Jiahao Xu, Tian Liang, Pinjia He, Zhaopeng Tu
TL;DR
The paper identifies a refusal position bias in safety-tuning data that impairs LLMs' ability to refuse unsafe content. It introduces Decoupled Refusal Training (DeRTa), combining MLE with Harmful Response Prefix and Reinforced Transition Optimization to enable safety refusals at any position in a response. Across LLaMA3 and Mistral families and six attack scenarios, DeRTa substantially improves safety with minimal impact on helpfulness, outperforming strong baselines and even challenging completion-type attacks. The approach shows robust performance across model sizes and languages, though it acknowledges limitations such as remaining adaptive threats and the need for broader jailbreak coverage.
Abstract
This study addresses a critical gap in safety tuning practices for Large Language Models (LLMs) by identifying and tackling a refusal position bias within safety tuning data, which compromises the models' ability to appropriately refuse generating unsafe content. We introduce a novel approach, Decoupled Refusal Training (DeRTa), designed to empower LLMs to refuse compliance to harmful prompts at any response position, significantly enhancing their safety capabilities. DeRTa incorporates two novel components: (1) Maximum Likelihood Estimation (MLE) with Harmful Response Prefix, which trains models to recognize and avoid unsafe content by appending a segment of harmful response to the beginning of a safe response, and (2) Reinforced Transition Optimization (RTO), which equips models with the ability to transition from potential harm to safety refusal consistently throughout the harmful response sequence. Our empirical evaluation, conducted using LLaMA3 and Mistral model families across six attack scenarios, demonstrates that our method not only improves model safety without compromising performance but also surpasses baseline methods in defending against attacks.
