Analyzing and Improving Chain-of-Thought Monitorability Through Information Theory
Usman Anwar, Tim Bakker, Dana Kianfar, Cristina Pinneri, Christos Louizos
TL;DR
This work provides an information-theoretic framework for CoT monitorability, showing that while nonzero mutual information between CoT and output is necessary for monitoring uplift, it is not sufficient. It decomposes practical monitor errors into information gap and elicitation error, and proposes two training approaches to improve monitorability: an oracle monitor-in-the-loop RL setup and a practical MI-based proxy objective that maximizes $I(O;Z\mid X)$. Empirical results across MBPP and BigMath demonstrate that these methods enhance monitor accuracy and reduce reward hacking, even under adversarial pressure, highlighting a principled path to safer and more transparent CoT-enabled systems. The work also discusses limitations of the information-theoretic view and trade-offs in MI-based training, pointing to future directions in targeted prompting and refined MI estimators to further bolster monitorability and robustness. Overall, the paper offers a rigorous, implementable approach to strengthening CoT supervision in real-world LLM deployments.
Abstract
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.
