Papers › SuffixDecoding: Extreme Speculative Decoding for Emerging AI Applications

SuffixDecoding: Extreme Speculative Decoding for Emerging AI Applications

7 Nov 2024arXiv:2411.04975archive 2025-07-28

Gabriele Oliaro, Zhihao Jia, Daniel Campos, Aurick Qiao

Speculative decoding is widely adopted to reduce latency in large language model (LLM) inference by leveraging smaller draft models capable of handling diverse user tasks. However, emerging AI applications, such as LLM-based agents, present unique workload characteristics: instead of diverse independent requests, agentic frameworks typically submit repetitive inference requests, such as multi-agent pipelines performing similar subtasks or self-refinement loops iteratively enhancing outputs. These workloads result in long and highly predictable sequences, which current speculative decoding methods do not effectively exploit. To address this gap, we introduce \emph{SuffixDecoding}, a novel method that utilizes efficient suffix trees to cache long token sequences from prompts and previous outputs. By adaptively speculating more tokens when acceptance likelihood is high and fewer when it is low, SuffixDecoding effectively exploits opportunities for longer speculations while conserving computation when those opportunities are limited. Evaluations on agentic benchmarks, including SWE-Bench and Text-to-SQL, demonstrate that SuffixDecoding achieves speedups of up to 5.3×, outperforming state-of-the-art methods -- 2.8× faster than model-based approaches like EAGLE-2/3 and 1.9× faster than model-free approaches such as Token Recycling. SuffixDecoding is open-sourced at https://github.com/snowflakedb/ArcticInference.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2411.04975")

Code

Syntology Ran 1 of 12 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 1 ran · honoured contract.

By repository: official repository: 12 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

snowflakedb/arcticinference officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 1 ran; 1 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
11unverified

Licence: 0 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from snowflakedb/arcticinference. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

padding_size snowflakedb/arcticinference/arctic_inference/vllm/spec_dec/arctic_speculator.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · f6826d57d2283a63 · report
arctic_inference_effective_enabled snowflakedb/ArcticInference/arctic_inference/envs.py official repository unverified Apache-2.0 (permissive) · a43ab21695912010 · report
check_health snowflakedb/ArcticInference/arctic_inference/dynasor/vllm_server.py official repository unverified Apache-2.0 (permissive) · e0604cca9bcedcc6 · report
count snowflakedb/ArcticInference/arctic_inference/dynasor/entropy.py official repository unverified Apache-2.0 (permissive) · a5020ff014095b56 · report
entropy snowflakedb/ArcticInference/arctic_inference/dynasor/entropy.py official repository unverified Apache-2.0 (permissive) · e29c5d4b90190e5f · report
formalize_final_response snowflakedb/ArcticInference/arctic_inference/dynasor/cot.py official repository unverified Apache-2.0 (permissive) · 7532890ba3c68bf5 · report
format_prompt_for_completions snowflakedb/ArcticInference/arctic_inference/dynasor/cot.py official repository unverified Apache-2.0 (permissive) · 2e50f3c70e76e32f · report
norm snowflakedb/ArcticInference/arctic_inference/dynasor/entropy.py official repository unverified Apache-2.0 (permissive) · eefac2aaeeae2778 · report
obtain_answer snowflakedb/ArcticInference/arctic_inference/dynasor/cot.py official repository unverified Apache-2.0 (permissive) · 28379cada3d7f0cf · report
parse_args snowflakedb/ArcticInference/arctic_inference/dynasor/openai_server.py official repository unverified Apache-2.0 (permissive) · be2bd376825af0a1 · report
speculator_ln snowflakedb/ArcticInference/arctic_inference/py_custom_ops.py official repository unverified Apache-2.0 (permissive) · fc01e317bc5d7ff4 · report
sum_lstm snowflakedb/ArcticInference/arctic_inference/py_custom_ops.py official repository unverified Apache-2.0 (permissive) · 7ef155488e539909 · report

Tasks

Code GenerationLanguage ModelingLanguage ModellingLarge Language ModelText to SQLText-To-SQLmodel

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections