paper-with-me

홈 › Papers

Toward Understanding the Transferability of Adversarial Suffixes in Large Language Models

2025-10-24 · Sarah Ball, Niki Hasrati, Alexander Robey, Avi Schwarzschild, Frauke Kreuter, Zico Kolter, Andrej Risteski arxiv

Discrete optimization-based jailbreaking attacks on large language models aim to generate short, nonsensical suffixes that, when appended onto input prompts, elicit disallowed content. Notably, these suffixes are often transferable -- succeeding on prompts and models for which they were never optimized. And yet, despite the fact that transferability is surprising and empirically well-established, the field lacks a rigorous analysis of when and why transfer occurs. To fill this gap, we identify three statistical properties that strongly correlate with transfer success across numerous experimental settings: (1) how much a prompt without a suffix activates a model's internal refusal direction, (2) how strongly a suffix induces a push away from this direction, and (3) how large these shifts are in directions orthogonal to refusal. On the other hand, we find that prompt semantic similarity only weakly correlates with transfer success. These findings lead to a more fine-grained understanding of transferability, which we use in interventional experiments to showcase how our statistical analysis can translate into practical improvements in attack success.

📄 PDF Abstract BibTeX arXiv:2510.22014

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Similarity

Similar Papers 제목 키워드 기반

Universal Adversarial Suffixes for Language Models Using Reinforcement Learning with Calibrated Reward

2025-12-09 · Sampriti Soor, Suklav Ghosh, Arijit Sur arxiv

Language models are vulnerable to short adversarial suffixes that can reliably alter predictions. Previous works usually find such suffixes with gradient search or rule-based methods, but these are brittle and often tied…

Natural Language InferenceReinforcement Learning

Iterative Self-Tuning LLMs for Enhanced Jailbreaking Capabilities

2024-10-24 · Chung-En Sun, Xiaodong Liu, Weiwei Yang, Tsui-Wei Weng 외

Recent research has shown that Large Language Models (LLMs) are vulnerable to automated jailbreak attacks, where adversarial suffixes crafted by algorithms appended to harmful queries bypass safety alignment and trigger …

Safety Alignment

Universal Adversarial Suffixes Using Calibrated Gumbel-Softmax Relaxation

2025-12-09 · Sampriti Soor, Suklav Ghosh, Arijit Sur arxiv

Language models (LMs) are often used as zero-shot or few-shot classifiers by scoring label words, but they remain fragile to adversarial prompts. Prior work typically optimizes task- or model-specific triggers, making re…

Natural Language InferenceSentiment Analysis

Advancing Adversarial Suffix Transfer Learning on Aligned Large Language Models

2024-08-27 · Hongfu Liu, Yuxi Xie, Ye Wang, Michael Shieh

Language Language Models (LLMs) face safety concerns due to potential misuse by malicious users. Recent red-teaming efforts have identified adversarial suffixes capable of jailbreaking LLMs using the gradient-based searc…

Red TeamingTransfer Learning

Adversarial Attacks on Parts of Speech: An Empirical Study in Text-to-Image Generation

2024-09-21 · G M Shahariar, Jia Chen, Jiachen Li, Yue Dong

Recent studies show that text-to-image (T2I) models are vulnerable to adversarial attacks, especially with noun perturbations in text prompts. In this study, we investigate the impact of adversarial attacks on different …

Adversarial AttackImage GenerationPOSTAG+2