Learning a Generative Meta-Model of LLM Activations
Grace Luo, Jiahai Feng, Trevor Darrell, Alec Radford, Jacob Steinhardt
TL;DR
This work tackles interpretability of LLM activations by moving beyond linear probing to learn a generative prior over activation distributions using diffusion models. The Generative Latent Prior (GLP) diffusion model is trained on one billion residual-stream activations, serving as both a steering-time prior and a nonlinear encoder; its diffusion loss scales predictably with compute and tracks downstream gains in steering and probing. Empirically, GLP post-processing improves on-manifold steering fluency, yields richer, more interpretable meta-neurons, and demonstrates scalable benefits across sentiment, persona elicitation, and 1-D probing tasks. The results suggest that diffusion-based meta-models provide a scalable, structure-agnostic path toward activation-level interpretability with measurable downstream impact, while also offering mechanisms for out-of-manifold detection and more nuanced feature extraction.$L(C) = E + A \cdot C^{-\alpha}$ with $E = 0.52$ and $\alpha = 0.169$ captures the scaling of diffusion loss across compute.$
Abstract
Existing approaches for analyzing neural network activations, such as PCA and sparse autoencoders, rely on strong structural assumptions. Generative models offer an alternative: they can uncover structure without such assumptions and act as priors that improve intervention fidelity. We explore this direction by training diffusion models on one billion residual stream activations, creating "meta-models" that learn the distribution of a network's internal states. We find that diffusion loss decreases smoothly with compute and reliably predicts downstream utility. In particular, applying the meta-model's learned prior to steering interventions improves fluency, with larger gains as loss decreases. Moreover, the meta-model's neurons increasingly isolate concepts into individual units, with sparse probing scores that scale as loss decreases. These results suggest generative meta-models offer a scalable path toward interpretability without restrictive structural assumptions. Project page: https://generative-latent-prior.github.io.
