Step-Wise Refusal Dynamics in Autoregressive and Diffusion Language Models
Eliron Rahimi, Elad Hirshel, Rom Himelstein, Amit LeVi, Avi Mendelson, Chaim Baskin
TL;DR
This work addresses safety in text generation by comparing autoregressive decoding with diffusion remasking, revealing that sampling mechanics significantly shape refusal and jailbreak robustness beyond learned representations. It introduces the Step-Wise Refusal Internal Dynamics (SRI) signal, an internal trajectory-based representation that captures step-wise safety states and enables efficient, model-agnostic detection of unsafe generations via SRI Guard. The authors show that harmful generations exhibit incomplete internal recovery in SRI space, and that diffusion sampling affords higher internal recoverability and stronger text-level refusals than AR decoding. The proposed framework and detectors achieve comparable or superior defense performance with over 100x lower inference overhead, offering practical, scalable tools for reinforcing safety across AR and diffusion-based language models.
Abstract
Diffusion language models (DLMs) have recently emerged as a promising alternative to autoregressive (AR) models, offering parallel decoding and controllable sampling dynamics while achieving competitive generation quality at scale. Despite this progress, the role of sampling mechanisms in shaping refusal behavior and jailbreak robustness remains poorly understood. In this work, we present a fundamental analytical framework for step-wise refusal dynamics, enabling comparison between AR and diffusion sampling. Our analysis reveals that the sampling strategy itself plays a central role in safety behavior, as a factor distinct from the underlying learned representations. Motivated by this analysis, we introduce the Step-Wise Refusal Internal Dynamics (SRI) signal, which supports interpretability and improved safety for both AR and DLMs. We demonstrate that the geometric structure of SRI captures internal recovery dynamics, and identifies anomalous behavior in harmful generations as cases of \emph{incomplete internal recovery} that are not observable at the text level. This structure enables lightweight inference-time detectors that generalize to unseen attacks while matching or outperforming existing defenses with over $100\times$ lower inference overhead.
