ResearchPod Summary
Large Reasoning Models (LRMs) have become increasingly powerful by generating detailed reasoning traces—intermediate steps that explain their thinking. While these traces improve performance, they also introduce new safety risks: a model might generate a safe final response while its reasoning trace contains dangerous or prohibited content. Current safety benchmarks and guardrail models focus almost exclusively on the final output or the user prompt, leaving these critical reasoning traces unexamined.
To address this gap, the authors introduce TRACE, an evidence-grounded benchmark designed to evaluate safety across the entire LRM inference pipeline: the prompt, the reasoning trace, and the final response. The dataset includes nearly 2,000 prompts spanning nine risk categories and ten attack strategies. For each prompt, four different LRMs generate reasoning traces and final responses. The researchers then employed a multi-stage annotation process using powerful LLMs and human experts to label the safety of each component and extract verifiable, verbatim evidence from the source text to justify those labels.
Evaluating 18 prominent guardrail models on TRACE yielded two primary insights:
Furthermore, the study highlights that many models suffer from severe over-refusal (blocking safe content) or under-refusal (failing to block unsafe content), with few models achieving a balanced trade-off. The authors also demonstrate that Instruction Encryption (IE) attacks—where prompts are obfuscated—remain a major vulnerability for almost all tested models.
As LRMs become standard in high-stakes reasoning tasks, the ability to monitor their internal thought processes is essential. TRACE provides a necessary foundation for developing more robust, interpretable, and precise guardrail systems that can secure the entire LRM pipeline rather than just the final output.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.