# Distributional Semantics **Domain:** Computational Linguistics / Statistical Language Modeling **Doc Type:** Canonical Concept Node **Maturity:** Developed **Related:** [[wiki/Corpus Engineering|Corpus Engineering]], [[wiki/Trigger-Based Language Modeling|Trigger-Based Language Modeling]], [[wiki/Word Embeddings|Word Embeddings]], [[wiki/Semantic Network|Semantic Network]], [[wiki/Language Model|Language Model]] --- ## Definition **Distributional Semantics represents meaning through patterns of linguistic context: words used in related environments tend to acquire related representations.** The relation is derived from usage rather than assigned solely by a lexicographer. Distributional evidence can include co-occurrence, distance, local concentration, background frequency and the contexts in which a term appears. It captures association and similarity but does not automatically supply a typed semantic explanation. ## Living Language Context [[wiki/Living Language — Proximal Frequency Research Reference|Living Language — Proximal Frequency Research Reference]] combined global occurrence, local occurrence and degree of proximity to traverse associations while discounting ubiquitous weak connections. This created weighted concept neighborhoods from observed language. The project's trigger pairs—such as _Galileo/Jupiter_ or _selling/stocks_—illustrate relationships that are neither synonyms nor necessarily adjacent bigrams. They indicate that one term changes the relevance of another within a broader discourse window. ## Contemporary Bridge [[wiki/Word Embeddings|Word Embeddings]] are a learned form of distributional representation. A modern reconstruction could use them to expand recall while retaining explicit corpus paths and source labels for explanation. ## Key Insight **Distributional proximity reveals where language goes, not by itself what kind of relation took it there.** ## See Also [[wiki/Trigger-Based Language Modeling|Trigger-Based Language Modeling]], [[wiki/Word Embeddings|Word Embeddings]], [[wiki/Corpus Engineering|Corpus Engineering]], [[wiki/Synset vs Concept Set|Synset vs Concept Set]], [[wiki/Semantic Network|Semantic Network]], [[wiki/Provenance-Sensitive Multiplicity|Provenance-Sensitive Multiplicity]] ## Sources / Provenance - Primary project account: [[projects/Ten Years Building a Symbolic Language Engine|Ten Years Building a Symbolic Language Engine]]. - Zellig Harris, distributional structure. - John Firth, contextual accounts of meaning. - Statistical NLP literature and the Living Language project.