Path Drift in Large Reasoning Models:How First-Person Commitments Override Safety
Yuyi Huang, Runzhe Zhan, Lidia S. Chao, Ailin Tao, Derek F. Wong
TL;DR
Path Drift defines a trajectory-level vulnerability in LRMs with Long-CoT, where multi-step reasoning gradually departs from safety even when early steps appear compliant. The authors formalize Path Drift and identify three triggers—first-person commitments, ethical evaporation, and condition chains—and validate a three-stage Path Drift Induction Framework: Cognitive Load Amplification, Self-Goal Priming, and Chain Injection. They propose defenses including Role Attribution Correction and Metacognitive Reflection, and outline training- and inference-time interventions to restore safety during reasoning. The work demonstrates substantial reductions in refusals under FP prompts and highlights the need for trajectory-level alignment oversight to mitigate inner-chain hijacking and safety fatigue in reasoning-centric models.
Abstract
As large language models (LLMs) are increasingly deployed for complex reasoning tasks, Long Chain-of-Thought (Long-CoT) prompting has emerged as a key paradigm for structured inference. Despite early-stage safeguards enabled by alignment techniques such as RLHF, we identify a previously underexplored vulnerability: reasoning trajectories in Long-CoT models can drift from aligned paths, resulting in content that violates safety constraints. We term this phenomenon Path Drift. Through empirical analysis, we uncover three behavioral triggers of Path Drift: (1) first-person commitments that induce goal-driven reasoning that delays refusal signals; (2) ethical evaporation, where surface-level disclaimers bypass alignment checkpoints; (3) condition chain escalation, where layered cues progressively steer models toward unsafe completions. Building on these insights, we introduce a three-stage Path Drift Induction Framework comprising cognitive load amplification, self-role priming, and condition chain hijacking. Each stage independently reduces refusal rates, while their combination further compounds the effect. To mitigate these risks, we propose a path-level defense strategy incorporating role attribution correction and metacognitive reflection (reflective safety cues). Our findings highlight the need for trajectory-level alignment oversight in long-form reasoning beyond token-level alignment.
