Efficient Training-Free Multi-Token Prediction via Embedding-Space Probing
Abstract
Lay Summary
Modern AI systems like large language models (LLMs) are typically designed to generate text one word at a time. However, this step-by-step process can be slow, especially for long outputs. Interestingly, these models often have an untapped ability to predict multiple future words at once—but existing methods to use this capability usually require retraining the model or adding extra components. In this work, we introduce ESP (Embedding-Space Probing), a simple and training-free method to unlock this hidden ability. Instead of modifying the model or training new components, ESP inserts temporary “mask tokens” into the model’s input in a way that prompts it to predict several future words simultaneously. These predictions are then verified to ensure correctness, allowing faster text generation without sacrificing accuracy. To organize these predictions efficiently, ESP builds a tree of possible future words and prunes low-quality options. This allows the method to focus on the most promising continuations while keeping computation manageable. Importantly, everything is done using the original, unchanged model. We evaluate ESP across multiple state-of-the-art language models and tasks. ESP consistently speeds up text generation—reducing the number of model calls and improving throughput—while maintaining exact output quality. It outperforms existing training-free methods by a significant margin. Overall, our results show that current language models already possess strong multi-step prediction capabilities. ESP provides a simple way to harness this ability, enabling faster and more efficient AI systems without additional training or infrastructure.