CLApr 18, 2025

DETAM: Defending LLMs Against Jailbreak Attacks via Targeted Attention Modification

arXiv:2504.13562v17 citationsh-index: 6ACL
Originality Incremental advance
AI Analysis

This addresses a pressing safety concern for users of LLMs by improving defense against jailbreak attacks without fine-tuning, though it is incremental as it builds on existing attention-based techniques.

The paper tackles the problem of defending large language models against jailbreak attacks by introducing DETAM, a finetuning-free method that modifies attention to focus on user intent, which outperforms baselines and shows robust generalization across attacks and models.

With the widespread adoption of Large Language Models (LLMs), jailbreak attacks have become an increasingly pressing safety concern. While safety-aligned LLMs can effectively defend against normal harmful queries, they remain vulnerable to such attacks. Existing defense methods primarily rely on fine-tuning or input modification, which often suffer from limited generalization and reduced utility. To address this, we introduce DETAM, a finetuning-free defense approach that improves the defensive capabilities against jailbreak attacks of LLMs via targeted attention modification. Specifically, we analyze the differences in attention scores between successful and unsuccessful defenses to identify the attention heads sensitive to jailbreak attacks. During inference, we reallocate attention to emphasize the user's core intention, minimizing interference from attack tokens. Our experimental results demonstrate that DETAM outperforms various baselines in jailbreak defense and exhibits robust generalization across different attacks and models, maintaining its effectiveness even on in-the-wild jailbreak data. Furthermore, in evaluating the model's utility, we incorporated over-defense datasets, which further validate the superior performance of our approach. The code will be released immediately upon acceptance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes