CLMar 18

Process Supervision for Chain-of-Thought Reasoning via Monte Carlo Net Information Gain

arXiv:2603.1781556.5h-index: 17
AI Analysis

This work addresses the need for scalable and efficient supervision in LLM reasoning, particularly for tasks where error propagation is critical, offering an incremental improvement over existing methods.

The paper tackles the problem of error propagation in multi-step reasoning by large language models, proposing a method to automatically generate step-level labels using Information Theory, which reduces computational complexity to O(N) and enables effective chain-of-thought selection across diverse benchmarks.

Multi-step reasoning improves the capabilities of large language models (LLMs) but increases the risk of errors propagating through intermediate steps. Process reward models (PRMs) mitigate this by scoring each step individually, enabling fine-grained supervision and improved reliability. Existing methods for training PRMs rely on costly human annotations or computationally intensive automatic labeling. We propose a novel approach to automatically generate step-level labels using Information Theory. Our method estimates how each reasoning step affects the likelihood of the correct answer, providing a signal of step quality. Importantly, it reduces computational complexity to $\mathcal{O}(N)$, improving over the previous $\mathcal{O}(N \log N)$ methods. We demonstrate that these labels enable effective chain-of-thought selection in best-of-$K$ evaluation settings across diverse reasoning benchmarks, including mathematics, Python programming, SQL, and scientific question answering. This work enables scalable and efficient supervision of LLM reasoning, particularly for tasks where error propagation is critical.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes