@inproceedings{xiao-etal-2026-tokentiming,
title = "{T}oken{T}iming: A Dynamic Alignment Method for Universal Speculative Decoding Model Pairs",
author = "Xiao, Sibo and
Jinyuan, Fu and
Xie, Zhongle and
Shou, Lidan",
editor = "Liakata, Maria and
Moreira, Viviane P. and
Zhang, Jiajun and
Jurgens, David",
booktitle = "Proceedings of the 64th Annual Meeting of the {A}ssociation for {C}omputational {L}inguistics (Volume 1: Long Papers)",
month = jul,
year = "2026",
address = "San Diego, California, United States",
publisher = "Association for Computational Linguistics",
url = "https://preview.aclanthology.org/ingest-acl/2026.acl-long.1983/",
pages = "42798--42812",
ISBN = "979-8-89176-390-6",
abstract = "Accelerating the inference of large language models (LLMs) has been a critical challenge in generative AI. Speculative decoding (SD) substantially improves LLM inference efficiency. However, its utility is limited by a fundamental constraint: the draft and target models must share the same vocabulary, thus limiting the herd of available draft models and often necessitating the training of a new model from scratch. Inspired by Dynamic Time Warping (DTW), a classic algorithm for aligning time series, we propose the algorithm TokenTiming for universal speculative decoding. It operates by re-encoding the draft token sequence to get a new target token sequence, and then uses DTW to build a mapping to transfer the probability distributions for speculative sampling. Benefiting from this, our method accommodates mismatched vocabularies and works with any off-the-shelf models without retraining and modification. We conduct comprehensive experiments on various tasks, demonstrating 1.57x speedup. This work enables a universal approach for draft model selection, making SD a more versatile and practical tool for LLM acceleration."
}Markdown (Informal)
[TokenTiming: A Dynamic Alignment Method for Universal Speculative Decoding Model Pairs](https://preview.aclanthology.org/ingest-acl/2026.acl-long.1983/) (Xiao et al., ACL 2026)
ACL