Antidote: Post-fine-tuning Safety Alignment for Large Language Models against Harmful Fine-tuning
Tiansheng Huang, Gautam Bhattacharya, Pratik Joshi, Josh Kimball, Ling Liu
TL;DR
Antidote introduces a post-fine-tuning realignment via one-shot pruning to combat harmful fine-tuning attacks on safety-aligned LLMs, addressing the hyper-parameter sensitivity of prior defenses. By computing the Wanda score on a realignment dataset, it identifies and removes harmful parameters, yielding robust HS reductions with only modest FA loss across multiple models and datasets and minimal system overhead. The approach is validated through extensive experiments, including generalizations to different tasks, datasets, and model sizes, and is shown to be complementary to existing defense strategies. This work provides a practical, hyper-parameter-agnostic defense suitable for real-world fine-tuning services.
Abstract
Safety aligned Large Language Models (LLMs) are vulnerable to harmful fine-tuning attacks -- a few harmful data mixed in the fine-tuning dataset can break the LLMs's safety alignment. While several defenses have been proposed, our evaluation shows that existing defenses fail \textit{when some specific training hyper-parameters are chosen} -- a large learning rate or a large number of training epochs in the fine-tuning stage can easily invalidate the defense. To this end, we propose Antidote, a post-fine-tuning stage solution, which remains \textbf{\textit{agnostic to the training hyper-parameters in the fine-tuning stage}}. Antidote relies on the philosophy that by removing the harmful parameters, the harmful model can be recovered from the harmful behaviors, regardless of how those harmful parameters are formed in the fine-tuning stage. With this philosophy, we introduce a one-shot pruning stage after harmful fine-tuning to remove the harmful weights that are responsible for the generation of harmful content. Despite its embarrassing simplicity, empirical results show that Antidote can reduce harmful score while maintaining accuracy on downstream tasks. Code is available at https://github.com/git-disl/Antidote.
