PLAY PODCASTS
Exploring the Latent Capacity of LLMs for One-Step Text Generation
Episode 819

Exploring the Latent Capacity of LLMs for One-Step Text Generation

Daily Paper Cast

May 29, 202520m 35s

Audio is streamed directly from the publisher (media.transistor.fm) as published in their RSS feed. Play Podcasts does not host this file. Rights-holders can request removal through the copyright & takedown page.

Show Notes

🤗 Upvotes: 40 | cs.CL, cs.AI, cs.LG

Authors:
Gleb Mezentsev, Ivan Oseledets

Title:
Exploring the Latent Capacity of LLMs for One-Step Text Generation

Arxiv:
http://arxiv.org/abs/2505.21189v1

Abstract:
A recent study showed that large language models (LLMs) can reconstruct surprisingly long texts - up to thousands of tokens - via autoregressive generation from just one specially trained input embedding. In this work, we explore whether such reconstruction is possible without autoregression. We show that frozen LLMs can generate hundreds of accurate tokens in just one forward pass, when provided with only two learned embeddings. This reveals a surprising and underexplored capability of LLMs - multi-token generation without iterative decoding. We investigate the behaviour of these embeddings and provide insight into the type of information they encode. We also empirically show that although these representations are not unique for a given text, they form connected and local regions in embedding space - a property that suggests the potential of learning a dedicated encoder into that space.