Definition
For attributes with directions , a concept defined by attribute subset occupies the region
a polyhedral cone in the sense of Cone (an H-representation — intersection of half-spaces — rather than the V-representation of non-negative ray combinations, but the same underlying object class). Pairing each region with the object embeddings it contains recovers a formal concept (extent, intent) in the sense of Formal Concept Analysis (FCA): the set of formal concepts, ordered by extent inclusion (equivalently, reverse intent inclusion), forms a complete lattice — every subset of concepts has a greatest lower bound (meet, satisfying the union of both concepts’ attributes, ) and a least upper bound (join, the smallest common generalization, approximated by the conic hull of both concepts’ attribute directions).
Relative to a single cone or polytope
A single Cone is one region; a single Polytope (Simplex) is one convex hull of mutually-exclusive category values. A concept lattice is a system of many such cone-regions simultaneously, connected by a Galois connection between an object set and an attribute set (the same object↔attribute duality used throughout FCA), so that the regions are not independent shapes but form a provably complete partial order with algebraic meet/join structure. This is what licenses treating LLM representations as encoding a full symbolic hierarchy (subsumption, generalization, refinement), not just isolated categorical contrasts.
Key evidence
Xiong (2026) proves (Theorem 1) that thresholded linear attribute directions, softened via a logistic incidence function and binarized at a confidence level , induce a binary incidence relation whose Galois-connection closure is provably a complete lattice — and (Proposition 1) that per-attribute thresholds can always be absorbed into a single global embedding shift, reducing the general thresholded model to an origin-passing canonical form. Empirically, across five WordNet sub-hierarchies (three physical domains — animal, plant, food — and two abstract domains — event, cognition) and three models (LLaMA-3.1-8B, Gemma-7B, Mistral-7B), LDA-estimated attribute directions recover the ground-truth object–attribute formal context with F1 above 78% on physical domains, and projection-profile-based subsumption scoring recovers WordNet’s hypernym partial order (up to F1 77.1). Meet and join operations computed directly on attribute projection profiles return WordNet-plausible refinements and generalizations (e.g. join(dog, wolf) → predator/canine/hunter; meet(horse, zebra) → pony/stallion/foal). See Formal Concept Analysis (FCA) lattice construction for the construction method.
How to detect it
Fit a linear direction and separating threshold for each of several binary attributes, form the induced object–attribute incidence relation, and check (via the Galois-connection closure) whether the resulting formal concepts form a complete lattice matching an independently-known symbolic hierarchy (e.g. WordNet hypernymy) — rather than checking only whether individual attributes are separately linearly decodable.
A mechanistically distinct route to the same hierarchical-geometry claim: spectral eigenvectors of co-occurrence statistics
Nava & Wyart (2026) reach a structurally similar conclusion — that taxonomic (“is-a”) hierarchy is legible in embedding geometry — via a different mechanism than the half-space/lattice construction above: rather than thresholded linear attribute directions forming a Galois-connection lattice, they show the leading eigenvectors of a word co-occurrence Gram matrix directly split broad-to-fine taxonomic branches (top-k eigenspace alignment far exceeding a shuffled baseline, with an exponentially decaying alignment-vs-depth kernel), extending from word2vec embeddings to Gemma-2B unembeddings and Llama-3.2-1B internal activations. A parent-child “innovation”-vector diagnostic (child-minus-parent direction near-orthogonal to the parent direction) recovers the same near-zero-cosine linear-representation signature used elsewhere in this map, without invoking the cone/half-space/FCA apparatus. See leading-eigenvectors-of-a-word-cooccurrence-gram-matrix-separate-broad-to-fine-taxonomic-concept-branches-and-the-same-spectral-tree-geometry-appears-in-gemma-and-llama-activations.
Key papers
- Ganter & Wille (1999); Ganter, Stumme & Wille (2005). Formal Concept Analysis. — origin of FCA itself, prior to any connection to LLMs.
- Xiong & Staab (2025). From Tokens to Lattices: Emergent Lattice Structures in Language Models. — first connection of FCA to language models, limited to masked language models.
- Xiong (2026). The Lattice Representation Hypothesis of Large Language Models. arXiv:2603.01227 — unifies the Linear Representation Hypothesis with FCA via half-space intersections; origin of the half-space/lattice construction described here.