World Properties without World Models: Recovering Spatial and Temporal Structure from Co-occurrence Statistics in Static Word Embeddings
TLDR
Static word embeddings recover spatial and temporal structure from co-occurrence, challenging claims that such recovery implies world models.
Reasoning
The paper's strength is demonstrating that simple co-occurrence-based embeddings (GloVe, Word2Vec) can recover geographic and temporal variables, suggesting that linear probe recoverability does not require world models. A weakness is that it only tests linear probes and does not address more complex world model architectures or interactive settings.
Read-first score
Read-first score 31.4, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 1.
Field roles
Rank sensitivity
Stability: volatile; rank range: 261.
Keyword Scores
Deep Analysis
Innovations
- Demonstrating that geographic and temporal structure can be recovered from static co-occurrence embeddings (GloVe, Word2Vec) using linear probes, challenging the interpretation that such recoverability in LLMs implies world models.
- Identifying that the recoverable signals depend on interpretable lexical gradients (country names, climate vocabulary) rather than abstract world representations.
- Showing that simple static embeddings preserve richer spatial, temporal, and environmental structure than commonly assumed.
Methodology
The authors use ridge regression probes on static word embeddings (GloVe and Word2Vec) to predict city coordinates and historical birth years. They also perform semantic-neighbor analyses and targeted subspace ablations to understand the source of the signals.
Key Results
Held-out R^2 values of 0.71-0.87 for city coordinates and 0.48-0.52 for historical birth years, indicating substantial geographic signal and weaker but reliable temporal signal.
Limitations
- Only tested on static co-occurrence embeddings (GloVe, Word2Vec), not on other embedding types or LLMs directly.
- Temporal signal is weaker than geographic signal (R^2 0.48-0.52 vs 0.71-0.87), suggesting limited recoverability for temporal variables.
- Recoverable signal depends heavily on interpretable lexical gradients (e.g., country names, climate vocabulary), which may reflect surface correlations rather than genuine world structure.
- The study does not directly compare with LLM hidden states to quantify the additional structure beyond co-occurrence statistics.