Query-Based Adversarial Prompt Generation

Jonathan Hayase, Ema Borevkovic, Nicholas Carlini, Florian Tramèr and Milad Nasr



Abstract

Recent work has shown it is possible to construct adversarial examples that cause an aligned language model to emit harmful strings or perform harmful behavior. Existing attacks work either in the white-box setting (with full access to the model weights), or through transferability: the phenomenon that adversarial examples crafted on one model often remain effective on other models. We improve on prior work with a query-based attack that leverages API access to a remote language model to construct adversarial examples that cause the model to emit harmful strings with (much) higher probability than with transfer-only attacks. We validate our attack on GPT-3.5 and OpenAI’s safety classifier; we can cause GPT-3.5 to emit harmful strings that current transfer attacks fail at, and we can evade the safety classifier with nearly 100% probability.


BibTeX
@misc{HBCT+24,
  author   =   {Hayase, Jonathan and Borevkovic, Ema and Carlini, Nicholas and Tram{\`e}r, Florian and Nasr, Milad},
  title   =   {Query-Based Adversarial Prompt Generation},
  year   =   {2024},
  howpublished   =   {arXiv preprint arXiv:2402.12329},
  url   =   {https://arxiv.org/abs/2402.12329}
}