@inproceedings{ni-etal-2025-ems,
title = "{EMS}-{SD}: Efficient Multi-sample Speculative Decoding for Accelerating Large Language Models",
author = "Ni, Yunsheng and
Liu, Chuanjian and
Tang, Yehui and
Han, Kai and
Wang, Yunhe",
editor = "Chiruzzo, Luis and
Ritter, Alan and
Wang, Lu",
booktitle = "Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers)",
month = apr,
year = "2025",
address = "Albuquerque, New Mexico",
publisher = "Association for Computational Linguistics",
url = "https://preview.aclanthology.org/fix-sig-urls/2025.naacl-long.471/",
pages = "9307--9320",
ISBN = "979-8-89176-189-6",
abstract = "Speculative decoding emerges as a pivotal technique for enhancing the inference speed of Large Language Models (LLMs). Despite recent research aiming to improve prediction efficiency, multi-sample speculative decoding has been overlooked due to varying numbers of accepted tokens within a batch in the verification phase. Vanilla method adds padding tokens in order to ensure that the number of new tokens remains consistent across samples. However, this increases the computational and memory access overhead, thereby reducing the speedup ratio. We propose a novel method that can resolve the issue of inconsistent tokens accepted by different samples without necessitating an increase in memory or computing overhead. Furthermore, our proposed method can handle the situation where the prediction tokens of different samples are inconsistent without the need to add padding tokens. Sufficient experiments demonstrate the efficacy of our method. Our code will be released later."
}
Markdown (Informal)
[EMS-SD: Efficient Multi-sample Speculative Decoding for Accelerating Large Language Models](https://preview.aclanthology.org/fix-sig-urls/2025.naacl-long.471/) (Ni et al., NAACL 2025)
ACL