Investigating Adversarial Trigger Transfer in Large Language Models
Nicholas Meade, Arkil Patel, Siva Reddy

TL;DR
This study challenges the assumption that adversarial triggers transfer well across large language models, revealing inconsistent transferability and highlighting differences in robustness between models aligned by preference optimization and fine-tuning.
Contribution
It provides the first comprehensive analysis showing that adversarial triggers are not reliably transferable and compares robustness across different alignment methods.
Findings
APO models are highly resistant to jailbreak attempts.
AFT models are vulnerable to adversarial triggers.
Triggers on AFT models can generalize across unsafe instructions.
Abstract
Recent work has developed optimization procedures to find token sequences, called adversarial triggers, which can elicit unsafe responses from aligned language models. These triggers are believed to be highly transferable, i.e., a trigger optimized on one model can jailbreak other models. In this paper, we concretely show that such adversarial triggers are not consistently transferable. We extensively investigate trigger transfer amongst 13 open models and observe poor and inconsistent transfer. Our experiments further reveal a significant difference in robustness to adversarial triggers between models Aligned by Preference Optimization (APO) and models Aligned by Fine-Tuning (AFT). We find that APO models are extremely hard to jailbreak even when the trigger is optimized directly on the model. On the other hand, while AFT models may appear safe on the surface, exhibiting refusals to a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdversarial Robustness in Machine Learning
