LGAICLFeb 21, 2025

Improving Value-based Process Verifier via Structural Prior Injection

arXiv:2502.17498v1h-index: 10
Originality Incremental advance
AI Analysis

This addresses sampling limitations in LLM reasoning for researchers, though it appears incremental as it builds on existing Monte Carlo methods with distribution-based refinements.

The paper tackles the problem of noise and errors in Monte Carlo sampling for LLM reasoning by injecting structural priors into value representations, converting scalar values into categorical distributions. The approach improves performance of value-based process verifiers by 1-2 points on Best-of-N and Beam search tasks at minimal cost.

In the Large Language Model(LLM) reasoning scenario, people often estimate state value via Monte Carlo sampling. Though Monte Carlo estimation is an elegant method with less inductive bias, noise and errors are inevitably introduced due to the limited sampling. To handle the problem, we inject the structural prior into the value representation and transfer the scalar value into the expectation of a pre-defined categorical distribution, representing the noise and errors from a distribution perspective. Specifically, by treating the result of Monte Carlo sampling as a single sample from the prior ground-truth Binomial distribution, we quantify the sampling error as the mismatch between posterior estimated distribution and ground-truth distribution, which is thus optimized via distribution selection optimization. We test the performance of value-based process verifiers on Best-of-N task and Beam search task. Compared with the scalar value representation, we show that reasonable structural prior injection induced by different objective functions or optimization methods can improve the performance of value-based process verifiers for about 1$\sim$2 points at little-to-no cost. We also show that under different structural prior, the verifiers' performances vary greatly despite having the same optimal solution, indicating the importance of reasonable structural prior injection.

Foundations

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

Your Notes