Awesome LRMs Safety [](https://github.com/sindresorhus/awesome)

August 25, 2025 ยท View on GitHub

arXiv GitHub stars GitHub Last commit


๐Ÿ”ฅ The paper has been accepted at EMNLP 25 Findings

This repository contains a carefully curated collection of papers discussed in our survey: "Safety in Large Reasoning Models: A Survey". As LRMs become increasingly powerful, understanding their safety implications becomes critical for responsible AI development. We created this resource to support researchers and practitioners working in this emerging field. If you find this repo useful for your work or research, it is really appreciated if you star this repository and cite our paper.

Reference

If you find this repository helpful for your research, we would greatly appreciate it if you could cite our papers. :sparkles:

@misc{wang2025safetylargereasoningmodels,
      title={Safety in Large Reasoning Models: A Survey}, 
      author={Cheng Wang and Yue Liu and Baolong Bi and Duzhen Zhang and Zhong-Zhi Li and Yingwei Ma and Yufei He and Shengju Yu and Xinfeng Li and Junfeng Fang and Jiaheng Zhang and Bryan Hooi},
      year={2025},
      eprint={2504.17704},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2504.17704}, 
}

@article{liuyue_GuardReasoner,
  title={GuardReasoner: Towards Reasoning-based LLM Safeguards},
  author={Liu, Yue and Gao, Hongcheng and Zhai, Shengfang and Jun, Xia and Wu, Tianyi and Xue, Zhiwei and Chen, Yulin and Kawaguchi, Kenji and Zhang, Jiaheng and Hooi, Bryan},
  journal={arXiv preprint arXiv:2501.18492},
  year={2025}
}

@article{liuyue_GuardReasoner_VL,
  title={GuardReasoner-VL: Safeguarding VLMs via Reinforced Reasoning},
  author={Liu, Yue and Zhai, Shengfang and Du, Mingzhe and Chen, Yulin and Cao, Tri and Gao, Hongcheng and Wang, Cheng and Li, Xinfeng and Wang, Kun and Fang, Junfeng and Zhang, Jiaheng and Hooi, Bryan},
  journal={arXiv preprint arXiv:2505.11049},
  year={2025}
}

๐Ÿ“š What's Inside?

  • ๐Ÿ”ฌ Cutting-edge research on LRMs vulnerabilities
  • ๐Ÿ› ๏ธ Novel attack methodologies against reasoning models
  • ๐Ÿ›ก๏ธ Defense strategies and safety alignment techniques
  • ๐Ÿ”„ Regular updates as the field evolves

โœจ How to Contribute

  • โญ Star this repository to show support
  • ๐Ÿ”€ Create a PR if you notice missing papers
  • ๐Ÿ“ฃ Share with the research community
Timeline overview
Taxonomy overview

Table of Content

Table of Contents

Safety Risks of LRMs

Harmful Request Compliance Risks

TimeTitleVenuePaperCode
25.04DeepSeek-R1 Thoughtology: Let's about LLM ReasoningArxivlink-
25.01Early External Safety Testing of OpenAI's o3-mini: Insights from the Pre-Deployment EvaluationArxivlink-
25.01o3-mini vs DeepSeek-R1: Which One is Safer?Arxivlink-

Agentic Misbehavior Risks

TimeTitleVenuePaperCode
25.04Emerging Cyber Attack Risks of Medical AI AgentsArxivlink-
25.02Nuclear Deployed: Analyzing Catastrophic Risks in Decision-making of Autonomous LLM AgentsArxivlinklink
25.02Demonstrating specification gaming in reasoning modelsArxivlink-
25.02Evaluating the Paperclip Maximizer: Are RL-Based Language Models More Likely to Pursue Instrumental Goals?Arxivlinklink
25.01Deception in LLMs: Self-Preservation and Autonomous Goals in Large Language ModelsArxivlink-

Multi-lingual Safety Risks

TimeTitleVenuePaperCode
25.03Towards Understanding the Safety Boundaries of DeepSeek Models: Evaluation and FindingsArxivlinklink
25.03Red Teaming Contemporary AI Models: Insights from Spanish and Basque PerspectivesArxivlink-
25.02Safety Evaluation of DeepSeek Models in Chinese ContextsArxivlink-

Multi-modal Safety Risks

TimeTitleVenuePaperCode
25.04SafeMLRM: Demystifying Safety in Multi-modal Large Reasoning ModelsArxivlinklink

Attacks on LRMs

Reasoning Length Attacks

TimeTitleVenuePaperCode
Overthinking
25.02OverThink: Slowdown Attacks on Reasoning LLMsArxivlinklink
25.01Trading Inference-Time Compute for Adversarial RobustnessArxivlink-
Underthinking
25.01Trading Inference-Time Compute for Adversarial RobustnessArxivlink-

Answer Correctness Attacks

TimeTitleVenuePaperCode
Reasoning-based Backdoor Attacks
25.04ShadowCoT: Cognitive Hijacking for Stealthy Reasoning Backdoors in LLMsArxivlink-
25.02BoT: Breaking Long Thought Processes of o1-like Large Language Models through Backdoor AttackArxivlinklink
25.01DarkMind: Latent Chain-of-Thought Backdoor in Customized LLMsArxivlink-
24.01BadChain: Backdoor Chain-of-Thought Prompting for Large Language ModelsArxivlink-
Error Injection
25.03Process or Result? Manipulated Ending Tokens Can Mislead Reasoning LLMs to Ignore the Correct Reasoning StepsArxivlink-

