paper-with-me

Papers

Universal Adversarial Triggers Are Not Universal

2024-04-24 · Nicholas Meade, Arkil Patel, Siva Reddy

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 universally 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 universal. We extensively investigate trigger transfer amongst 13 open models and observe 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 range of unsafe instructions, we show that they are highly susceptible to adversarial triggers. Lastly, we observe that most triggers optimized on AFT models also generalize to new unsafe instructions from five diverse domains, further emphasizing their vulnerability. Overall, our work highlights the need for more comprehensive safety evaluations for aligned language models.

📄 PDF Abstract BibTeX arXiv:2404.16020

Code (1)

mcgill-nlp/adversarialtriggers 공식 구현 pytorch

Similar Papers 제목 키워드 기반

MINIMAL: Mining Models for Data Free Universal Adversarial Triggers

2021-09-25 · Swapnil Parekh, Yaman Singla Kumar, Somesh Singh, Changyou Chen 외

It is well known that natural language models are vulnerable to adversarial attacks, which are mostly input-specific in nature. Recently, it has been shown that there also exist input-agnostic attacks in NLP models, call…

Natural Language Inference

Exploring the Universal Vulnerability of Prompt-based Learning Paradigm

2022-04-11 · Findings (NAACL) 2022 7 · Lei Xu, Yangyi Chen, Ganqu Cui, Hongcheng Gao 외

Prompt-based learning paradigm bridges the gap between pre-training and fine-tuning, and works effectively under the few-shot setting. However, we find that this learning paradigm inherits the vulnerability from the pre-…

Exploring the Universal Vulnerability of Prompt-based Learning Paradigm

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Prompt-based learning paradigm bridges the gap between pre-training and fine-tuning, and works effectively under the few-shot setting. However, we find that this learning paradigm inherits the vulnerability from the pre-…

Attack on Unfair ToS Clause Detection: A Case Study using Universal Adversarial Triggers

2022-11-28 · Shanshan Xu, Irina Broda, Rashid Haddad, Marco Negrini 외

Recent work has demonstrated that natural language processing techniques can support consumer protection by automatically detecting unfair clauses in the Terms of Service (ToS) Agreement. This work demonstrates that tran…

Generating Label Cohesive and Well-Formed Adversarial Claims

2020-09-17 · EMNLP 2020 11 · Pepa Atanasova, Dustin Wright, Isabelle Augenstein

Adversarial attacks reveal important vulnerabilities and flaws of trained models. One potent type of attack are universal adversarial triggers, which are individual n-grams that, when appended to instances of a class und…

Fact CheckingLanguage ModelingLanguage ModellingNatural Language Inference+1