paper-with-me

홈 › Papers

Do LLMs Know Their Vulnerable Scenarios?

2026-07-26 · Ziheng Peng, Huiqi Deng, Haoran Jing, Xuankun Rong, Jiahui Han, Xiting Wang, Na Zou, Xia Hu arxiv

Safety-aligned large language models are trained to refuse harmful requests, yet embedding the same requests in particular scenarios can bypass their safeguards. Existing red-teaming methods empirically identify effective scenarios through observed attack outcomes, but why particular scenarios weaken refusal remains mechanistically unclear. Meanwhile, mechanistic interpretability studies have characterized both refusal directions and jailbreak-associated features, without explaining the relationship between the two representations. In this work, we show that scenario-wrapped prompts activate internal scenario directions whose causal steering consistently reduces refusal scores. Building on this finding, we propose \textsc{Concept2Scenario}, a concept-based attribution framework for vulnerable scenario discovery. It instantiates a broad concept space with a sparse autoencoder, attributes refusal suppression to individual concepts, translates the identified concepts into interpretable natural-language scenarios, and identifies synergistic scenario combinations through interaction attribution. Across three open-source models, two safety benchmarks, and six black-box jailbreak methods, the discovered scenarios serve as reusable priors that improve average attack success rates by up to $18.2$ percentage points. They also transfer to GPT-5, Claude-Haiku-4.5, and Gemini-3-Flash, suggesting that some scenario-level refusal vulnerabilities are shared across model families. Moreover, the identified combinations outperform their individual constituents and enable iterative attacks to succeed in fewer turns.

📄 PDF Abstract BibTeX arXiv:2607.23496

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ProSec: Fortifying Code LLMs with Proactive Security Alignment

2024-11-19 · Xiangzhe Xu, Zian Su, Jinyao Guo, Kaiyuan Zhang 외

While recent code-specific large language models (LLMs) have greatly enhanced their code generation capabilities, the safety of these models remains under-explored, posing potential risks as insecure code generated by th…

Code Generation

Vul-RAG: Enhancing LLM-based Vulnerability Detection via Knowledge-level RAG

2024-06-17 · Xueying Du, Geng Zheng, Kaixin Wang, Yi Zou 외

Although LLMs have shown promising potential in vulnerability detection, this study reveals their limitations in distinguishing between vulnerable and similar-but-benign patched code (only 0.06 - 0.14 accuracy). It shows…

RAGRetrieval-augmented GenerationVulnerability Detection

Robustifying Safety-Aligned Large Language Models through Clean Data Curation

2024-05-24 · Xiaoqun Liu, Jiacheng Liang, Muchao Ye, Zhaohan Xi

Large language models (LLMs) are vulnerable when trained on datasets containing harmful content, which leads to potential jailbreaking attacks in two scenarios: the integration of harmful texts within crowdsourced data u…

Safety Alignment

Medical MLLM is Vulnerable: Cross-Modality Jailbreak and Mismatched Attacks on Medical Multimodal Large Language Models

2024-05-26 · Xijie Huang, Xinyuan Wang, Hantao Zhang, Yinghao Zhu 외

Security concerns related to Large Language Models (LLMs) have been extensively explored, yet the safety implications for Multimodal Large Language Models (MLLMs), particularly in medical contexts (MedMLLMs), remain insu…

Law in Silico: Simulating Legal Society with LLM-Based Agents

2025-10-28 · Yiding Wang, Yuxuan Chen, Fanxu Meng, Xifan Chen 외 arxiv

Since real-world legal experiments are often costly or infeasible, simulating legal societies with Artificial Intelligence (AI) systems provides an effective alternative for verifying and developing legal theory, as well…