pith:DCS3XIDB
Accelerating Large Language Model Decoding with Speculative Sampling
Speculative sampling generates multiple tokens per transformer call by drafting sequences from a smaller model and verifying them with rejection sampling that matches the target distribution exactly.
arxiv:2302.01318 v1 · 2023-02-02 · cs.CL
Add to your LaTeX paper
\usepackage{pith}
\pithnumber{DCS3XIDBIYGA7ABAULVZ5I3AXY}
Prints a linked badge after your title and injects PDF metadata. Compiles on arXiv. Learn more · Embed verified badge
Record completeness
Claims
We benchmark speculative sampling with Chinchilla, a 70 billion parameter language model, achieving a 2-2.5x decoding speedup in a distributed setup, without compromising the sample quality or making modifications to the model itself.
The latency of parallel scoring of short continuations, generated by a faster but less powerful draft model, is comparable to that of sampling a single token from the larger target model.
Speculative sampling accelerates LLM decoding 2-2.5x by letting a draft model propose short sequences that the target model scores in parallel, then applies modified rejection sampling to keep the exact target distribution.
References
Cited by
Receipt and verification
| First computed | 2026-07-05T05:38:24.955160Z |
|---|---|
| Builder | pith-number-builder-2026-05-17-v1 |
| Signature | Pith Ed25519
(pith-v1-2026-05) · public key |
| Schema | pith-number/v1.0 |
Canonical hash
18a5bba061460c0f8020a2eb9ea360be3cbc7d1831a9591876e6663cdd7f8382
Aliases
· · · · ·Agent API
Verify this Pith Number yourself
curl -sH 'Accept: application/ld+json' https://pith.science/pith/DCS3XIDBIYGA7ABAULVZ5I3AXY \
| jq -c '.canonical_record' \
| python3 -c "import sys,json,hashlib; b=json.dumps(json.loads(sys.stdin.read()), sort_keys=True, separators=(',',':'), ensure_ascii=False).encode(); print(hashlib.sha256(b).hexdigest())"
# expect: 18a5bba061460c0f8020a2eb9ea360be3cbc7d1831a9591876e6663cdd7f8382
Canonical record JSON
{
"metadata": {
"abstract_canon_sha256": "fc9baa2a11d318aa437718252e11bdeedfc953d0064f81d2f08d5d0df1503fa3",
"cross_cats_sorted": [],
"license": "http://creativecommons.org/licenses/by/4.0/",
"primary_cat": "cs.CL",
"submitted_at": "2023-02-02T18:44:11Z",
"title_canon_sha256": "909bf5c0a99d70c8f3dcf2fde04d3f3ff066c60e34ef9fe1a39da7b3bf824139"
},
"schema_version": "1.0",
"source": {
"id": "2302.01318",
"kind": "arxiv",
"version": 1
}
}