Speculative decoding
EAGLE-3
EAGLE-3: Scaling up Inference Acceleration of Large Language Models via Training-Time Test
Heavily superseded — a standard baseline that newer methods routinely beat
13 papers critique it · 28 beat it on benchmarks
What papers say
Verbatim critique sentences, each from a paper that cites EAGLE-3 as a baseline.
The method that relies on training an auxiliary draft model demonstrate promising acceleration potential, but its inference behavior is inherently coupled to the training process, limiting adaptability across diverse reasoning scenarios.
“State-of-the-art tree-based methods, such as eagle, construct the draft tree via a rigid layer-wise expansion mechanism.”
“Conversely, we also observe significant instability, with performance dropping to a 0.70× slowdown in the worst-case scenario (Eagle-3 of L31-8B on SWE-bench).”
“current autoregressive drafter designs introduce limitations. While approaches such as EAGLE3 significantly lower the per-step drafting cost by using a single customized layer, the drafting process is still inherently autoregressive. This sequential dependency forces the drafter to spend nearly 20\%--40\% of the total inference time, thereby fundamentally limiting the achievable acceleration, causing the drafting stage, especially the drafting forward cost, to emerge as a new bottleneck in speculative decoding.”
“However, these approaches primarily focus on optimizing draft generation while the verification phase — which constitutes 67-90% of total computation — receives limited attention for fine-grained adaptation.”
“It is plausible that EAGLE-3, trained primarily on English corpora, fails to simulate the target model's distribution accurately in Chinese reasoning tasks. Such data distribution mismatches, rooted in differences in post-training procedures or training corpora, generally constrain the robustness of model-based SD methods.”
“each added tree depth still costs one more sequential drafter round”
“Training-based method EAGLE-3 suffers significant degradation under OOD conditions.”
“existing draft models, including the EAGLE series, have a shared drawback: they generate draft tokens by conditioning solely on the current prefix. This design is prone to error accumulation.”
“we find that the high acceptance length of EAGLE3 is not viable when the context length is beyond the trained context window”
“state-of-the-art methods like EAGLE-3 still rely on autoregressive drafting. This serial drafting process is not only inherently inefficient but also susceptible to error accumulation, which effectively caps achievable speedups at approximately 2-3×”
“However, these methods are typically evaluated at 2K context with full-cache drafting~liu2026illusion, and do not address the sparse/full mismatch when a sparse KV cache constrains the drafter in longer contexts~yang2025longspec.”
Beaten on benchmarks
Head-to-head results where a newer method reports beating EAGLE-3. Values are copied from the source paper's tables — verify against the cited paper.
OWL beats EAGLE-3
4.27 vs 1.35
acceptance_length · [Llama-3.3-70B-Instruct]
OWL: Overcoming Window Length-Dependence in Speculative Decoding for Long-Context InputsBastion beats EAGLE-3
8.77 vs 2.82
MATH500 Speedup · [Stochastic Decoding (Temperature = 1), Qwen3-4B]
Bastion: Budget-Aware Speculative Decoding with Tree-structured Block Diffusion DraftingPARD-2 beats EAGLE-3
5.81 vs 1.93
Domino beats EAGLE-3
942 vs 324
TPS at concurrency=2 · [Qwen3-8B, GSM8K]
Domino: Decoupling Causal Modeling from Autoregressive Drafting in Speculative DecodingD²SD beats EAGLE-3
8.02 vs 2.81
Acceptance Length · [Greedy (T=0)]
D^2SD: Accelerating Speculative Decoding with Dual Diffusion Draft ModelsHybrid Verified Decoding beats EAGLE-3
3.16 vs 1.15
speedup vs Greedy · [Qwen3-8B aggregate]
Hybrid Verified Decoding: Learning to Allocate Verification in Speculative DecodingToolSpec beats EAGLE-3
4.19 vs 1.56
Overall Speedup · [LLaMA-3.1-8B-Instruct]
ToolSpec: Accelerating Tool Calling via Schema-Aware and Retrieval-Augmented Speculative DecodingHybrid Verified beats EAGLE-3
126.2 vs 47.7
Throughput · [Llama3.1-8B]
Hybrid Verified Decoding: Learning to Allocate Verification in Speculative DecodingFastGRPO beats EAGLE-3
2.78 vs 1.14
Gen SR · [Q2.5-7B-I, DAPO-Math-17K]
FastGRPO: Accelerating Policy Optimization via Concurrency-aware Speculative Decoding and Online Draft LearningFlexDraft beats EAGLE-3
5.79 vs 2.44
MATH Speedup · [Qwen3-8B]
FlexDraft: Flexible Speculative Decoding via Attention Tuning and Bonus-Guided CalibrationFLy beats EAGLE-3
2.53 vs 1.56
Speedup · [L33 70B, Temperature=0]
Training-Free Loosely Speculative Decoding: Accepting Semantically Correct Drafts Beyond Exact MatchBudgetDraft beats EAGLE-3
2.54 vs 1.64
Speedup · [8K context, γ=5]
BudgetDraft: Acceptance-Aware Multi-View Training for Sparse-KV Speculative Decoding
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.
- Jun 3, 2026
- Jun 2, 2026
- Hybrid Verified DecodingHybrid Verified Decoding: Learning to Allocate Verification in Speculative DecodingMay 31, 2026
- May 28, 2026
- May 28, 2026
- May 28, 2026
- May 19, 2026
- May 19, 2026
- May 9, 2026
- May 8, 2026
- May 1, 2026
- Apr 21, 2026