paper-with-me

홈 › Papers

TAO-Attack: Toward Advanced Optimization-Based Jailbreak Attacks for Large Language Models

2026-03-03 · Zhi Xu, Jiaqi Li, Xiaotong Zhang, Hong Yu, Han Liu arxiv

Large language models (LLMs) have achieved remarkable success across diverse applications but remain vulnerable to jailbreak attacks, where attackers craft prompts that bypass safety alignment and elicit unsafe responses. Among existing approaches, optimization-based attacks have shown strong effectiveness, yet current methods often suffer from frequent refusals, pseudo-harmful outputs, and inefficient token-level updates. In this work, we propose TAO-Attack, a new optimization-based jailbreak method. TAO-Attack employs a two-stage loss function: the first stage suppresses refusals to ensure the model continues harmful prefixes, while the second stage penalizes pseudo-harmful outputs and encourages the model toward more harmful completions. In addition, we design a direction-priority token optimization (DPTO) strategy that improves efficiency by aligning candidates with the gradient direction before considering update magnitude. Extensive experiments on multiple LLMs demonstrate that TAO-Attack consistently outperforms state-of-the-art methods, achieving higher attack success rates and even reaching 100\% in certain scenarios.

📄 PDF Abstract BibTeX arXiv:2603.03081

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

JailbreakRadar: Comprehensive Assessment of Jailbreak Attacks Against LLMs

2024-02-08 · Junjie Chu, Yugeng Liu, Ziqing Yang, Xinyue Shen 외

Jailbreak attacks aim to bypass the LLMs' safeguards. While researchers have proposed different jailbreak attacks in depth, they have done so in isolation -- either with unaligned settings or comparing a limited range of…

Ethics

Unveiling the Safety of GPT-4o: An Empirical Study using Jailbreak Attacks

2024-06-10 · Zonghao Ying, Aishan Liu, Xianglong Liu, DaCheng Tao

The recent release of GPT-4o has garnered widespread attention due to its powerful general capabilities. While its impressive performance is widely acknowledged, its safety aspects have not been sufficiently explored. Gi…

JailBreakV: A Benchmark for Assessing the Robustness of MultiModal Large Language Models against Jailbreak Attacks

2024-04-03 · Weidi Luo, Siyuan Ma, Xiaogeng Liu, XIAOYU GUO 외

With the rapid advancements in Multimodal Large Language Models (MLLMs), securing these models against malicious inputs while aligning them with human values has emerged as a critical challenge. In this paper, we investi…

LLM Jailbreak

EasyJailbreak: A Unified Framework for Jailbreaking Large Language Models

2024-03-18 · Weikang Zhou, Xiao Wang, Limao Xiong, Han Xia 외

Jailbreak attacks are crucial for identifying and mitigating the security vulnerabilities of Large Language Models (LLMs). They are designed to bypass safeguards and elicit prohibited outputs. However, due to significant…

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 …