JA EN
Glossary › speculative

GLOSSARY

speculative

appears in 2 paper titles

Definition

A pattern where a cheap process guesses ahead and an expensive one verifies, so you profit whenever the guess is right. The canonical case is speculative decoding: a small draft model proposes several tokens, the large model checks them in one forward pass, and generation restarts from the first rejection. Verification preserves the target model's output distribution, so the speedup costs no quality — it comes from better use of memory bandwidth, not from approximation.

Explainers using this term