RSafe: Incentivizing proactive reasoning to build robust and adaptive LLM safeguards
Jingnan Zheng, Xiangtian Ji, Yijun Lu, Chenhang Cui, Weixiang Zhao, Gelei Deng, Zhenkai Liang, An Zhang, Tat-Seng Chua
TL;DR
RSafe tackles the core problem of safeguarding LLMs by introducing a two-stage, reasoning-based guard that uses guided reasoning over safety policies and zero-shot reinforcement learning to align its reasoning with accurate safety judgments. The framework supports dynamic, user-specified safety taxonomies and generates verifiable reasoning traces, enabling robust generalization to unseen or adversarial threats. Empirical results on six safety benchmarks show competitive effectiveness, with strong out-of-distribution robustness, and an adaptive variant that further improves performance under tailored safety requirements. Limitations include reliance on the backbone's reasoning capacity and the need for users to articulate appropriate safety taxonomies, pointing to future work on stronger reasoning backbones and domain-specific safety policies.
Abstract
Large Language Models (LLMs) continue to exhibit vulnerabilities despite deliberate safety alignment efforts, posing significant risks to users and society. To safeguard against the risk of policy-violating content, system-level moderation via external guard models-designed to monitor LLM inputs and outputs and block potentially harmful content-has emerged as a prevalent mitigation strategy. Existing approaches of training guard models rely heavily on extensive human curated datasets and struggle with out-of-distribution threats, such as emerging harmful categories or jailbreak attacks. To address these limitations, we propose RSafe, an adaptive reasoning-based safeguard that conducts guided safety reasoning to provide robust protection within the scope of specified safety policies. RSafe operates in two stages: 1) guided reasoning, where it analyzes safety risks of input content through policy-guided step-by-step reasoning, and 2) reinforced alignment, where rule-based RL optimizes its reasoning paths to align with accurate safety prediction. This two-stage training paradigm enables RSafe to internalize safety principles to generalize safety protection capability over unseen or adversarial safety violation scenarios. During inference, RSafe accepts user-specified safety policies to provide enhanced safeguards tailored to specific safety requirements.
