paper-with-me

홈 › Papers

Automated Red Teaming with GOAT: the Generative Offensive Agent Tester

2024-10-02 · Maya Pavlova, Erik Brinkman, Krithika Iyer, Vitor Albiero, Joanna Bitton, Hailey Nguyen, Joe Li, Cristian Canton Ferrer, Ivan Evtimov, Aaron Grattafiori

Red teaming assesses how large language models (LLMs) can produce content that violates norms, policies, and rules set during their safety training. However, most existing automated methods in the literature are not representative of the way humans tend to interact with AI models. Common users of AI models may not have advanced knowledge of adversarial machine learning methods or access to model internals, and they do not spend a lot of time crafting a single highly effective adversarial prompt. Instead, they are likely to make use of techniques commonly shared online and exploit the multiturn conversational nature of LLMs. While manual testing addresses this gap, it is an inefficient and often expensive process. To address these limitations, we introduce the Generative Offensive Agent Tester (GOAT), an automated agentic red teaming system that simulates plain language adversarial conversations while leveraging multiple adversarial prompting techniques to identify vulnerabilities in LLMs. We instantiate GOAT with 7 red teaming attacks by prompting a general-purpose model in a way that encourages reasoning through the choices of methods available, the current target model's response, and the next steps. Our approach is designed to be extensible and efficient, allowing human testers to focus on exploring new areas of risk while automation covers the scaled adversarial stress-testing of known risk territory. We present the design and evaluation of GOAT, demonstrating its effectiveness in identifying vulnerabilities in state-of-the-art LLMs, with an ASR@10 of 97% against Llama 3.1 and 88% against GPT-4 on the JailbreakBench dataset.

📄 PDF Abstract BibTeX arXiv:2410.01606

Code (0)

등록된 구현이 없습니다.

Tasks

Red Teaming

Methods 이 논문이 사용한 방법론

Attention 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

VEXAIoT: Autonomous IoT Vulnerability EXploitation using AI Agents

2026-07-10 · Katherine Swinea, Kshitiz Aryal, Lopamudra Praharaj, Maanak Gupta arxiv

Internet of Things (IoT) systems are inherently vulnerable due to constrained hardware, outdated firmware, and insecure default configurations, creating a need for scalable and adaptive security testing approaches. While…

Vulnerability Detection

No Offense Taken: Eliciting Offensiveness from Language Models

2023-10-02 · Anugya Srivastava, Rahul Ahuja, Rohith Mukku

This work was completed in May 2022. For safe and reliable deployment of language models in the real world, testing needs to be robust. This robustness can be characterized by the difficulty and diversity of the test cas…

DiversityRed Teaming

Improving Human-AI Coordination through Online Adversarial Training and Generative Models

2025-04-21 · Paresh Chaudhary, Yancheng Liang, Daphne Chen, Simon S. Du 외

Being able to cooperate with new people is an important component of many economically valuable AI tasks, from household robotics to autonomous driving. However, generalizing to novel humans requires training on data tha…

Autonomous Driving

PersonaTeaming: Supporting Persona-Driven Red-Teaming for Generative AI

2026-05-07 · Wesley Hanwen Deng, Mingxi Yan, Sunnie S. Y. Kim, Akshita Jha 외 arxiv

Recent developments in AI safety research have called for red-teaming methods that effectively surface potential risks posed by generative AI models, with growing emphasis on how red-teamers' backgrounds and perspectives…

AgenticRed: Evolving Agentic Systems for Red-Teaming

2026-01-20 · Jiayi Yuan, Jonathan Nöther, Natasha Jaques, Goran Radanović arxiv

While recent automated red-teaming methods show promise for systematically exposing model vulnerabilities, most existing approaches rely on human-specified workflows. This dependence on manually designed workflows suffer…