paper-with-me

Papers

TAPS: Task Aware Proposal Distributions for Speculative Sampling

2026-03-27 · Mohamad Zbib, Mohamad Bazzi, Ammar Mohanna, Hasan Abed Al Kader Hammoud, Bernard Ghanem arxiv

Speculative decoding accelerates autoregressive generation by letting a lightweight draft model propose future tokens that a larger target model then verifies in parallel. In practice, however, draft models are usually trained on broad generic corpora, which leaves it unclear how much speculative decoding quality depends on the draft training distribution. We study this question with lightweight HASS and EAGLE-2 drafters trained on MathInstruct, ShareGPT, and mixed-data variants, evaluated on MT-Bench, GSM8K, MATH-500, and SVAMP. Measured by acceptance length, task-specific training yields clear specialization: MathInstruct-trained drafts are strongest on reasoning benchmarks, while ShareGPT-trained drafts are strongest on MT-Bench. Mixed-data training improves robustness, but larger mixtures do not dominate across decoding temperatures. We also study how to combine specialized drafters at inference time. Naive checkpoint averaging performs poorly, whereas confidence-based routing improves over single-domain drafts and merged-tree verification yields the highest acceptance length overall for both backbones. Finally, confidence is a more useful routing signal than entropy: rejected tokens tend to have higher entropy, but confidence produces much clearer benchmark-level routing decisions. These results show that speculative decoding quality depends not only on draft architecture, but also on the match between draft training data and downstream workload, and that specialized drafters are better combined at inference time than in weight space.

📄 PDF Abstract BibTeX arXiv:2603.27027

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TAPS: Target-Aware Prefix Tree Selection for Diffusion-Drafted Speculative Decoding

2026-05-30 · Zhuoyu Wang, Junnan Huang, Xinyu Chen arxiv

Using a diffusion model for parallel drafting is a promising approach for speculative decoding. By predicting tokens at multiple future positions in a single forward pass, diffusion drafters substantially reduce drafting…

Firing dynamics of an autaptic neuron

2015-09-18

Autapses are synapses that connect a neuron to itself in the nervous system. Previously, both experimental and theoretical studies have demonstrated that autaptic connections in the nervous system have a significant phys…

Variational Speculative Decoding: Rethinking Draft Training from Token Likelihood to Sequence Acceptance

2026-02-05 · Xiandong Zou, Jianshu Li, Jing Huang, Pan Zhou arxiv

Speculative decoding accelerates inference for (M)LLMs, yet a training-decoding discrepancy persists: while existing methods optimize single greedy trajectories, decoding involves verifying and ranking multiple sampled d…

Decoupled Contrastive Decoding via Expert-Aligned Drafting

2026-08-13 · Zhixuan Liu, Zhichen Dong, Yuanfu Wang, Chao Yang arxiv

Contrastive Decoding (CD) improves generation quality, but its amateur-model pass makes decoding expensive. Accelerating CD with speculative decoding raises a proposal-alignment question: should the contrastive signal sh…

Tutorial Proposal: Speculative Decoding for Efficient LLM Inference

2025-03-01 · Heming Xia, Cunxiao Du, Yongqi Li, Qian Liu 외

This tutorial presents a comprehensive introduction to Speculative Decoding (SD), an advanced technique for LLM inference acceleration that has garnered significant research interest in recent years. SD is introduced as …