paper-with-me

홈 › Papers

Deliberative Alignment is Deep, but Uncertainty Remains: Inference time safety improvement in reasoning via attribution of unsafe behavior to base model

2026-04-01 · Pankayaraj Pathmanathan, Furong Huang arxiv

While the wide adoption of refusal training in large language models (LLMs) has showcased improvements in model safety, recent works have highlighted shortcomings due to the shallow nature of these alignment methods. To this end, the work on Deliberative alignment proposed distilling reasoning capabilities from stronger reasoning models, thereby instilling deeper safety in LLMs. In this work, we study the impact of deliberative alignment in language models. First, we show that despite being larger in model size and stronger in safety capability, there exists an alignment gap between teacher and student language models, which affects both the safety and general utility of the student model. Furthermore, we show that models aligned through deliberative alignment can retain unsafe behaviors from the base model despite learning the reasoning patterns of larger reasoning models. Building upon this observation, we propose a BoN sampling method that attributes the unsafe behavior back to the base LLMs in the latent space, thereby down-ranking unsafe responses to gain a meaningful improvement in model safety across multiple safety benchmarks with minimal loss in utility. In particular, across 7 teacher models and 6 student models of different classes and sizes, we show an average attack success rate (ASR) reduction of 28.2% in DAN, 31.3% in WildJailbreak and 35.4 % in StrongREJECT benchmarks. We further show that these safety gains prevail post RL training, thus highlighting the uncertainty in safety reasoning and it's explicit attribution to the base model.

📄 PDF Abstract BibTeX arXiv:2604.09665

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Deliberative Alignment: Reasoning Enables Safer Language Models

2024-12-20 · Melody Y. Guan, Manas Joglekar, Eric Wallace, Saachi Jain 외

As large-scale language models increasingly impact safety-critical domains, ensuring their reliable adherence to well-defined principles remains a fundamental challenge. We introduce Deliberative Alignment, a new paradig…

Out-of-Distribution Generalization

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 pr…

Computational Efficiency

Training Deliberative Monitors for Black-Box Scheming Detection

2026-05-28 · Aditya Sinha, Akshat Naik, Victor Gillioz, Simon Storf 외 arxiv

As autonomous agents become more capable of performing real-world tasks, distinguishing scheming behavior from benign task pursuit may become a central AI control problem. Existing monitors often rely on chain-of-thought…

Reinforcement Learning

Reasoning over Precedents Alongside Statutes: Case-Augmented Deliberative Alignment for LLM Safety

2026-01-12 · Can Jin, Rui Wu, Tong Che, Qixin Zhang 외 arxiv

Ensuring that Large Language Models (LLMs) adhere to safety principles without refusing benign requests remains a significant challenge. While OpenAI introduces deliberative alignment (DA) to enhance the safety of its o-…

Reinforcement Learning

DORY: Deliberative Prompt Recovery for LLM

2024-05-31 · Lirong Gao, Ru Peng, Yiming Zhang, Junbo Zhao

Prompt recovery in large language models (LLMs) is crucial for understanding how LLMs work and addressing concerns regarding privacy, copyright, etc. The trend towards inference-only APIs complicates this task by restric…