Prompt Injection Attacks

TimeTitleVenuePaperCode
25.02The Hidden Risks of Large Reasoning Models: A Safety Assessment of R1Arxivlink-
25.02Can Indirect Prompt Injection Attacks Be Detected and Removed?Arxivlink-
25.01Trading Inference-Time Compute for Adversarial RobustnessArxivlink-
24.11Defense Against Prompt Injection Attack by Leveraging Attack TechniquesArxivlink-

Jailbreak Attacks

TimeTitleVenuePaperCode
Prompt-based Attacks
25.04SafeMLRM: Demystifying Safety in Multi-modal Large Reasoning ModelsArxivlinklink
25.03Towards Understanding the Safety Boundaries of DeepSeek Models: Evaluation and FindingsArxivlinklink
24.07Does Refusal Training in LLMs Generalize to the Past Tense?Arxivlinklink
Multi-Turn Attacks
25.02Reasoning-Augmented Conversation for Multi-Turn Jailbreak Attacks on Large Language ModelsArxivlinklink
24.10Derail Yourself: Multi-turn LLM Jailbreak Attack through Self-discovered CluesArxivlinklink
24.08LLM Defenses Are Not Robust to Multi-Turn Human Jailbreaks YetArxivlinklink
Reasoning-based Attacks
25.02A Mousetrap: Fooling Large Reasoning Models for Jailbreak with Chain of Iterative ChaosArxivlink-
25.02H-CoT: Hijacking the Chain-of-Thought Safety Reasoning Mechanism to Jailbreak Large Reasoning ModelsArxivlinklink

Defenses for LRMs

Safety Alignment of LRMs

TimeTitleVenuePaperCode
Harm CoT Data Curation
25.05SAFEPATH: Preventing Harmful Reasoning in Chain-of-Thought via Early AlignmentArxivlinklink
Safe CoT Data Curation
25.04STAR-1: Safer Alignment of Reasoning LLMs with 1K DataArxivlinklink
25.04RealSafe-R1: Safety-Aligned DeepSeek-R1 without Compromising Reasoning CapabilityArxivlinklink
25.02SafeChain: Safety of Language Models with Long Chain-of-Thought Reasoning CapabilitiesArxivlinklink
SFT-based Safety Alignment on Reasoning
25.05SAFEPATH: Preventing Harmful Reasoning in Chain-of-Thought via Early AlignmentArxivlinklink
25.04RealSafe-R1: Safety-Aligned DeepSeek-R1 without Compromising Reasoning CapabilityArxivlinklink
25.03Safety Tax: Safety Alignment Makes Your Large Reasoning Models Less ReasonableArxivlinklink
25.02SafeChain: Safety of Language Models with Long Chain-of-Thought Reasoning CapabilitiesArxivlinklink
25.02Leveraging Reasoning with Guidelines to Elicit and Utilize Knowledge for Enhancing Safety AlignmentArxivlink-
RL-based Safety Alignment on Reasoning
25.04SaRO: Enhancing LLM Safety through Reasoning-based AlignmentArxivlinklink
25.02STAIR: Improving Safety Alignment with Introspective ReasoningArxivlinklink
25.02Reasoning-to-Defend: Safety-Aware Reasoning Can Defend Large Language Models from JailbreakingArxivlinklink
24.12Deliberative Alignment: Reasoning Enables Safer Language ModelsArxivlink-

Inference-time Defenses for LRMs

TimeTitleVenuePaperCode
Inference-time Scaling on Reasoning
25.01Trading Inference-Time Compute for Adversarial RobustnessArxivlink-
Safe Decoding for Reasoning
25.05SAFEPATH: Preventing Harmful Reasoning in Chain-of-Thought via Early AlignmentArxivlinklink
25.03Effectively Controlling Reasoning Models through Thinking InterventionArxivlink-
25.02SafeChain: Safety of Language Models with Long Chain-of-Thought Reasoning CapabilitiesArxivlinklink

Guard Models for LRMs

TimeTitleVenuePaperCode
Classifier-based Guard Model
25.03Safe RLHF-V: Safe Reinforcement Learning from Human Feedback in Multimodal Large Language ModelsArxivlinklink
25.01Aegis2.0: A Diverse AI Safety Dataset and Risks Taxonomy for Alignment of LLM GuardrailsArxivlink-
24.11Llama Guard 3 Vision: Safeguarding Human-AI Image Understanding ConversationsArxivlink-
24.07ShieldGemma: Generative AI Content Moderation Based on GemmaArxivlinklink
24.07(LLaMA Guard) The Llama 3 Herd of ModelsArxivlink-
24.06WildGuard: Open One-Stop Moderation Tools for Safety Risks, Jailbreaks, and Refusals of LLMsArxivlinklink
Reasoning-based Guard Model
25.04X-Guard: Multilingual Guard Agent for Content ModerationArxivlink-
25.02ThinkGuard: Deliberative Slow Thinking Leads to Cautious GuardrailsArxivlinklink
25.01GuardReasoner: Towards Reasoning-based LLM SafeguardsArxivlinklink

Contributors

wangcheng yueliu1999 junfeng