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

Faster Cascades via Speculative Decoding

About

Cascades and speculative decoding are two common approaches to improving language models' inference efficiency. Both approaches involve interleaving models of different sizes, but via fundamentally distinct mechanisms: cascades employ a deferral rule that invokes the larger model only for "hard" inputs, while speculative decoding uses speculative execution to primarily invoke the larger model in parallel verification mode. These mechanisms offer different benefits: empirically, cascades offer better cost-quality trade-offs, often even outperforming the large model, while theoretically, speculative decoding offers a guarantee of quality-neutrality. In this paper, we leverage the best of both these approaches by designing new speculative cascading techniques that implement their deferral rule through speculative execution. We characterize the optimal deferral rule for our speculative cascades, and employ a plug-in approximation to the optimal rule. Experiments with Gemma and T5 models on a range of language benchmarks show that our approach yields better cost quality trade-offs than cascading and speculative decoding baselines.

Harikrishna Narasimhan, Wittawat Jitkrittum, Ankit Singh Rawat, Seungyeon Kim, Neha Gupta, Aditya Krishna Menon, Sanjiv Kumar• 2024

Related benchmarks

TaskDatasetResultRank
Code GenerationMBPP (test)
Pass@156
298
SummarizationXSum (test)
ROUGE-24.97
246
Mathematical ReasoningGSM8K
Accuracy93
66
SummarizationCNNDM
ROUGE-211.74
62
SummarizationXsum
ROUGE-28.27
46
Text SummarizationXsum
ROUGE-28.27
10
Abstractive SummarizationXsum
ROUGE-28.79
6
Mathematical ReasoningGSM8K
Accuracy76
6
Code GenerationMBPP
pass@161
6
Mathematical ReasoningGSM8K (test)
Accuracy86
6
Showing 10 of 10 rows

Other info

Follow for update