paper-with-me

홈 › Papers

AutoRISE: Agent-Driven Strategy Evolution for Red-Teaming Large Language Models

2026-04-23 · Tanmay Gautam, Alireza Bahramali, Sandeep Atluri arxiv

Automated red-teaming methods for large language models typically optimize attack prompts within a fixed, human-designed strategy, leaving the attack strategy itself unchanged. We instead optimize the strategy. We propose AutoRISE, a method that searches over executable attack programs rather than individual prompts. At each iteration, a coding agent edits a strategy and a fixed evaluation harness scores the resulting attacks, returning both a scalar objective and per-example diagnostics that guide subsequent edits. This allows structural changes, including new attack components and altered control flow, that prompt-level methods do not directly express. We also release two benchmark suites developed on disjoint target sets and evaluate on 11 models from five families against seven established jailbreak datasets. Across held-out models, AutoRISE improves average attack success rate by 17.0 points over the strongest baseline, and improves attack success by up to 16 points on frontier targets with low baseline success rates. Ablations against parametric and strategy-library baselines suggest that these gains arise from unrestricted program search, particularly compositional techniques and control-flow edits. AutoRISE operates in a black-box, inference-only setting, requiring no fine-tuning, human annotation, or GPU compute.

📄 PDF Abstract BibTeX arXiv:2604.22871

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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…

RedEvoAgent: Automatic Red-Teaming Agent with Experience-Driven Skill Evolution

2026-08-27 · Junjie Zhang, Hui Liu, Kecheng Chen, Xianbo Mo 외 arxiv

LLM-based agents are increasingly deployed in product-level execution harnesses, where jailbreaks can trigger harmful tool use and persistent state changes, creating greater risks than unsafe text generation alone. Exist…

Text Generation

STAR-Teaming: A Strategy-Response Multiplex Network Approach to Automated LLM Red Teaming

2026-04-21 · MinJae Jung, YongTaek Lim, Chaeyun Kim, Junghwan Kim 외 arxiv

While Large Language Models (LLMs) are widely used, they remain susceptible to jailbreak prompts that can elicit harmful or inappropriate responses. This paper introduces STAR-Teaming, a novel black-box framework for aut…

Red Teaming

OpenART: Scaling Agent Red Teaming via Open-Ended Environment Evolution

2026-08-01 · Yunhao Chen, Xin Wang, Yixu Wang, Yi Liu 외 arxiv

AI agents operate in persistent environments where early state changes can influence decisions far into the future. Unlike conventional language-model interactions, agent behavior is mediated through a shared state that …

Red Teaming

EvoSkill Injection: Red-Teaming Autonomous Skill Generation and Evolution in Self-Evolving Agents

2026-08-31 · Doyun Kim, Chanwoo Kim, Sugyeong Eo, Yeo-Chan Yoon 외 arxiv

LLM-based agent systems increasingly adopt skill-based architectures to reduce repetitive reasoning costs and improve stable, efficient task execution. Recent studies propose self-evolving agents that autonomously genera…