Speculative decoding

REST

REST: Retrieval-Based Speculative Decoding

Superseded baseline#7 of 151 most-superseded · first seen Nov 14, 2023

Superseded — cited as a baseline and beaten by newer methods

6 papers critique it · 9 beat it on benchmarks

What papers say

Verbatim critique sentences, each from a paper that cites REST as a baseline.

LLM-A~yang2023LLMA and ReST~he2023rest generate drafts from reference texts, potentially reducing latency, but face database limitations, distribution gaps, and reliance on greedy decoding.
Overcoming Joint Intractability with Lossless Hierarchical Speculative Decoding
These training-free approaches are highly effective for tasks with high repetition (e.g., code editing) but struggle with open-ended generation where context reuse is minimal.
Quasar: Quantized Self-Speculative Acceleration for Rapid Inference via Memory-Efficient Verification
Although REST can achieve a high draft token acceptance rate, the static nature of the datastore introduces a new challenge regarding storage space. REST stores the entire text of a pre-training dataset as-is, and the way to improve the accuracy of REST is to simply append more text to the datastore. However, this grows the size of the datastore unboundedly, motivating the need for a method to 'compact' a datastore.
CREST: Effectively Compacting a Datastore For Retrieval-Based Speculative Decoding
REST and Ouroboros reuse outputs or databases but depend on resource quality
Bridging Draft Policy Misalignment: Group Tree Optimization for Speculative Decoding
REST uses suffixed arrays, which provides better complexity than PLD, but still not optimal complexity.
SAM Decoding: Speculative Decoding via Suffix Automaton
While user-friendly, it is less effective compared to draft model-based methods.
RASD: Retrieval-Augmented Speculative Decoding

Beaten on benchmarks

Head-to-head results where a newer method reports beating REST. Values are copied from the source paper's tables — verify against the cited paper.

What to use instead

Recent methods in the same sub-problem, not yet superseded in the knowledge base — arXiv benchmark leaders, not vetted production recommendations.