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

arXiv cs.LG / 4/14/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper argues that refusal training and earlier “deliberative alignment” approaches can be shallow, leaving an alignment gap between a stronger teacher model and a student model that impacts both safety and general usefulness.
  • It finds that even after students learn reasoning patterns via deliberative alignment, they can still retain unsafe behaviors from the underlying base model.
  • To address this, the authors propose a BoN (sampling) method that explicitly attributes unsafe behavior back to the base LLM in latent space and down-ranks unsafe responses.
  • Experiments across 7 teacher models and 6 student models report substantial reductions in attack success rates on multiple safety benchmarks (e.g., ~28.2% in DAN, ~31.3% in WildJailbreak, and ~35.4% in StrongREJECT).
  • The study shows these safety improvements persist after RL training, emphasizing ongoing uncertainty in how “safe reasoning” transfers and the importance of tracing unsafe behavior sources.

Abstract

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.