The Probabilistic Structure of Large Language Models A new arXiv paper, 2609.25134v1, presents a probabilistic framework for large language models, describing them as probability measures over token sequences specified by autoregressive conditional distributions. The paper formulates training as maximum-likelihood estimation solved with stochastic gradient methods and treats text generation as sequential simulation of the resulting stochastic process. It examines how the asymmetry of the Kullback-Leibler divergence relates to hallucination and the gap between statistical plausibility and truth, and extends the same viewpoint to diffusion models built around the score function. arXiv:2609.25134v1 Announce Type: new Abstract: This paper presents a probabilistic perspective on large language models LLMs , developed with the aim of bringing together, in a single self-contained account, tools that are usually treated separately across the literature. LLMs are described through probability measures on the set of sequences of tokens, specified via their autoregressive conditional distributions. Training is formulated as a maximum-likelihood estimation problem, addressed by stochastic gradient methods, while text generation is viewed as the sequential simulation of the resulting stochastic process. The role of the asymmetry of the Kullback--Leibler divergence in text generation is examined in relation with characteristic phenomena such as hallucination and the distinction between statistical plausibility and truth. As a complementary illustration of the same viewpoint, we also discuss diffusion models, built around the score function, which cast generation not as sequential token prediction but as the simulation of a reverse-time stochastic process transforming noise into data both in discrete and continuous time.