SYNTHESIS NOTE
TopicsSentiment Semantics Toxic Detectionsthis note

Do transformer static embeddings actually encode semantic meaning?

Explores whether the fixed word embeddings that enter transformer networks contain rich semantic information or serve only as shallow placeholders. This addresses a longstanding debate in philosophy of language about whether word meanings are stored or constructed.

Synthesis note · 2026-02-23 · sourced from Sentiment Semantics Toxic Detections
What kind of thing is an LLM really? How do you navigate synthesis across fragmented research topics?

The transformer architecture creates two distinct representations for every word: a static token embedding (input to self-attention) and a contextualized embedding (output of self-attention). The static embedding is the invariant entry for each word in the model's vocabulary. The question is whether these static embeddings carry meaningful semantic information or are mere placeholders that get enriched only during self-attention.

The "meaning eliminativist" hypothesis — defended in psycholinguistics by Elman (2004) and philosophy by Rayo (2013) and Recanati (2003) — holds that static word meanings are redundant. Applied to LLMs, this would mean static embeddings store only morphological and syntactic cues, with semantic information introduced entirely at the self-attention layer. Given that embeddings have only 768 parameters per token in RoBERTa-base versus tens of millions in the attention and feed-forward layers, there is architectural reason to expect semantic information might be deferred.

The evidence rules this out. Clustering RoBERTa-base's ~50,000 token embeddings into 200 clusters reveals sensitivity to five psycholinguistic measures:

  1. Valence — pleasantness of the concept (from the Mehrabian three-dimensional emotion model)
  2. Concreteness — perceptible entity vs. abstract notion ("bicycle" = 4.89, "justice" = low)
  3. Iconicity — perceived resemblance between form and meaning (challenging the arbitrariness-of-the-sign thesis)
  4. Taboo — social transgression load of the term
  5. Age of acquisition — when the word is typically learned

The iconicity finding is particularly striking because detecting it requires access to surface properties, semantic properties, and recognition of resemblance between them — all within the static embedding before any attention mechanism operates.

This means LLMs implement something analogous to a lexical store: each word has an entry containing genuine semantic information that is then modulated by context during self-attention. The parallel to the philosophy-of-language debate is direct: static embeddings are rich entries that get contextually adjusted, not minimal cores that get built from scratch each time.

The implication for mechanistic interpretability: semantic information is distributed across two levels — the token embedding layer and the contextualized layers — and analysis that focuses only on intermediate or final representations may miss what was already encoded at input.

Inquiring lines that read this note 36

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

Why do semantic similarity and task relevance diverge in vector embeddings? How can LLM recommenders match or exceed collaborative filtering performance? How do training priors constrain what context information can override? When does architectural design matter more than raw model capacity? How should retrieval systems optimize for multi-step reasoning during inference? Do language models understand semantics or rely on pattern matching? How do prompt structure and constraints affect model instruction reliability? Do language models learn genuine linguistic structure or just surface patterns? What articulatory information do speech signals carry that text cannot? What factors beyond surface content determine how readers extract meaning differently? Can graph structure and relationships fundamentally improve recommendation systems? Why do benchmark improvements fail to reflect actual reasoning quality? Why can't humans reliably detect AI-generated text despite measurable linguistic signatures? Why do language models struggle with implicit discourse relations? What limits mechanistic interpretability's ability to characterize models? Does recurrence enable reasoning capabilities that fixed-depth transformers cannot achieve? How do transformer attention mechanisms implement memory and algorithmic functions? Can next-token prediction alone produce genuine language understanding? Is embodied interaction necessary for language meaning and genuine agency? Which computational strategies best support reasoning in language models? Do language model representations contain causally steerable task-specific features?

Related concepts in this collection 4

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
13 direct connections · 121 in 2-hop network ·dense cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

transformer static embeddings encode rich semantic information including valence concreteness iconicity and taboo — ruling out meaning eliminativism