Booster: Tackling Harmful Fine-tuning for Large Language Models via Attenuating Harmful Perturbation
Tiansheng Huang, Sihao Hu, Fatih Ilhan, Selim Furkan Tekin, Ling Liu
TL;DR
This work identifies harmful perturbation during fine-tuning as a key factor causing alignment breakdown in LLMs under harmful fine-tuning attacks. It proposes Booster, an alignment-stage regularizer that minimizes the harmful loss reduction after a simulated harmful gradient step, solved via a three-pass iterative gradient method. Empirical results across multiple models and tasks show Booster substantially lowers harmful scores while preserving downstream finetune accuracy, and it can be combined with existing defenses like Vaccine or Lisa. The approach offers a practical, one-time alignment-stage defense for fine-tuning-as-a-service with broad applicability and potential for integration with other safety mechanisms.
Abstract
Harmful fine-tuning attack poses serious safety concerns for large language models' fine-tuning-as-a-service. While existing defenses have been proposed to mitigate the issue, their performances are still far away from satisfactory, and the root cause of the problem has not been fully recovered. To this end, we in this paper show that harmful perturbation over the model weights could be a probable cause of alignment-broken. In order to attenuate the negative impact of harmful perturbation, we propose an alignment-stage solution, dubbed Booster. Technically, along with the original alignment loss, we append a loss regularizer in the alignment stage's optimization. The regularizer ensures that the model's harmful loss reduction after the simulated harmful perturbation is attenuated, thereby mitigating the subsequent fine-tuning risk. Empirical results show that Booster can effectively reduce the harmful score of the fine-tuned models while maintaining the performance of downstream tasks. Our code is available at https://github.com/git-disl/Booster.
