CLAINov 27, 2024

Draft Model Knows When to Stop: Self-Verification Speculative Decoding for Long-Form Generation

arXiv:2411.18462v28 citationsh-index: 11EMNLP
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in speeding up inference for complex reasoning and long-form generation, offering an incremental improvement over existing speculative decoding methods.

The paper tackled the inefficiency of fixed-length draft policies in speculative decoding for long-form generation by proposing a dynamic length policy based on draft model entropy, achieving up to 22% speedup in reasoning tasks.

Conventional speculative decoding (SD) methods utilize a predefined length policy for proposing drafts, which implies the premise that the target model smoothly accepts the proposed draft tokens. However, reality deviates from this assumption: the oracle draft length varies significantly, and the fixed-length policy hardly satisfies such a requirement. Moreover, such discrepancy is further exacerbated in scenarios involving complex reasoning and long-form generation, particularly under test-time scaling for reasoning-specialized models. Through both theoretical and empirical estimation, we establish that the discrepancy between the draft and target models can be approximated by the draft model's prediction entropy: a high entropy indicates a low acceptance rate of draft tokens, and vice versa. Based on this insight, we propose SVIP: Self-Verification Length Policy for Long-Context Speculative Decoding, which is a training-free dynamic length policy for speculative decoding systems that adaptively determines the lengths of draft sequences by referring to the draft entropy. Experimental results on mainstream SD benchmarks as well as reasoning-heavy benchmarks demonstrate the superior performance of SVIP, achieving up to 17% speedup on MT-Bench at 8K context compared with fixed draft lengths, and 22% speedup for QwQ in long-form reasoning.

Code Implementations1 repo
Foundations

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

Your Notes