π€ AI Summary
This work proposes a training-free, auxiliary-model-free approach for multi-token parallel prediction to enhance the inference efficiency of large language models. By dynamically constructing masked token probes in the embedding space, the method activates the modelβs inherent multi-step prediction capability. It integrates top-K candidate tree construction, lightweight pruning, and a parallel verification decoding mechanism to achieve efficient and lossless generation. Notably, this is the first method to introduce a training-free embedding-space probing mechanism that leverages only the original model architecture to accurately predict multi-token sequences. Experiments demonstrate consistent improvements: on LLaMA3 and Qwen3, it increases accepted sequence length by approximately 12% and 8β12%, respectively, and boosts throughput by 15β19%, significantly outperforming existing training-free baselines.
π Abstract
Large language models (LLMs) exhibit latent multi-token prediction (MTP) capabilities despite being trained solely for next-token generation. We propose a simple, training-free MTP approach that probes an LLM using on-the-fly mask tokens drawn from its embedding space, enabling parallel prediction of future tokens without modifying model weights or relying on auxiliary draft models. Our method constructs a speculative token tree by sampling top-K candidates from mask-token logits and applies a lightweight pruning strategy to retain high-probability continuations. During decoding, candidate predictions are verified in parallel, resulting in lossless generation while substantially reducing the number of model calls and improving token throughput. Across benchmarks, our probing-based MTP consistently outperforms existing training-free baselines, increasing acceptance length by approximately 12\% on LLaMA3 and 8--12\% on Qwen3, and achieving throughput gains of up to 15--19\%. Finally, we provide theoretical insights and empirical evidence showing that decoder layers naturally align mask-token representations with next-token states, enabling accurate multi-step prediction without retraining or auxiliary models.