ReasoningShield: Safety Detection over Reasoning Traces of Large Reasoning Models
Changyi Li, Jiayi Wang, Xudong Pan, Geng Hong, Min Yang
TL;DR
This work addresses safety gaps in large reasoning models by formalizing CoT moderation with a multi-level risk taxonomy and delivering ReasoningShield, a lightweight yet robust framework. It introduces a two-stage training pipeline (SFT followed by DPO) and a high-quality CoT moderation dataset (ReasoningShield-Train 7K and ReasoningShield-Test 2.2K) to detect risks in intermediate reasoning steps. Empirical results show state-of-the-art performance on CoT moderation, strong generalization to unseen paradigms and data distributions, enhanced explainability through stepwise risk localization, and favorable efficiency on resource-constrained devices. The framework is open-sourced to spur further research and practical adoption in safer LRM deployments.
Abstract
Large Reasoning Models (LRMs) leverage transparent reasoning traces, known as Chain-of-Thoughts (CoTs), to break down complex problems into intermediate steps and derive final answers. However, these reasoning traces introduce unique safety challenges: harmful content can be embedded in intermediate steps even when final answers appear benign. Existing moderation tools, designed to handle generated answers, struggle to effectively detect hidden risks within CoTs. To address these challenges, we introduce ReasoningShield, a lightweight yet robust framework for moderating CoTs in LRMs. Our key contributions include: (1) formalizing the task of CoT moderation with a multi-level taxonomy of 10 risk categories across 3 safety levels, (2) creating the first CoT moderation benchmark which contains 9.2K pairs of queries and reasoning traces, including a 7K-sample training set annotated via a human-AI framework and a rigorously curated 2.2K human-annotated test set, and (3) developing a two-stage training strategy that combines stepwise risk analysis and contrastive learning to enhance robustness. Experiments show that ReasoningShield achieves state-of-the-art performance, outperforming task-specific tools like LlamaGuard-4 by 35.6% and general-purpose commercial models like GPT-4o by 15.8% on benchmarks, while also generalizing effectively across diverse reasoning paradigms, tasks, and unseen scenarios. All resources are released at https://github.com/CosmosYi/ReasoningShield.
