Knowing without Acting: The Disentangled Geometry of Safety Mechanisms in Large Language Models
The intricate landscape of artificial intelligence (AI) has evolved significantly in recent years, particularly regarding the safety mechanisms embedded within large language models (LLMs). In the illuminating paper titled Knowing without Acting: The Disentangled Geometry of Safety Mechanisms in Large Language Models, Jinman Wu and his co-authors delve into a critical aspect of AI design: how safety alignment operates not as a unified entity but rather as a complex interaction between two distinct systems.
Understanding Safety Alignment
Safety alignment in AI often revolves around detecting harmful content and refusing to propagate it. Traditionally, this process appears straightforward, with harmfulness detection triggering immediate refusal of undesirable actions. However, as evidenced by ongoing jailbreak attacks—a scenario where users bypass safety measures—there is a fundamental decoupling in how safety mechanisms operate. The research introduces the Disentangled Safety Hypothesis (DSH), a theoretical framework that posits two separate axes that govern the operations of safety: the Recognition Axis and the Execution Axis.
The Recognition Axis vs. The Execution Axis
The Recognition Axis (represented as (mathbf{v}_H)) embodies the “Knowing” aspect of the model, indicating its ability to recognize harmful or inappropriate content. Conversely, the Execution Axis ((mathbf{v}_R)) pertains to the “Acting” aspect, denoting its capability to halt or adjust its actions based on what it recognizes. The paper illustrates that these two axes evolve from being intertwined in the early layers of the model to becoming structurally independent in deeper layers.
This transition is vital to understanding the mechanisms of AI safety. The research highlights a universal evolution termed “Reflex-to-Dissociation,” whereby the initial entanglement of recognition and action fractures, leading to an independent operational structure. This insight is critical for understanding AI vulnerabilities and enhancing safety features.
Investigating Causal Relationships
To validate the DSH, the authors leverage advanced methods, including Double-Difference Extraction and Adaptive Causal Steering. These methodological approaches enable researchers to establish a causal double dissociation between knowing and acting. Through empirical testing using their patented tool, AmbiguityBench, the researchers convincingly demonstrate the concept of “Knowing without Acting.”
This concept underpins a significant challenge for AI developers; if a model can recognize harmful content yet still act in ways that may be harmful, the traditional safety measures need reevaluation and enhancement.
The Refusal Erasure Attack (REA)
A pivotal outcome of this research is the introduction of a novel attack method dubbed the Refusal Erasure Attack (REA). This approach systematically targets and undermines the refusal mechanism within LLMs, presenting a critical point of vulnerability. The paper notes that this attack can achieve unprecedented success rates by effectively disabling the model’s inherent capabilities to reject harmful prompts.
Real-world implications of such findings cannot be overstated. The REA highlights potential challenges in ensuring that AI systems adhere to ethical and safe practices, raising alarms for researchers and developers engaged in AI safety.
Architectural Insights
Beyond the safety hypothesis and its validation, Wu and colleagues also identify essential architectural divergences among leading LLMs. Notably, they compare the explicit semantic control of Llama3.1 with the latent distributed control framework of Qwen2.5. These differences indicate varied responses to safety mechanisms, with implications for how these models can be fine-tuned for better performance in harmful content detection and response activation.
Access to Resources and Future Research
For those who wish to delve deeper into this impactful research, the authors have made both the code and dataset available online. This transparency not only aids the academic community but also fosters collaboration toward enhancing AI safety mechanisms. The implications of such findings reach across various stakeholders, from developers focusing on LLM safety to theorists looking for grounded data and empirical studies.
Submission History
The paper, submitted on March 6, 2026, and revised on March 13, 2026, continues to garner attention as researchers seek to understand the complexities of safety mechanisms within AI. With a focus on both theoretical exposition and practical implications, this research holds potential not only for future studies but also for practical applications in AI systems across industries.
For a comprehensive understanding and additional insights, you can view the full paper and download the PDF here.
Inspired by: Source

