CLMay 19, 2025

Alignment-Augmented Speculative Decoding with Alignment Sampling and Conditional Verification

arXiv:2505.13204v27 citationsh-index: 19EMNLP
Originality Incremental advance
AI Analysis

This work addresses the computational inefficiency of speculative decoding for LLM inference, offering a training-free solution that improves speed and accuracy across multiple tasks, though it is incremental relative to existing methods.

The paper tackles the problem of accelerating autoregressive generation in large language models by introducing a training-free speculative decoding algorithm with alignment sampling and conditional verification, resulting in a 3.3-point increase in average generation score, a mean acceptance length of 2.39, and a 2.23x speedup for the LLaMA3 model.

Recent works have revealed the great potential of speculative decoding in accelerating the autoregressive generation process of large language models. The success of these methods relies on the alignment between draft candidates and the sampled outputs of the target model. Existing methods mainly achieve draft-target alignment with training-based methods, e.g., EAGLE, Medusa, involving considerable training costs. In this paper, we present a training-free alignment-augmented speculative decoding algorithm. We propose alignment sampling, which leverages output distribution obtained in the prefilling phase to provide more aligned draft candidates. To further benefit from high-quality but non-aligned draft candidates, we also introduce a simple yet effective flexible verification strategy. Through an adaptive probability threshold, our approach can improve generation accuracy while further improving inference efficiency. Experiments on 8 datasets (including question answering, summarization and code completion tasks) show that our approach increases the average generation score by 3.3 points for the LLaMA3 model. Our method achieves a mean acceptance length up to 2.39 and speed up generation by 2.23.

Foundations

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

Your Notes