Search papers, labs, and topics across Lattice.
This work theoretically establishes that frozen transformers can implement iterative generative algorithms鈥攕pecifically closed-form diffusion and energy-based sampling鈥攅ntirely in-context using prompt examples. The authors mechanistically map transformer components to sampling dynamics, proving that softmax attention calculates kernel responsibility weights while feedforward layers execute numerical Euler integration steps. Validating this construction empirically on pretrained LLMs, they reveal that semantic-topic prompts trace a distinct U-shaped particle energy profile across layers, contracting toward a uniform spherical prior before expanding into structured generative outputs.
In-context learning is not limited to discriminative prediction: frozen transformers run full iterative diffusion and energy-based sampling within a single forward pass.
A growing body of work establishes that large language models are not mere statistical memorizers, but are capable of in-context learning: performing inference at test time using only examples provided in the prompt, without any parameter updates. Prior theoretical work has shown that this capability extends to supervised learning tasks such as linear regression. We prove that in-context learning extends further to \emph{data generation}: frozen transformers can simulate iterative generative samplers from in-context samples. We first show that transformers can realize closed-form and smoothed closed-form diffusion samplers. The construction identifies a concrete generative role for softmax attention: it computes responsibility weights and weighted empirical averages, while feedforward layers implement Euler updates. To empirically relate these constructions to pretrained language models, we study \emph{semantic-topic sampling}: prompts consisting of words drawn from a common semantic category, such as animals, foods, or cities. Across transformer layers, the normalized hidden states exhibit a two-stage geometry: they move toward a uniform spherical reference in intermediate layers and then return to structured, topic-dependent representations near the output. We further measure an interacting-particle energy on these hidden-state clouds and observe the same U-shape pattern. We then prove that transformers can approximate an energy-based sampler, constructing the same U-shape energy across the layers.