paper-with-me

홈 › Papers

Adaptive Instruction Composition for Automated LLM Red-Teaming

2026-04-22 · Jesse Zymet, Andy Luo, Swapnil Shinde, Sahil Wadhwa, Emily Chen arxiv

Many approaches to LLM red-teaming leverage an attacker LLM to discover jailbreaks against a target. Several of them task the attacker with identifying effective strategies through trial and error, resulting in a semantically limited range of successes. Another approach discovers diverse attacks by combining crowdsourced harmful queries and tactics into instructions for the attacker, but does so at random, limiting effectiveness. This article introduces a novel framework, Adaptive Instruction Composition, that combines crowdsourced texts according to an adaptive mechanism trained to jointly optimize effectiveness with diversity. We use reinforcement learning to balance exploration with exploitation in a combinatorial space of instructions to guide the attacker toward diverse generations tailored to target vulnerabilities. We demonstrate that our approach substantially outperforms random combination on a set of effectiveness and diversity metrics, even under model transfer. Further, we show that it surpasses a host of recent adaptive approaches on Harmbench. We employ a lightweight neural contextual bandit that adapts to contrastive embedding inputs, and provide ablations suggesting that the contrastive pretraining enables the network to rapidly generalize and scale to the massive space as it learns.

📄 PDF Abstract BibTeX arXiv:2604.21159

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

AutoRed: A Free-form Adversarial Prompt Generation Framework for Automated Red Teaming

2025-10-09 · Muxi Diao, Yutao Mou, Keqing He, Hanbo Song 외 arxiv

The safety of Large Language Models (LLMs) is crucial for the development of trustworthy AI applications. Existing red teaming methods often rely on seed instructions, which limits the semantic diversity of the synthesiz…

Red Teaming

Embodied Red Teaming for Auditing Robotic Foundation Models

2024-11-27 · Sathwik Karnik, Zhang-Wei Hong, Nishant Abhangi, Yen-Chen Lin 외

Language-conditioned robot models have the potential to enable robots to perform a wide range of tasks based on natural language instructions. However, assessing their safety and effectiveness remains challenging because…

Red Teaming

PersonaTeaming: Exploring How Introducing Personas Can Improve Automated AI Red-Teaming

2025-09-03 · Wesley Hanwen Deng, Sunnie S. Y. Kim, Akshita Jha, Ken Holstein 외 arxiv

Recent developments in AI governance and safety research have called for red-teaming methods that can effectively surface potential risks posed by AI models. Many of these calls have emphasized how the identities and bac…

A Systematic Review of Algorithmic Red Teaming Methodologies for Assurance and Security of AI Applications

2026-02-24 · Shruti Srivastava, Kiranmayee Janardhan, Shaurya Jauhari arxiv

Cybersecurity threats are becoming increasingly sophisticated, making traditional defense mechanisms and manual red teaming approaches insufficient for modern organizations. While red teaming has long been recognized as …

Red Teaming

PI-Hunter: Automated Red-Teaming for Exposing and Localizing Prompt Injections

2026-06-10 · Pengfei He, Lesly Miculicich, Vishesh Sharma, Ash Fox 외 arxiv

Large Language Models (LLMs) are rapidly evolving into agentic systems that interact with external tools and environments, introducing new security risks such as indirect prompt injection attacks through untrusted extern…