paper-with-me

Papers

SafeChain: Safety of Language Models with Long Chain-of-Thought Reasoning Capabilities

2025-02-17 · Fengqing Jiang, Zhangchen Xu, Yuetai Li, Luyao Niu, Zhen Xiang, Bo Li, Bill Yuchen Lin, Radha Poovendran

Emerging large reasoning models (LRMs), such as DeepSeek-R1 models, leverage long chain-of-thought (CoT) reasoning to generate structured intermediate steps, enhancing their reasoning capabilities. However, long CoT does not inherently guarantee safe outputs, potentially leading to harmful consequences such as the introduction of security vulnerabilities in code or the spread of misinformation. Current research on large language model (LLM) safety usually focuses on short-answer responses, overlooking the long CoT style outputs of LRMs. To bridge this gap, we conduct a systematic study of LRM safety. First, we investigate safety evaluators calibrated against human annotations. Using our newly developed metrics, we thoroughly assess the safety of 12 state-of-the-art LRMs on StrongReject and WildJailbreak datasets. Our results show that LRMs are not safe compared to their reasoning advance. Further, we perform a fine-grained analysis of the reasoning trace and final answer. We find that three decoding strategies-ZeroThink, LessThink, and MoreThink-can improve model safety without additional training. However, these strategies either use constrained reasoning traces or incur high inference costs. To better strengthen LRM safety, we introduce SafeChain, the first-of-its-kind safety training dataset in CoT style. We fine-tune two LRMs with SafeChain, showing that it not only enhances model safety but also preserves performance across 6 reasoning benchmarks.

📄 PDF Abstract BibTeX arXiv:2502.12025

Code (0)

등록된 구현이 없습니다.

Tasks

Large Language ModelMisinformation

Similar Papers 제목 키워드 기반

UnsafeChain: Enhancing Reasoning Model Safety via Hard Cases

2025-07-29 · Raj Vardhan Tomar, Preslav Nakov, Yuxia Wang arxiv

As large reasoning models (LRMs) grow more capable, chain-of-thought (CoT) reasoning introduces new safety challenges. Existing SFT-based safety alignment studies dominantly focused on filtering prompts with safe, high-q…

SAFEPATH: Preventing Harmful Reasoning in Chain-of-Thought via Early Alignment

2025-05-20 · Wonje Jeung, Sangyeon Yoon, Minsuk Kahng, Albert No

Large Reasoning Models (LRMs) have become powerful tools for complex problem solving, but their structured reasoning pathways can lead to unsafe outputs when exposed to harmful prompts. Existing safety alignment methods …

Safety Alignment

Chain of Thought Monitorability: A New and Fragile Opportunity for AI Safety

2025-07-15 · Tomek Korbak, Mikita Balesni, Elizabeth Barnes, Yoshua Bengio 외

AI systems that "think" in human language offer a unique opportunity for AI safety: we can monitor their chains of thought (CoT) for the intent to misbehave. Like all other known AI oversight methods, CoT monitoring is i…

SFCoT: Safer Chain-of-Thought via Active Safety Evaluation and Calibration

2026-03-16 · Yu Pan, Wenlong Yu, Tiejun Wu, Xiaohu Ye 외 arxiv

Large language models (LLMs) have demonstrated remarkable capabilities in complex reasoning tasks. However, they remain highly susceptible to jailbreak attacks that undermine their safety alignment. Existing defense mech…

AdvChain: Adversarial Chain-of-Thought Tuning for Robust Safety Alignment of Large Reasoning Models

2025-09-29 · Zihao Zhu, Xinyu Wu, Gehan Hu, Siwei Lyu 외 arxiv

Large Reasoning Models (LRMs) have demonstrated remarkable capabilities in complex problem-solving through Chain-of-Thought (CoT) reasoning. However, the multi-step nature of CoT introduces new safety challenges that ext…