Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

EAGLE-3: Scaling up Inference Acceleration of Large Language Models via Training-Time Test

About

The sequential nature of modern LLMs makes them expensive and slow, and speculative sampling has proven to be an effective solution to this problem. Methods like EAGLE perform autoregression at the feature level, reusing top-layer features from the target model to achieve better results than vanilla speculative sampling. A growing trend in the LLM community is scaling up training data to improve model intelligence without increasing inference costs. However, we observe that scaling up data provides limited improvements for EAGLE. We identify that this limitation arises from EAGLE's feature prediction constraints. In this paper, we introduce EAGLE-3, which abandons feature prediction in favor of direct token prediction and replaces reliance on top-layer features with multi-layer feature fusion via a technique named training-time test. These improvements significantly enhance performance and enable the draft model to fully benefit from scaling up training data. Our experiments include both chat models and reasoning models, evaluated on five tasks. The results show that EAGLE-3 achieves a speedup ratio up to 6.5x, with about 1.4x improvement over EAGLE-2. In the SGLang framework, EAGLE-3 achieves a 1.38x throughput improvement at a batch size of 64. The code is available at https://github.com/SafeAILab/EAGLE.

Yuhui Li, Fangyun Wei, Chao Zhang, Hongyang Zhang• 2025

Related benchmarks

TaskDatasetResultRank
Mathematical ReasoningMATH500 (test)--
381
Code GenerationMBPP (test)--
276
Mathematical ReasoningGSM8K
Speed Up (x)4.24
177
Instruction FollowingAlpaca
Speedup (x)4.13
63
Code GenerationHumanEval
Tokens/s251.9
61
Inference EfficiencyHumanEval
Speedup Factor3.97
54
Speculative DecodingSpec-Bench
MT Score3.6
48
Multi-turn dialogueMT-Bench
Speedup4.02
47
Code GenerationHumanEval
Average Tau (τ)2.57
45
Code GenerationCodeAlpaca
Average Speed-up2.38
41
Showing 10 of 74 rows
...

Other info

Follow for update