TL;DR
Existing diffusion language models struggle with effectively incorporating temporal information, which limits their performance in time-sensitive tasks. The authors introduced a novel technique called Subliminal Clocks, which models latent time within these models to enhance their temporal understanding.
✦ Why It Matters
Engineers can leverage Subliminal Clocks to enhance AI models' temporal reasoning capabilities in various applications.
Key Takeaways
How It Works
DLMs encode a latent representation of denoising progress within their residual streams. By applying probes across different layers, researchers can extract this information, revealing how the model internally tracks its denoising process.
Steering the model along a low-dimensional subspace associated with the inferred timestep allows for controlled adjustments in model confidence and entropy, leading to predictable changes in output behavior.
Related