paper-with-me

홈 › Papers

GUARD-SLM: Token Activation-Based Defense Against Jailbreak Attacks for Small Language Models

2026-03-28 · Md Jueal Mia, Joaquin Molto, Yanzhao Wu, M. Hadi Amini arxiv

Small Language Models (SLMs) are emerging as efficient and economically viable alternatives to Large Language Models (LLMs), offering competitive performance with significantly lower computational costs and latency. These advantages make SLMs suitable for resource-constrained and efficient deployment on edge devices. However, existing jailbreak defenses show limited robustness against heterogeneous attacks, largely due to an incomplete understanding of the internal representations across different layers of language models that facilitate jailbreak behaviors. In this paper, we conduct a comprehensive empirical study on 9 jailbreak attacks across 7 SLMs and 3 LLMs. Our analysis shows that SLMs remain highly vulnerable to malicious prompts that bypass safety alignment. We analyze hidden-layer activations across different layers and model architectures, revealing that different input types form distinguishable patterns in the internal representation space. Based on this observation, we propose GUARD-SLM, a lightweight token activation-based method that operates in the representation space to filter malicious prompts during inference while preserving benign ones. Our findings highlight robustness limitations across layers of language models and provide a practical direction for secure small language model deployment.

📄 PDF Abstract BibTeX arXiv:2603.28817

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GuardNet: Graph-Attention Filtering for Jailbreak Defense in Large Language Models

2025-09-27 · Javad Forough, Mohammad Maheri, Hamed Haddadi arxiv

Large Language Models (LLMs) are increasingly susceptible to jailbreak attacks, which are adversarial prompts that bypass alignment constraints and induce unauthorized or harmful behaviors. These vulnerabilities undermin…

RobustKV: Defending Large Language Models against Jailbreak Attacks via KV Eviction

2024-10-25 · Tanqiu Jiang, Zian Wang, Jiacheng Liang, Changjiang Li 외

Jailbreak attacks circumvent LLMs' built-in safeguards by concealing harmful queries within jailbreak prompts. While existing defenses primarily focus on mitigating the effects of jailbreak prompts, they often prove inad…

ConceptGuard: Neuro-Symbolic Safety Guardrails via Sparse Interpretable Jailbreak Concepts

2025-08-22 · Darpan Aswal, Céline Hudelot arxiv

Large Language Models have found success in a variety of applications. However, their safety remains a concern due to the existence of various jailbreaking methods. Despite significant efforts, alignment and safety fine-…

ALMGuard: Safety Shortcuts and Where to Find Them as Guardrails for Audio-Language Models

2025-10-30 · Weifei Jin, Yuxin Cao, Junjie Su, Minhui Xue 외 arxiv

Recent advances in Audio-Language Models (ALMs) have significantly improved multimodal understanding capabilities. However, the introduction of the audio modality also brings new and unique vulnerability vectors. Previou…

SafePTR: Token-Level Jailbreak Defense in Multimodal LLMs via Prune-then-Restore Mechanism

2025-07-02 · Beitao Chen, Xinyu Lyu, Lianli Gao, Jingkuan Song 외 arxiv

By incorporating visual inputs, Multimodal Large Language Models (MLLMs) extend LLMs to support visual reasoning. However, this integration also introduces new vulnerabilities, making MLLMs susceptible to multimodal jail…

Visual Reasoning