Amortized Reasoning Tree Search: Decoupling Proposal and Decision in Large Language Models
Zesheng Hong, Jiadong Yu, Hui Pan
TL;DR
This work analyzes RLVR’s tendency to extinguish rare yet valid reasoning paths due to a high-pass selection effect, termed the Normalization Squeeze. It introduces Amortized Reasoning Tree Search (ARTS), a decoupled Proposer-Verifier framework that trains a flow-based verifier via Flow Matching to guide inference-time search, preserving long-tail reasoning without altering the base model. Theoretical and empirical results on MATH-500 show ARTS matching the performance of fully finetuned baselines (BoN@16 of 74.6–74.7%) and uniquely recovering hard, sparse traces where RLVR collapses, demonstrating robustness in high-entropy, combinatorial reasoning tasks. The findings highlight a practical trade-off between internalizing reasoning into weights and leveraging robust inference-time search, suggesting a scalable path for solving complex, long-tail reasoning tasks while maintaining model diversity.
Abstract
Reinforcement Learning with Verifiable Rewards (RLVR) has established itself as the dominant paradigm for instilling rigorous reasoning capabilities in Large Language Models. While effective at amplifying dominant behaviors, we identify a critical pathology in this alignment process: the systematic suppression of valid but rare (low-likelihood under the base model distribution) reasoning paths. We theoretically characterize this phenomenon as a "Normalization Squeeze," where the interplay between mode-seeking policy gradients and finite sampling acts as a high-pass likelihood filter, driving the probability of rare correct traces to statistical extinction. To counteract this collapse without discarding the base model's latent diversity, we propose Amortized Reasoning Tree Search (ARTS). Unlike standard approaches that force internalization via parameter updates, ARTS prioritizes deliberation by decoupling generation from verification. We introduce a Flow Matching objective that repurposes the verifier to estimate the conservation of probability flow, enabling robust navigation through sparse, high-entropy search spaces where traditional discriminative objectives fail. Extensive experiments on the MATH-500 benchmark demonstrate that ARTS achieves a performance of 74.6% (BoN@16), effectively matching fully fine-tuned policies (74.7%) without modifying the generative backbone. Crucially, on the long-tail subset where coupled RL optimization collapses to 0% pass@k, ARTS uniquely recovers significant performance, suggesting that disentangling verification from generation offers a more robust pathway for solving complex reasoning tasks.
