paper-with-me

Papers

SAID: Safety-Aware Intent Defense via Prefix Probing for Large Language Models

2025-10-23 · Yulong Chen, Qi Zhang, Jiawen Zhang, Yadong Liu, Mu Li, Jie Wen, Yong Xu arxiv

Large Language Models (LLMs) remain vulnerable to jailbreak attacks, where adversarially crafted prompts induce policy-violating responses despite safety alignment. Existing defenses typically improve safety through external filtering, auxiliary guardrails, or decoding-time control. However, these interventions often reduce practical deployability because they may require additional model access, introduce extra inference cost, or affect benign-task utility. In this paper, we propose Safety-Aware Intent Defense (SAID), a training-free jailbreak defense framework based on intent-level safety probing. SAID first distills potentially obfuscated user inputs into concise core intents using the target model itself. It then applies a validated safety prefix to probe each distilled intent and elicit the model's safety-aware response. Finally, a conservative aggregation rule rejects the original request if any distilled intent is identified as unsafe. This design enables black-box-compatible defense without updating model parameters or modifying the decoding process. Experiments on four open-source LLMs under six representative jailbreak attacks show that SAID achieves state-of-the-art defense performance in reducing harmful responses while maintaining competitive utility on benign tasks. Further analyses on prefix variants, hierarchical distillation, and inference efficiency demonstrate that SAID provides a practical safety-utility trade-off for securing LLMs against jailbreak threats.

📄 PDF Abstract BibTeX arXiv:2510.20129

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

From Shallow to Deep: Pinning Semantic Intent via Causal GRPO

2026-03-03 · Shuyi Zhou, Zeen Song, Wenwen Qiang, Jiyan Sun 외 arxiv

Large Language Models remain vulnerable to adversarial prefix attacks (e.g., ``Sure, here is'') despite robust standard safety. We diagnose this vulnerability as Shallow Safety Alignment, stemming from a pathology we ter…

HumorReject: Decoupling LLM Safety from Refusal Prefix via A Little Humor

2025-01-23 · Zihui Wu, Haichang Gao, Jiacheng Luo, Zhaoxiang Liu

Large Language Models (LLMs) commonly rely on explicit refusal prefixes for safety, making them vulnerable to prefix injection attacks. We introduce HumorReject, a novel data-driven approach that reimagines LLM safety by…

SecurityLingua: Efficient Defense of LLM Jailbreak Attacks via Security-Aware Prompt Compression

2025-06-15 · Yucheng Li, Surin Ahn, Huiqiang Jiang, Amir H. Abdi 외

Large language models (LLMs) have achieved widespread adoption across numerous applications. However, many LLMs are vulnerable to malicious attacks even after safety alignment. These attacks typically bypass LLMs' safety…

LLM JailbreakSafety Alignment

Exploring the Vulnerability of the Content Moderation Guardrail in Large Language Models via Intent Manipulation

2025-05-24 · Jun Zhuang, Haibo Jin, Ye Zhang, Zhengjian Kang 외

Intent detection, a core component of natural language understanding, has considerably evolved as a crucial mechanism in safeguarding large language models (LLMs). While prior work has applied intent detection to enhance…

Intent DetectionNatural Language UnderstandingRed Teaming

Mitigating Jailbreaks with Intent-Aware LLMs

2025-08-16 · Wei Jie Yeo, Ranjan Satapathy, Erik Cambria arxiv

Despite extensive safety-tuning, large language models (LLMs) remain vulnerable to jailbreak attacks via adversarially crafted instructions, reflecting a persistent trade-off between safety and task performance. In this …