Pruning for Protection: Increasing Jailbreak Resistance in Aligned LLMs Without Fine-Tuning
Adib Hasan, Ileana Rugina, Alex Wang
TL;DR
The paper tackles jailbreak risks in aligned LLMs and proposes a no-finetuning solution via moderate WANDA pruning (10–20%). It introduces a 225-task malicious dataset to systematically assess safety across three 7B-scale models, showing that pruning can improve jailbreak resistance without sacrificing standard-task performance, though over-pruning diminishes benefits. The authors analyze attention patterns and perplexity shifts to argue that pruning acts as a regularizer, steering models away from malicious prompts and toward safer distributions. They further validate robustness using GCG and AdvBench attacks and demonstrate a broader regularization effect in linear models with correlated inputs, highlighting practical implications for deploying safe, compressed LLMs.
Abstract
This paper investigates the impact of model compression on the way Large Language Models (LLMs) process prompts, particularly concerning jailbreak resistance. We show that moderate WANDA pruning can enhance resistance to jailbreaking attacks without fine-tuning, while maintaining performance on standard benchmarks. To systematically evaluate this safety enhancement, we introduce a dataset of 225 harmful tasks across five categories. Our analysis of LLaMA-2 Chat, Vicuna 1.3, and Mistral Instruct v0.2 reveals that pruning benefits correlate with initial model safety levels. We interpret these results by examining changes in attention patterns and perplexity shifts, demonstrating that pruned models exhibit sharper attention and increased sensitivity to artificial jailbreak constructs. We extend our evaluation to the AdvBench harmful behavior tasks and the GCG attack method. We find that LLaMA-2 is much safer on AdvBench prompts than on our dataset when evaluated with manual jailbreak attempts, and that pruning is effective against both automated attacks and manual jailbreaking on Advbench.
