Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

AdaPLD: Adaptive Retrieval and Reuse for Efficient Model-Free Speculative Decoding

About

Speculative decoding accelerates generation by verifying multiple drafted tokens in a single target-model forward pass, reducing sequential decoding iterations. Model-free variants avoid auxiliary draft models by reusing text and model states already available during generation, but their speedup depends on the reliability of the constructed drafts. We identify two limitations of existing reuse-based methods: lexically anchored retrieval has limited recall under surface-form variation, and deterministic span copying can be brittle when the retrieved context does not uniquely determine the continuation. We propose \emph{AdaPLD}, a training-free method that adaptively improves both retrieval and draft construction. AdaPLD preserves high-precision lexical reuse while using semantic similarity to recover additional reuse opportunities when lexical matching fails. It further constructs branched reuse hypotheses to account for continuation uncertainty, rather than relying on a single copied span. Across diverse benchmarks, AdaPLD reduces target-model forward passes and achieves up to $3.10\times$ decoding speedup.

Runheng Liu, Jincheng Xie, Wen Hu, Xingchen Xiao, Heyan Huang• 2026

Related benchmarks

TaskDatasetResultRank
Code EditingCodeEditorBench
Debug Success Rate3.04
33
ReasoningMMLU-Pro
Normalized Speedup2.44
21
ReasoningAIME 2024
Normalized Speedup2.98
21
ReasoningMATH 500
Normalized Speedup2.55
21
Input-guided generationSpec-Bench
MT Score1.83
21
Showing 5 of 5 rows

Other info

Follow for update