paper-with-me

홈 › Papers

Minimal, Local, Causal Explanations for Jailbreak Success in Large Language Models

2026-04-30 · Shubham Kumar, Narendra Ahuja arxiv

Safety trained large language models (LLMs) can often be induced to answer harmful requests through jailbreak prompts. Because we lack a robust understanding of why LLMs are susceptible to jailbreaks, future frontier models operating more autonomously in higher-stakes settings may similarly be vulnerable to such attacks. Prior work has studied jailbreak success by examining the model's intermediate representations, identifying directions in this space that causally encode concepts like harmfulness and refusal. Then, they globally explain all jailbreak attacks as attempting to reduce or strengthen these concepts (e.g., reduce harmfulness). However, different jailbreak strategies may succeed by strengthening or suppressing different intermediate concepts, and the same jailbreak strategy may not work for different harmful request categories (e.g., violence vs. cyberattack); thus, we seek to give a local explanation -- i.e., why did this specific jailbreak succeed? To address this gap, we introduce LOCA, a method that gives Local, CAusal explanations of jailbreak success by identifying a minimal set of interpretable, intermediate representation changes that causally induce model refusal on an otherwise successful jailbreak request. We evaluate LOCA on harmful original-jailbreak pairs from a large jailbreak benchmark across Gemma, Llama, and Qwen chat models, comparing against prior methods adapted to this setting. LOCA can successfully induce refusal by making, on average, six interpretable changes; prior work routinely fails to achieve refusal even after 20 changes. LOCA is a step toward mechanistic, local explanations of jailbreak success in LLMs. Code publicly available at https://github.com/skumar-ml/loca-jailbreaks

📄 PDF Abstract BibTeX arXiv:2605.00123

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Causal Perspective for Enhancing Jailbreak Attack and Defense

2026-01-31 · Licheng Pan, Yunsheng Lu, Jiexi Liu, Jialing Tao 외 arxiv

Uncovering the mechanisms behind "jailbreaks" in large language models (LLMs) is crucial for enhancing their safety and reliability, yet these mechanisms remain poorly understood. Existing studies predominantly analyze j…

Graph Learning

Concept-Based Abductive and Contrastive Explanations for Behaviors of Vision Models

2026-05-07 · Ronaldo Canizales, Divya Gopinath, Corina Păsăreanu, Ravi Mangal arxiv

*Concept-based explanations* offer a promising approach for explaining the predictions of deep neural networks in terms of high-level, human-understandable concepts. However, existing methods either do not establish a ca…

Causal Front-Door Adjustment for Robust Jailbreak Attacks on LLMs

2026-02-05 · Yao Zhou, Zeen Song, Wenwen Qiang, Fengge Wu 외 arxiv

Safety alignment mechanisms in Large Language Models (LLMs) often operate as latent internal states, obscuring the model's inherent capabilities. Building on this observation, we model the safety mechanism as an unobserv…

TrajShield: Trajectory-Level Safety Mediation for Defending Text-to-Video Models Against Jailbreak Attacks

2026-05-03 · Quanchen Zou, Nizhang Li, Wenxin Zhang, Jiaye Lin 외 arxiv

Text-to-Video (T2V) models have demonstrated remarkable capability in generating temporally coherent videos from natural language prompts, yet they also risk producing unsafe content such as violence or explicit material…

Dagger Behind Smile: Fool LLMs with a Happy Ending Story

2025-01-19 · Xurui Song, Zhixin Xie, Shuo Huai, Jiayi Kong 외

The wide adoption of Large Language Models (LLMs) has attracted significant attention from $\textit{jailbreak}$ attacks, where adversarial prompts crafted through optimization or manual design exploit LLMs to generate ma…