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

Entropy-Aware Speculative Decoding Toward Improved LLM Reasoning

About

Speculative decoding (SD) accelerates large language model (LLM) reasoning by using a small draft model to generate candidate tokens, which the target LLM either accepts directly or regenerates upon rejection. However, excessive alignment between the draft and target models constrains SD to the performance of the target LLM. To address this limitation, we propose Entropy-Aware Speculative Decoding (EASD), a training-free enhancement. Building on standard SD, EASD incorporates a dynamic entropy-based penalty. At each decoding step, we employ the entropy of the sampling distribution to quantify model uncertainty. When both models exhibit high entropy with substantial overlap among their top-N predictions, the corresponding token is rejected and re-sampled by the target LLM. This penalty prevents low-confidence errors from propagating. By incorporating draft-model verification, EASD enables the possibility of surpassing the target model's inherent performance. Experiments across multiple reasoning benchmarks demonstrate that EASD consistently outperforms existing SD methods and, in most cases, surpasses the target LLM itself. We further prove that the efficiency of EASD is comparable to that of SD. The code can be found in the Supplementary Materials.

Tiancheng Su, Meicong Zhang, Guoxiu He• 2025

Related benchmarks

TaskDatasetResultRank
Mathematical ReasoningAMC 23
Accuracy67.5
198
Mathematical ReasoningMinerva--
138
Mathematical ReasoningOlympiad
Accuracy48.15
92
Mathematical ReasoningAIME 24
AIME 24 Accuracy23.33
84
Knowledge ReasoningGPQA
Accuracy55.55
11
Showing 5 of 5 rows

Other info

Follow for update