Safety Recovery in Reasoning Models Is Only a Few Early Steering Steps Away
Soumya Suvra Ghosal, Souradip Chakraborty, Vaibhav Singh, Furong Huang, Dinesh Manocha, Amrit Singh Bedi
TL;DR
Reinforcement-learning post-training for explicit chain-of-thought can boost reasoning in multimodal models but degrades safety alignment. SafeThink introduces inference-time steering that uses a safety reward model to monitor reasoning traces and injects a short prefix, such as “Wait, think safely,” when safety falls below a threshold, achieving safety recovery as a satisficing constraint. Across six open-source MLRMs and four jailbreak benchmarks, SafeThink reduces jailbreak attack success rates by about 30–60% while preserving reasoning performance, with corrective steering typically required only in the first 1–3 reasoning steps. This lightweight defense avoids retraining and demonstrates that safety-relevant behavior remains latent in RL-tuned models, enabling safer deployment of reasoning-capable AI systems.
Abstract
Reinforcement learning (RL) based post-training for explicit chain-of-thought (e.g., GRPO) improves the reasoning ability of multimodal large-scale reasoning models (MLRMs). But recent evidence shows that it can simultaneously degrade safety alignment and increase jailbreak success rates. We propose SafeThink, a lightweight inference-time defense that treats safety recovery as a satisficing constraint rather than a maximization objective. SafeThink monitors the evolving reasoning trace with a safety reward model and conditionally injects an optimized short corrective prefix ("Wait, think safely") only when the safety threshold is violated. In our evaluations across six open-source MLRMs and four jailbreak benchmarks (JailbreakV-28K, Hades, FigStep, and MM-SafetyBench), SafeThink reduces attack success rates by 30-60% (e.g., LlamaV-o1: 63.33% to 5.74% on JailbreakV-28K, R1-Onevision: 69.07% to 5.65% on Hades) while preserving reasoning performance (MathVista accuracy: 65.20% to 65.00%). A key empirical finding from our experiments is that safety recovery is often only a few steering steps away: intervening in the first 1-3 reasoning steps typically suffices to redirect the full generation toward safe completions.
