Bergeron: Combating Adversarial Attacks through a Conscience-Based Alignment Framework
Matthew Pisano, Peter Ly, Abraham Sanders, Bingsheng Yao, Dakuo Wang, Tomek Strzalkowski, Mei Si
TL;DR
The paper addresses vulnerabilities in large language model alignment under adversarial prompting by introducing Bergeron, a two-tier guardian framework where a secondary 'conscience' model critiques prompts and outputs to steer the primary model toward safety without fine-tuning. It formalizes content disclaimers and a critique-correct mechanism that can be appended to prompts, demonstrating substantial improvements in defense against a broad set of adversarial prompts across multiple base models, while maintaining reasonable computational overhead via small secondary models. The authors construct diverse evaluation datasets (adversarial, mundane, and MMLU prompts) and report high adversarial detection rates, low false positives, and substantial reductions in unsafe outputs, with average defense gains exceeding 40 percentage points and some configurations nearing GPT-4 performance. The work also discusses ethical risks, transparency concerns, and avenues for future work, including ablations and iterative critique strategies to further bolster robustness.
Abstract
Research into AI alignment has grown considerably since the recent introduction of increasingly capable Large Language Models (LLMs). Unfortunately, modern methods of alignment still fail to fully prevent harmful responses when models are deliberately attacked. Such vulnerabilities can lead to LLMs being manipulated into generating hazardous content: from instructions for creating dangerous materials to inciting violence or endorsing unethical behaviors. To help mitigate this issue, we introduce Bergeron: a framework designed to improve the robustness of LLMs against attacks without any additional parameter fine-tuning. Bergeron is organized into two tiers; with a secondary LLM acting as a guardian to the primary LLM. This framework better safeguards the primary model against incoming attacks while monitoring its output for any harmful content. Empirical analysis reviews that by using Bergeron to complement models with existing alignment training, we can significantly improve the robustness and safety of multiple, commonly used commercial and open-source LLMs. Specifically, we found that models integrated with Bergeron are, on average, nearly seven times more resistant to attacks compared to models without such support.
