paper-with-me

Papers

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 work, we propose Intent-FT, a simple and lightweight fine-tuning approach that explicitly trains LLMs to infer the underlying intent of an instruction before responding. By fine-tuning on a targeted set of adversarial instructions, Intent-FT enables LLMs to generalize intent deduction to unseen attacks, thereby substantially improving their robustness. We comprehensively evaluate both parametric and non-parametric attacks across open-source and proprietary models, considering harmfulness from attacks, utility, over-refusal, and impact against white-box threats. Empirically, Intent-FT consistently mitigates all evaluated attack categories, with no single attack exceeding a 50\% success rate -- whereas existing defenses remain only partially effective. Importantly, our method preserves the model's general capabilities and reduces excessive refusals on benign instructions containing superficially harmful keywords. Furthermore, models trained with Intent-FT accurately identify hidden harmful intent in adversarial attacks, and these learned intentions can be effectively transferred to enhance vanilla model defenses. We publicly release our code at https://github.com/wj210/Intent_Jailbreak.

📄 PDF Abstract BibTeX arXiv:2508.12072

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

Towards Safe Multilingual Frontier AI

2024-09-06 · Artūrs Kanepajs, Vladimir Ivanov, Richard Moulange

Linguistically inclusive LLMs -- which maintain good performance regardless of the language with which they are prompted -- are necessary for the diffusion of AI benefits around the world. Multilingual jailbreaks that re…

Rapid Response: Mitigating LLM Jailbreaks with a Few Examples

2024-11-12 · Alwin Peng, Julian Michael, Henry Sleight, Ethan Perez 외

As large language models (LLMs) grow more powerful, ensuring their safety against misuse becomes crucial. While researchers have focused on developing robust defenses, no method has yet achieved complete invulnerability …

Adversarial Robustness

NEXUS: Network Exploration for eXploiting Unsafe Sequences in Multi-Turn LLM Jailbreaks

2025-10-03 · Javad Rafiei Asl, Sidhant Narula, Mohammad Ghasemigol, Eduardo Blanco 외 arxiv

Large Language Models (LLMs) have revolutionized natural language processing but remain vulnerable to jailbreak attacks, especially multi-turn jailbreaks that distribute malicious intent across benign exchanges and bypas…

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