paper-with-me

Papers

EASE: Practical and Efficient Safety Alignment for Small Language Models

2025-11-09 · Haonan Shi, Guoli Wang, Tu Ouyang, An Wang arxiv

Small language models (SLMs) are increasingly deployed on edge devices, making their safety alignment crucial yet challenging. Current shallow alignment methods that rely on direct refusal of malicious queries fail to provide robust protection, particularly against adversarial jailbreaks. While deliberative safety reasoning alignment offers deeper alignment for defending against sophisticated attacks, effectively implanting such reasoning capability in SLMs with limited capabilities remains an open challenge. Moreover, safety reasoning incurs significant computational overhead as models apply reasoning to nearly all queries, making it impractical for resource-constrained edge deployment scenarios that demand rapid responses. We propose EASE, a novel framework that enables practical and Efficient safety Alignment for Small languagE models. Our approach first identifies the optimal safety reasoning teacher that can effectively distill safety reasoning capabilities to SLMs. We then align models to selectively activate safety reasoning for dangerous adversarial jailbreak queries while providing direct responses to straightforward malicious queries and general helpful tasks. This selective mechanism enables small models to maintain robust safety guarantees against sophisticated attacks while preserving computational efficiency for benign interactions. Experimental results demonstrate that EASE reduces jailbreak attack success rates by up to 17% compared to shallow alignment methods while reducing inference overhead by up to 90% compared to deliberative safety reasoning alignment, making it practical for SLMs real-world edge deployments.

📄 PDF Abstract BibTeX arXiv:2511.06512

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Skin-Deep: A Geometric Diagnostic for Alignment Fragility in Large Language Model Representations

2026-06-21 · Dongyub Jude Lee, Jungseob Lee, Seungyoon Lee, Seongtae Hong 외 arxiv

Alignment tuning is meant to make harmful-request refusal robust, yet this safety behavior can be erased by a small set of benign fine-tuning examples. This is a deployment risk for open-weight models because a checkpoin…

Light Alignment Improves LLM Safety via Model Self-Reflection with a Single Neuron

2026-02-02 · Sicheng Shen, Mingyang Lv, Han Shen, Jialin Wu 외 arxiv

The safety of large language models (LLMs) has increasingly emerged as a fundamental aspect of their development. Existing safety alignment for LLMs is predominantly achieved through post-training methods, which are comp…

SafeNeuron: Neuron-Level Safety Alignment for Large Language Models

2026-02-12 · Zhaoxin Wang, Jiaming Liang, Fengbin Zhu, Weixiang Zhao 외 arxiv

Large language models (LLMs) and multimodal LLMs are typically safety-aligned before release to prevent harmful content generation. However, recent studies show that safety behaviors are concentrated in a small subset of…

BabelSteering: Multilingual Safety Alignment via English Steering Vectors

2026-08-17 · Emma V. Stein, Dominik Meier, Terry Ruas, Jan Philip Wahle 외 arxiv

Large language models (LLMs) are deployed globally in high-stakes settings, yet most safety research and alignment efforts remain concentrated on English. Thus, users interacting with LLMs in other languages may encounte…

Can Safety Emerge from Weak Supervision? A Systematic Analysis of Small Language Models

2026-03-07 · Punyajoy Saha, Sudipta Halder, Debjyoti Mondal, Subhadarshi Panda arxiv

Safety alignment is critical for deploying large language models (LLMs) in real-world applications, yet most existing approaches rely on large human-annotated datasets and static red-teaming benchmarks that are costly, d…