LGCLCRSep 1, 2023

Baseline Defenses for Adversarial Attacks Against Aligned Language Models

arXiv:2309.00614v2709 citations
Originality Synthesis-oriented
AI Analysis

This work addresses security vulnerabilities in widely used large language models, but it is incremental as it applies existing defense techniques from adversarial machine learning to a new domain.

The paper tackles the problem of adversarial attacks against aligned language models by evaluating baseline defense strategies, finding that existing discrete optimizers and high optimization costs make standard adaptive attacks more challenging for LLMs.

As Large Language Models quickly become ubiquitous, it becomes critical to understand their security vulnerabilities. Recent work shows that text optimizers can produce jailbreaking prompts that bypass moderation and alignment. Drawing from the rich body of work on adversarial machine learning, we approach these attacks with three questions: What threat models are practically useful in this domain? How do baseline defense techniques perform in this new domain? How does LLM security differ from computer vision? We evaluate several baseline defense strategies against leading adversarial attacks on LLMs, discussing the various settings in which each is feasible and effective. Particularly, we look at three types of defenses: detection (perplexity based), input preprocessing (paraphrase and retokenization), and adversarial training. We discuss white-box and gray-box settings and discuss the robustness-performance trade-off for each of the defenses considered. We find that the weakness of existing discrete optimizers for text, combined with the relatively high costs of optimization, makes standard adaptive attacks more challenging for LLMs. Future research will be needed to uncover whether more powerful optimizers can be developed, or whether the strength of filtering and preprocessing defenses is greater in the LLMs domain than it has been in computer vision.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes