Density estimation with LLMs: a geometric investigation of in-context learning trajectories
Toni J. B. Liu, Nicolas Boullé, Raphaël Sarfati, Christopher J. Earls
TL;DR
The paper investigates whether large language models can estimate unconditioned probability density functions from in-context observations by prompting models with in-context data and tracking the evolving PDF via Hierarchy-PDF. Using Intensive PCA (InPCA), the authors reveal common, low-dimensional density-estimation trajectories across LLMs that lie between a Bayesian-histogram path and a KDE-like path, with a strong bias toward Gaussian-like behavior. They introduce a Bespoke KDE with adaptive kernel width $h$ and shape $s$ that closely reproduces the LLM trajectory, revealing rapid bandwidth decay and evolving kernel shape as context grows, suggesting a kernel-based mechanism in in-context probabilistic reasoning. The findings support a kernel-like interpretation of in-context DE and propose dispersive induction heads as a mechanism linking discrete in-context learning with continuous probabilistic estimation, offering a geometric lens to study LLMs and guiding future interpretable analyses.
Abstract
Large language models (LLMs) demonstrate remarkable emergent abilities to perform in-context learning across various tasks, including time series forecasting. This work investigates LLMs' ability to estimate probability density functions (PDFs) from data observed in-context; such density estimation (DE) is a fundamental task underlying many probabilistic modeling problems. We leverage the Intensive Principal Component Analysis (InPCA) to visualize and analyze the in-context learning dynamics of LLaMA-2 models. Our main finding is that these LLMs all follow similar learning trajectories in a low-dimensional InPCA space, which are distinct from those of traditional density estimation methods like histograms and Gaussian kernel density estimation (KDE). We interpret the LLaMA in-context DE process as a KDE with an adaptive kernel width and shape. This custom kernel model captures a significant portion of LLaMA's behavior despite having only two parameters. We further speculate on why LLaMA's kernel width and shape differs from classical algorithms, providing insights into the mechanism of in-context probabilistic reasoning in LLMs. Our codebase, along with a 3D visualization of an LLM's in-context learning trajectory, is publicly available at https://github.com/AntonioLiu97/LLMICL_inPCA
