Enhancing Latent Computation in Transformers with Latent Tokens
Yuchang Sun, Yanxi Chen, Yaliang Li, Bolin Ding
TL;DR
The paper introduces latent tokens, lightweight dummy tokens inserted into decoder-only Transformers to provide latent computation and steer autoregressive generation while freezing the backbone. It defines a principled inference and training setup, including a specialized positional encoding that preserves existing token geometry and a loss that targets verbal tokens, enabling parameter-efficient fine-tuning of the latent vectors. Through synthetic tasks and benchmark evaluations, latent tokens demonstrate improved generalization, particularly in out-of-distribution scenarios, and three proposed mechanisms—self-prompting, information retrieval, and instruction adherence—are empirically explored. The findings suggest latent tokens offer a flexible, scalable augmentation that enhances intermediate computation with minimal infrastructure overhead, though further work is needed to map their internal mechanisms and optimize adaptive insertion strategies.
Abstract
Augmenting large language models (LLMs) with auxiliary tokens has emerged as a promising strategy for enhancing model performance. In this work, we introduce a lightweight method termed latent tokens; these are dummy tokens that may be non-interpretable in natural language but steer the autoregressive decoding process of a Transformer-based LLM via the attention mechanism. The proposed latent tokens can be seamlessly integrated with a pre-trained Transformer, trained in a parameter-efficient manner, and applied flexibly at inference time, while adding minimal complexity overhead to the existing infrastructure of standard Transformers. We propose several hypotheses about the underlying mechanisms of latent tokens and design synthetic tasks accordingly to verify them. Numerical results confirm that the proposed method noticeably outperforms the baselines, particularly in the out-of-distribution generalization scenarios, highlighting its potential in improving the adaptability of LLMs.
