
The cycle that begins with [YOU] on AI asks whether the machines we build are mirrors of ourselves or something genuinely other. Distributional semantics provides a precise answer to what the machines have captured and what they have not. They have captured the relational structure of human meaning—the geometry of concepts, the patterns of inference, the contextual flexibility of words. They have captured this, as the probing studies Manning’s lab developed demonstrate, with sufficient fidelity that hierarchical grammatical structure can be read out of their internal representations. This is not mimicry; it is the genuine learning of genuine structure.
And yet the distributional hypothesis is not the whole of meaning. The grounding problem—the dimension of meaning that lives in connection to perception, action, and reality—is exactly what text-trained systems lack. A child who has never seen an apple can look the word up in a dictionary and learn some distributional facts about it; she is still missing whatever a child who has held and tasted an apple knows. Distributional semantics captures the relational dimension of meaning with remarkable thoroughness and leaves the referential dimension to other methods. The cycle’s core warning—that these systems write credibly without writing truthfully—is the practical consequence of this gap.

Distributional ideas about meaning predate the computational implementation by decades. Firth’s 1957 formulation built on a structuralist tradition that traced to Ferdinand de Saussure’s insight that linguistic signs take their value from their relations to one another, not from an intrinsic connection to a world external to the system. Zellig Harris had formalized distributional analysis in 1954, arguing that grammatical classes could be identified by substitution patterns rather than by semantic intuition. These ideas were influential but technically limited, because the manual computation of co-occurrence statistics was prohibitively laborious.
The computational realization came in stages. Vector space models of the 1980s and 1990s represented documents as weighted combinations of word vectors and enabled information retrieval by geometric proximity. Latent Semantic Analysis extended this to capture deeper semantic regularities. Word2Vec (2013) and then Manning’s GloVe (2014) showed that training neural networks to predict distributional context produced representations with striking semantic structure—where analogy became arithmetic and distance became similarity. The transformer generalized the approach to contextual representations, in which a word’s vector shifts with every sentence it appears in, dissolving the ambiguity that plagued static embeddings.
Meaning as position in a network. The distributional hypothesis holds that meaning is relational rather than referential as its primary mode. A word’s significance is constituted by the company it keeps, which is why two words used in similar contexts tend to mean similar things—not because anyone decided they should but because the distributional structure of language encodes conceptual structure. This is the claim that, when scaled into neural networks, became the basis of the most capable language systems ever built.
The geometry of concepts. When words are placed in high-dimensional space according to their distributional patterns, the resulting geometry has semantic content: semantic similarity becomes geometric proximity, and analogical relationships become vector arithmetic. The famous king − man + woman ≈ queen result is not a curiosity; it is evidence that the distributional structure of text encodes the conceptual structure of meaning, and that the encoding is regular enough to be described by linear algebra.

Contextual representations and the transformer. Static word vectors assign one meaning to each word regardless of context. The transformer’s attention mechanism generalizes the distributional approach by computing each word’s representation dynamically, shaped by the specific other words around it in each sentence. This is distributional semantics made fully contextual—and it solved the ambiguity problem that plagued earlier approaches while dramatically increasing the richness of the learned representations.
What distribution cannot supply. The distributional hypothesis is not the whole of meaning. Critics including John Searle in his Chinese Room argument and, in modern form, the “stochastic parrot” critics, argue that a system with no connection to the world it describes cannot genuinely understand it. Manning accepts this critique partially: the grounding dimension of meaning is real and is what text-trained systems lack. The efficiency gap between how much data a child needs and how much a model needs points to structural advantages of grounded, embodied learning that distributional methods alone cannot replicate.
The central debate about distributional semantics is whether it constitutes a theory of meaning or a theory of meaning’s surface. Referentialists argue that meaning is fundamentally a matter of words connecting to things in the world, and that distributional patterns are at best a useful proxy—the shadow meaning casts across a corpus, not meaning itself. Distributional semanticists reply that this view understates how much of what we do with language is relational: inference, analogy, categorization, and most of the work of communication depend on the distributional structure of the language system rather than on direct world-connection. The success of distributional methods in producing systems that perform linguistic tasks—tasks that require something that looks like understanding—puts pressure on the purely referential view. But the hallucinations and unreliability of text-trained systems put pressure on the purely distributional view. Manning’s synthesis—that both dimensions are real and that the models have one without the other—is the most empirically honest position available. A deeper question is whether the distributional structure that language models learn is the same structure that human minds use when they mean things, or whether human meaning adds something categorically different that no amount of distributional learning can supply. Large language models have made this question empirical rather than purely philosophical, and the answer is still coming in.