paper-with-me

홈 › Papers

Rewrite to Jailbreak: Discover Learnable and Transferable Implicit Harmfulness Instruction

2025-02-16 · YuTing Huang, Chengyuan Liu, Yifeng Feng, Chao Wu, Fei Wu, Kun Kuang

As Large Language Models (LLMs) are widely applied in various domains, the safety of LLMs is increasingly attracting attention to avoid their powerful capabilities being misused. Existing jailbreak methods create a forced instruction-following scenario, or search adversarial prompts with prefix or suffix tokens to achieve a specific representation manually or automatically. However, they suffer from low efficiency and explicit jailbreak patterns, far from the real deployment of mass attacks to LLMs. In this paper, we point out that simply rewriting the original instruction can achieve a jailbreak, and we find that this rewriting approach is learnable and transferable. We propose the Rewrite to Jailbreak (R2J) approach, a transferable black-box jailbreak method to attack LLMs by iteratively exploring the weakness of the LLMs and automatically improving the attacking strategy. The jailbreak is more efficient and hard to identify since no additional features are introduced. Extensive experiments and analysis demonstrate the effectiveness of R2J, and we find that the jailbreak is also transferable to multiple datasets and various types of models with only a few queries. We hope our work motivates further investigation of LLM safety.

📄 PDF Abstract BibTeX arXiv:2502.11084

Code (1)

ythuang02/R2J 공식 구현 pytorch

Tasks

Instruction Following

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Toward Universal and Transferable Jailbreak Attacks on Vision-Language Models

2026-02-01 · Kaiyuan Cui, Yige Li, Yutao Wu, Xingjun Ma 외 arxiv

Vision-language models (VLMs) extend large language models (LLMs) with vision encoders, enabling text generation conditioned on both images and text. However, this multimodal integration expands the attack surface by exp…

Text Generation

A Distribution-Free Framework for Rewrite-Based Human-text Detection via Knockoff Filtering

2026-05-29 · Yi Liu arxiv

We propose a distribution-free statistical framework that converts arbitrary rewrite-based detectors into detectors with finite-sample FDR guarantees without retraining. Our key observation is that rewrite-based detectio…

Text Detection

Say It Differently: Linguistic Styles as Jailbreak Vectors

2025-11-13 · Srikant Panda, Avinash Rai arxiv

Large Language Models (LLMs) are commonly evaluated for robustness against paraphrased or semantically equivalent jailbreak prompts, yet little attention has been paid to linguistic variation as an attack surface. In thi…

SRTJ: Self-Evolving Rule-Driven Training-Free LLM Jailbreaking

2026-05-01 · Jindong Li, Ying Liu, Yali Fu, Jinjing Zhu 외 arxiv

LLMs are increasingly equipped with safety alignment mechanisms, yet recent studies demonstrate that they remain vulnerable to jailbreaking attacks that elicit harmful behaviors without explicit policy violations. While …

Online Learning Defense against Iterative Jailbreak Attacks via Prompt Optimization

2025-10-19 · Masahiro Kaneko, Zeerak Talat, Timothy Baldwin arxiv

Iterative jailbreak methods that repeatedly rewrite and input prompts into large language models (LLMs) to induce harmful outputs -- using the model's previous responses to guide each new iteration -- have been found to …

Reinforcement Learning