Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

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

About

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.

Corentin Royer, Debarun Bhattacharjya, Gaetano Rossiello, Andrea Giovannini, Mennatallah El-Assady• 2026

Related benchmarks

TaskDatasetResultRank
Mathematical ReasoningMATH
Accuracy74.8
882
Code GenerationHumanEval
Accuracy84.6
99
Medical Question AnsweringPubMedQA
Accuracy62
92
Mathematical Reasoninggsm
Accuracy93.8
45
Mathematical ReasoningAIME
Best-of-64 AIME Accuracy35
13
Chain-of-Thought ReasoningUGPhysics AtomicPhysics
Accuracy15.1
11
Code GenerationBigCode
Accuracy46.8
10
Step-level classificationProcessBench (test)
F1 Score75.1
6
Showing 8 of 8 rows

Other info

Follow for update