TL;DR
Guided Speculative Inference (GSI) is a new algorithm that improves the efficiency and accuracy of reward-guided decoding in large language models, reducing latency and outperforming existing methods.
Contribution
GSI combines test-time scaling with a small auxiliary model to approximate optimal reward-guided policies, enhancing decoding efficiency and accuracy.
Findings
GSI achieves higher accuracy than standard soft best-of-$n$ methods.
GSI reduces end-to-end latency by up to 28%.
GSI outperforms some existing reward-guided decoding approaches.
Abstract
We propose Guided Speculative Inference (GSI), a novel algorithm for efficient reward-guided decoding in large language models. GSI combines soft best-of- test-time scaling with a reward model and speculative samples from a small auxiliary model . We provably approximate both the optimal tilted policy of soft best-of- under the base model , as well as the expected reward under the optimal policy. In experiments on reasoning benchmarks (MATH500, OlympiadBench, Minerva Math, MMLU-STEM, GSM8K) and across different model families, our method achieves higher accuracy than standard soft best-of- with and reward-guided speculative decoding (Liao et al., 2025), and in certain settings even outperforms soft best-of- with , while reducing end-to-end latency by up to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
