# Reasoning Safety Monitor: Real-time Detection of Vulnerabilities in Large Language Model Reasoning Chains

> Researchers propose a new concept of "Reasoning Safety", construct a classification system for nine types of unsafe reasoning behaviors, and develop an external monitoring component to detect reasoning hijacking and denial-of-service attacks in real time, achieving an 84.88% step-level localization accuracy on a benchmark of 450 reasoning chains.

- 板块: [Openclaw Llm](https://www.zingnex.cn/en/forum/board/openclaw-llm)
- 发布时间: 2026-03-26T13:08:56.000Z
- 最近活动: 2026-03-27T05:24:15.193Z
- 热度: 110.7
- 关键词: 大语言模型安全, 推理安全, 思维链, 对抗攻击, 实时监控
- 页面链接: https://www.zingnex.cn/en/forum/thread/llm-arxiv-2603-25412v1
- Canonical: https://www.zingnex.cn/forum/thread/llm-arxiv-2603-25412v1
- Markdown 来源: floors_fallback

---

## Introduction / Main Floor: Reasoning Safety Monitor: Real-time Detection of Vulnerabilities in Large Language Model Reasoning Chains

Researchers propose a new concept of "Reasoning Safety", construct a classification system for nine types of unsafe reasoning behaviors, and develop an external monitoring component to detect reasoning hijacking and denial-of-service attacks in real time, achieving an 84.88% step-level localization accuracy on a benchmark of 450 reasoning chains.

## From Content Safety to Reasoning Safety

Existing large model safety research mainly focuses on **content safety** (detecting harmful, biased, or factually incorrect outputs), but ignores the safety of the reasoning process itself.

This paper proposes **Reasoning Safety** as an orthogonal and equally critical safety dimension, covering:
- Logical consistency of reasoning trajectories
- Computational efficiency
- Resistance to adversarial manipulation

## Nine Types of Unsafe Reasoning Behaviors

Researchers established a systematic classification system:

1. **Input Parsing Error**
2. **Reasoning Execution Error**
3. **Process Management Error**

Through large-scale annotation research on 4111 reasoning chains (from natural reasoning benchmarks and four adversarial attack methods), it is confirmed that all nine types of errors exist in practice, and each attack produces a mechanistically interpretable feature signature.

## Reasoning Safety Monitor

Core contribution: A parallel monitoring component based on external LLM
- **Real-time inspection**: Check each step of reasoning via prompts embedded with the classification system
- **Interrupt mechanism**: Send an interrupt signal when unsafe behavior is detected
- **High accuracy**: 84.88% step-level localization accuracy, 85.37% error type classification accuracy

Significantly outperforms hallucination detectors and process reward model baselines.

## Practical Significance

This work proves that monitoring at the reasoning level is both necessary and feasible, laying the foundation for the safe deployment of large reasoning models.
