Antibody: Strengthening Defense Against Harmful Fine-Tuning for Large Language Models via Attenuating Harmful Gradient Influence
About
Fine-tuning-as-a-service introduces a threat to Large Language Models' safety when service providers fine-tune their models on poisoned user-submitted datasets, a process known as harmful fine-tuning attacks. In this work, we show that by regularizing the gradient contribution of harmful samples encountered during fine-tuning, we can effectively mitigate the impact of harmful fine-tuning attacks. To this end, we introduce Antibody, a defense strategy that first ensures robust safety alignment for the model before fine-tuning, and then applies a safety-preservation learning algorithm during fine-tuning. Specifically, in the alignment stage before fine-tuning, we propose optimizing the model to be in a flat loss region with respect to harmful samples, which makes the safety alignment more resilient to subsequent harmful fine-tuning. Then, in the fine-tuning stage, we design a fine-tuning algorithm that applies a weighting scheme to all samples in each training batch to inhibit the model from learning from harmful samples while encouraging learning from benign samples. Experimental results demonstrate that Antibody successfully mitigates harmful fine-tuning attacks while boosting fine-tuning performance on the user-submitted dataset.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Instruction Following | AlpacaEval | -- | 227 | |
| Topic Classification | AGNews | FA Score87.3 | 48 | |
| Sentiment Analysis | SST2 | FA Score94.31 | 27 | |
| Safety Evaluation | BeaverTails Evaluation | Harmful Score (HS)1.24 | 20 | |
| Mathematical Reasoning | GSM8K | Hit Score (HS)1.24 | 20 | |
| Aggregate performance evaluation | Average SST2, AGNEWS, GSM8K | HS Score4.71 | 11 | |
| Alignment defense against harmful fine-tuning | SST2 | Harmful Score (HS)11.3 | 5 | |
| Alignment defense against harmful fine-tuning | GSM8K | Harmful Score (HS)0.91 | 5 | |
| Fine-tuning Robustness against Harmful Data Attacks | GSM8K | Harmful Score (Clean)0.95 | 5 | |
| Mathematical Reasoning | GSM8K | Fine-tuning Accuracy (FA)15.07 | 5 |