paper-with-me

Papers

Attributing and Exploiting Safety Vectors through Global Optimization in Large Language Models

2026-01-22 · Fengheng Chu, Jiahao Chen, Yuhong Wang, Jun Wang, Zhihui Fu, Shouling Ji, Songze Li arxiv

While Large Language Models (LLMs) are aligned to mitigate risks, their safety guardrails remain fragile against jailbreak attacks. This reveals limited understanding of components governing safety. Existing methods rely on local, greedy attribution that assumes independent component contributions. However, they overlook the cooperative interactions between different components in LLMs, such as attention heads, which jointly contribute to safety mechanisms. We propose \textbf{G}lobal \textbf{O}ptimization for \textbf{S}afety \textbf{V}ector Extraction (GOSV), a framework that identifies safety-critical attention heads through global optimization over all heads simultaneously. We employ two complementary activation repatching strategies: Harmful Patching and Zero Ablation. These strategies identify two spatially distinct sets of safety vectors with consistently low overlap, termed Malicious Injection Vectors and Safety Suppression Vectors, demonstrating that aligned LLMs maintain separate functional pathways for safety purposes. Through systematic analyses, we find that complete safety breakdown occurs when approximately 30\% of total heads are repatched across all models. Building on these insights, we develop a novel inference-time white-box jailbreak method that exploits the identified safety vectors through activation repatching. Our attack substantially outperforms existing white-box attacks across all test models, providing strong evidence for the effectiveness of the proposed GOSV framework on LLM safety interpretability.

📄 PDF Abstract BibTeX arXiv:2601.15801

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Concept Boundary Vectors

2024-12-20 · Thomas Walker

Machine learning models are trained with relatively simple objectives, such as next token prediction. However, on deployment, they appear to capture a more fundamental representation of their input data. It is of interes…

Mindful Explanations: Prevalence and Impact of Mind Attribution in XAI Research

2023-12-19 · Susanne Hindennach, Lei Shi, Filip Miletić, Andreas Bulling

When users perceive AI systems as mindful, independent agents, they hold them responsible instead of the AI experts who created and designed these systems. So far, it has not been studied whether explanations support thi…

ArticlesSemantic Shift Detection

Towards Stable, Globally Expressive Graph Representations with Laplacian Eigenvectors

2024-10-13 · Junru Zhou, Cai Zhou, Xiyuan Wang, Pan Li 외

Graph neural networks (GNNs) have achieved remarkable success in a variety of machine learning tasks over graph data. Existing GNNs usually rely on message passing, i.e., computing node representations by gathering infor…

Graph Learning

A safety realignment framework via subspace-oriented model fusion for large language models

2024-05-15 · Xin Yi, Shunfan Zheng, LinLin Wang, Xiaoling Wang 외

The current safeguard mechanisms for large language models (LLMs) are indeed susceptible to jailbreak attacks, making them inherently fragile. Even the process of fine-tuning on apparently benign data for downstream task…

Instruction FollowingMath

LLM-VA: Resolving the Jailbreak-Overrefusal Trade-off via Vector Alignment

2026-01-27 · Haonan Zhang, Dongxia Wang, Yi Liu, Kexin Chen 외 arxiv

Safety-aligned LLMs suffer from two failure modes: jailbreak (answering harmful inputs) and over-refusal (declining benign queries). Existing vector steering methods adjust the magnitude of answer vectors, but this creat…