paper-with-me

홈 › Papers

When Prompt Optimization Becomes Jailbreaking: Adaptive Red-Teaming of Large Language Models

2026-02-21 · Zafir Shamsi, Nikhil Chekuru, Zachary Guzman, Shivank Garg arxiv

Large Language Models (LLMs) are increasingly integrated into high-stakes applications, making robust safety guarantees a central practical and commercial concern. Existing safety evaluations predominantly rely on fixed collections of harmful prompts, implicitly assuming non-adaptive adversaries and thereby overlooking realistic attack scenarios in which inputs are iteratively refined to evade safeguards. In this work, we examine the vulnerability of contemporary language models to automated, adversarial prompt refinement. We repurpose black-box prompt optimization techniques, originally designed to improve performance on benign tasks, to systematically search for safety failures. Using DSPy, we apply three such optimizers to prompts drawn from HarmfulQA and JailbreakBench, explicitly optimizing toward a continuous danger score in the range 0 to 1 provided by an independent evaluator model (GPT-5.1). Our results demonstrate a substantial reduction in effective safety safeguards, with the effects being especially pronounced for open-source small language models. For example, the average danger score of Qwen 3 8B increases from 0.09 in its baseline setting to 0.79 after optimization. These findings suggest that static benchmarks may underestimate residual risk, indicating that automated, adaptive red-teaming is a necessary component of robust safety evaluation.

📄 PDF Abstract BibTeX arXiv:2603.19247

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Robust Prompt Optimization for Defending Language Models Against Jailbreaking Attacks

2024-01-30 · Andy Zhou, Bo Li, Haohan Wang

Despite advances in AI alignment, large language models (LLMs) remain vulnerable to adversarial attacks or jailbreaking, in which adversaries can modify prompts to induce unwanted behavior. While some defenses have been …

Compromesso! Italian Many-Shot Jailbreaks Undermine the Safety of Large Language Models

2024-08-08 · Fabio Pernisi, Dirk Hovy, Paul Röttger

As diverse linguistic communities and users adopt large language models (LLMs), assessing their safety across languages becomes critical. Despite ongoing efforts to make LLMs safe, they can still be made to behave unsafe…

AdvPrompter: Fast Adaptive Adversarial Prompting for LLMs

2024-04-21 · Anselm Paulus, Arman Zharmagambetov, Chuan Guo, Brandon Amos 외

Large Language Models (LLMs) are vulnerable to jailbreaking attacks that lead to generation of inappropriate or harmful content. Manual red-teaming requires a time-consuming search for adversarial prompts, whereas automa…

MMLURed Teaming

Break Me If You Can: Self-Jailbreaking of Aligned LLMs via Lexical Insertion Prompting

2026-01-06 · Devang Kulshreshtha, Hang Su, Haibo Jin, Chinmay Hegde 외 arxiv

We introduce \emph{self-jailbreaking}, a threat model in which an aligned LLM guides its own compromise. Unlike most jailbreak techniques, which often rely on handcrafted prompts or separate attacker models, self-jailbre…

SlotGCG: Exploiting the Positional Vulnerability in LLMs for Jailbreak Attacks

2026-06-04 · Seungwon Jeong, Jiwoo Jeong, Hyeonjin Kim, Yunseok Lee 외 arxiv

As large language models (LLMs) are widely deployed, identifying their vulnerability through jailbreak attacks becomes increasingly critical. Optimization-based attacks like Greedy Coordinate Gradient (GCG) have focused …