Evolutionary Guided Decoding: Iterative Value Refinement for LLMs
Zhenhua Liu, Lijun Li, Ruizhe Chen, Yuxian Jiang, Tong Zhu, Zhaochen Su, Wenliang Chen, Jing Shao
TL;DR
This work tackles the distributional gap in value-function training that limits value-guided decoding for LLMs. It introduces Iterative Value Refinement (IVR), which combines Value Exploration and Iterative Self-Refinement to progressively improve the value function without retraining the base policy. Through experiments on summarization, multi-turn dialogue, and instruction following, IVR consistently outperforms decoding-time baselines while reducing computational overhead. The approach also demonstrates value-function transferability across model sizes and enhances safety against jailbreaking, highlighting practical benefits for flexible, cost-efficient model alignment.
Abstract
While guided decoding, especially value-guided methods, has emerged as a cost-effective alternative for controlling language model outputs without re-training models, its effectiveness is limited by the accuracy of the value function. We identify that this inaccuracy stems from a core distributional gap: existing methods train static value functions on trajectories sampled exclusively from the base policy, which inherently confines their training to a narrow and suboptimal view of the potential output space. We propose Iterative Value Refinement, a novel framework designed to bridge this gap. It employs Value Exploration to provide a more comprehensive and robust training signal, complemented by Iterative Self-Refinement, which uses the improved value function from one iteration to guide the generation of higher-quality data for the next. Extensive experiments on text summarization, multi-turn dialogue, and instruction following demonstrate the effectiveness of our framework in aligning language models. Our approach not only achieves alignment but also significantly reduces computational costs by leveraging principled value function optimization for efficient and effective control.
