LGDSOct 3, 2025

Taming Imperfect Process Verifiers: A Sampling Perspective on Backtracking

arXiv:2510.03149v112 citationsh-index: 25
Originality Incremental advance
AI Analysis

This addresses a critical reliability issue in AI systems combining language models with process verifiers, though it appears incremental as it builds on existing test-time algorithms.

The paper tackles the problem of catastrophic failures in language model decoding caused by errors in learned process verifiers, introducing a new backtracking algorithm called VGB that achieves provably better robustness to verifier errors and outperforms baselines on synthetic and real language modeling tasks.

Test-time algorithms that combine the generative power of language models with process verifiers that assess the quality of partial generations offer a promising lever for eliciting new reasoning capabilities, but the algorithmic design space and computational scaling properties of such approaches are still opaque, and their benefits are far from apparent when one accounts for the cost of learning a high-quality verifier. Our starting point is the observation that seemingly benign errors in a learned verifier can lead to catastrophic failures for standard decoding techniques due to error amplification during the course of generation. We then ask: can this be improved with more sophisticated decoding strategies? We introduce a new process-guided test-time sampling algorithm, VGB, which uses theoretically grounded backtracking to achieve provably better robustness to verifier errors. VGB interprets autoregressive generation as a random walk on a tree of partial generations, with transition probabilities guided by the process verifier and base model; crucially, backtracking occurs probabilistically. This process generalizes the seminal Sinclair-Jerrum random walk (Sinclair & Jerrum, 1989) from the literature on approximate counting and sampling in theoretical computer science, and a conceptual contribution of our work is to highlight parallels with this literature. Empirically, we demonstrate on both synthetic and real language modeling tasks that VGB outperforms baselines on a variety of metrics.

Foundations

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

Your Notes