paper-with-me

Papers

Analyzing and Improving Chain-of-Thought Monitorability Through Information Theory

2026-02-20 · Usman Anwar, Tim Bakker, Dana Kianfar, Cristina Pinneri, Christos Louizos arxiv

Chain-of-thought (CoT) monitors are LLM-based systems that analyze reasoning traces to detect when outputs may exhibit attributes of interest, such as test-hacking behavior during code generation. In this paper, we use information-theoretic analysis to show that non-zero mutual information between CoT and output is a necessary but not sufficient condition for CoT monitorability. We identify two sources of approximation error that may undermine the performance of CoT monitors in practice: information gap, which measures the extent to which the monitor can extract the information available in CoT, and elicitation error, which measures the extent to which the monitor approximates the optimal monitoring function. We further demonstrate that CoT monitorability can be systematically improved through targeted training objectives. To this end, we propose two complementary approaches: (a) an oracle-based method that directly rewards the monitored model for producing CoTs that maximize monitor accuracy, and (b) a more practical, label-free approach that maximizes conditional mutual information between outputs and CoTs. Across multiple different environments, we show both methods significantly improve monitor accuracy while preventing CoT degeneration even when training against a monitor, thereby mitigating reward hacking when the task reward is imperfectly specified.

📄 PDF Abstract BibTeX arXiv:2602.18297

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

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…

Measuring Chain-of-Thought Monitorability Through Faithfulness and Verbosity

2025-10-31 · Austin Meek, Eitan Sprejer, Iván Arcuschin, Austin J. Brockmeier 외 arxiv

Chain-of-thought (CoT) outputs let us read a model's step-by-step reasoning. Since any long, serial reasoning process must pass through this textual trace, the quality of the CoT is a direct window into what the model is…

A Pragmatic Way to Measure Chain-of-Thought Monitorability

2025-10-28 · Scott Emmons, Roland S. Zimmermann, David K. Elson, Rohin Shah arxiv

While Chain-of-Thought (CoT) monitoring offers a unique opportunity for AI safety, this opportunity could be lost through shifts in training practices or model architecture. To help preserve monitorability, we propose a …

MonitorBench: A Comprehensive Benchmark for Chain-of-Thought Monitorability in Large Language Models

2026-03-30 · Han Wang, Yifan Sun, Brian Ko, Mann Talati 외 arxiv

Large language models (LLMs) can generate chains of thought (CoTs) that are not always causally responsible for their final outputs. When such a mismatch occurs, the CoT no longer faithfully reflects the actual reasons (…

Reasoning Under Pressure: How do Training Incentives Influence Chain-of-Thought Monitorability?

2025-11-28 · Matt MacDermott, Qiyao Wei, Rada Djoneva, Francis Rhys Ward arxiv

AI systems that output their reasoning in natural language offer an opportunity for safety -- we can \emph{monitor} their chain of thought (CoT) for undesirable reasoning, such as the pursuit of harmful objectives. Howev…