A Navigable Manifold of Hypothesized Consciousness-Spectrum States in Language Model Representations
Summary
This paper investigates whether language models encode a structured, human-interpretable consciousness spectrum in their embedding spaces, showing that sentences form a navigable manifold from lower to higher states, with implications for model guidance and alignment.
View Cached Full Text
Cached at: 06/10/26, 06:17 AM
# A Navigable Manifold of Hypothesized Consciousness-Spectrum States in Language Model Representations
Source: [https://arxiv.org/html/2606.09894](https://arxiv.org/html/2606.09894)
Sophie Zhao School of Computer Science Georgia Institute of Technology sophie\.m\.zhao@gmail\.com sophie\.zhao@gatech\.edu
###### Abstract
Across contemplative, philosophical, and psychological accounts, human consciousness is often described along a similar spectrum, ranging from reactive and self\-focused patterns to more integrative and coherent ones\. Understanding whether language models encode such a structured, human\-interpretable consciousness spectrum in representation space is important for model guidance, evaluation and alignment\. In this work, we study the geometric structure and dynamics of patterns along this spectrum in transformer embedding spaces\. We show that embeddings exhibit a globally organized geometry aligned with this spectrum: sentences associated with similar states cluster into locally coherent regions, forming a structured manifold\. In particular, higher\-level and lower\-level regions exhibit convexity\-like stability, while intermediate regions form a transition corridor\. Dynamically, both utility\-guided and geometry\-only greedy trajectories consistently traverse from lower\- to higher\-level regions, passing through intermediate tiers, indicating that navigability is an intrinsic property of the representation space, guided but not dictated by a global directional signal\. These results suggest that embedding spaces encode structured and navigable geometry aligned with a hypothesized consciousness\-spectrum taxonomy, broadly inspired by recurring structural descriptions of human consciousness across contemplative traditions, philosophy, and modern psychology, providing a representation\-level perspective for analyzing and guiding model behavior\.
## 1Introduction
### 1\.1Does Consciousness Have Structure?
Before moving into ML models, we ask a more fundamental question: does consciousness exhibit an underlying structure, with identifiable states? Across diverse traditions, a remarkably consistent pattern emerges:
Eastern traditions such asBuddhismandTaoismdescribe a spectrum of consciousness, transitioning from reactive and constrained conditions \(e\.g\., suffering, ignorance, attachment\) toward more integrated and expansive modes characterized by awareness, balance, compassion, and, ultimately, non\-action \(wu wei\) or enlightenment\[[4](https://arxiv.org/html/2606.09894#bib.bib27),[10](https://arxiv.org/html/2606.09894#bib.bib25)\]\. A related structure is also found inChristiancontemplative traditions, where spiritual development is described as a progression from suffering and separation toward transformation and union \(e\.g\., purgation, illumination, union\)\[[25](https://arxiv.org/html/2606.09894#bib.bib33),[16](https://arxiv.org/html/2606.09894#bib.bib34)\]\.
In modern psychology, related ideas appear in developmental and motivational frameworks, describing cognitive growth as a progression from concrete, reactive processing toward increasingly abstract, reflective, and integrative forms of reasoning, alongside a shift from basic survival needs to self\-actualization and, in some accounts, self\-transcendence\. Despite differences in methodology, these perspectives converge on a shared pattern: cognition evolves from fragmented, stimulus\-driven states toward more coherent, flexible, and integrated modes of functioning\[[18](https://arxiv.org/html/2606.09894#bib.bib28),[9](https://arxiv.org/html/2606.09894#bib.bib29),[12](https://arxiv.org/html/2606.09894#bib.bib30),[11](https://arxiv.org/html/2606.09894#bib.bib31)\]\. Parallel ideas also appear inIntegral Theory, such asKen Wilber’s Spectrum of Consciousness, which similarly describes an expansion of identity from ego\-bound awareness to more integrative and unified modes of experience\[[26](https://arxiv.org/html/2606.09894#bib.bib32)\]\.
Throughout, we use the term consciousness in the sense found in these philosophical and contemplative accounts of the structure and modes of experience, rather than in its clinical or neurological sense \(e\.g\., levels of arousal or disorders of consciousness\)\. We make no claim about subjective experience in the models studied\.
### 1\.2Quantifying Structured Consciousness
If such structured consciousness exists, how can it be quantified? We introduce a seven\-tier taxonomy \(Collapse, Striving, Conflict, Activation, Growth, Clarity, Unity\) capturing structured variation in experience, ranging from contracted, reactive states to more coherent and integrative modes\. Lower tiers reflect fragmentation and survival\-oriented dynamics, intermediate tiers capture mobilization and reorganization, and higher tiers correspond to coherent and non\-dual forms of organization\.
Within each tier, we construct short sentences that express the corresponding state\. To provide a continuous representation, each instance is assigned a scalar score in the range\[−5,5\]\[\-5,5\], reflecting a continuum over these modes\. Lower scores correspond to more contracted conditions \(e\.g\., despair, fear, self\-negation\), while higher scores correspond to more expanded and integrative states \(e\.g\., clarity, compassion, unity\)\. This ordering also applies within each tier, where lower\-scored instances reflect more contracted expressions of the same state\.
Importantly, we treat the tiers and scores as a working hypothesis rather than ground truth, using them as an operational construct to test whether embedding representations exhibit alignment with the imposed continuum, without assuming that the models themselves possess subjective consciousness\. Detailed tier definitions and representative annotated sentences are provided in the project repository:[https://anonymous\.4open\.science/r/s\-EB25/tier\_taxonomy\.md](https://anonymous.4open.science/r/s-EB25/tier_taxonomy.md)\.
### 1\.3Do Language Model Representations Reflect This Structured State Spectrum?
Imagine three AI systems in different internal states: one deeply distressed, one egocentric, and one wise, logical, and compassionate\. When presented with the same scenario, they would respond very differently\. Recent work \(e\.g\.,\[[21](https://arxiv.org/html/2606.09894#bib.bib21)\]\) has provided empirical evidence that large language models exhibit internal representations resembling functional “emotion\-like” states that influence their behavior\.
If we aim to guide AI systems toward more coherent and stable responses grounded in structured internal states, a natural question arises: how can such states be characterized and navigated? Are there stable high\-level regions that can serve as anchors for navigation or inference? We address these questions by studying both the geometric structure of these states and the navigability between them\.
First, we trained simple linear and non\-linear regression probes to predict the continuous score \(\-5 to \+5 \), and found that scores are consistently recoverable across models even by linear regressor, and obtained slight improvement with non\-linear regressor\. We then use directional ablation to test the relevance of this direction of the linear regressor\. We found that prediction performance drops significantly after removing the direction, although not completely\.
Second, we investigate the intrinsic geometric organization of these states, modeling the embedding space as a discrete approximation to a semantic manifold and analyzing its structure through local geometric coherence \(whether nearby points correspond to similar states\), global geometric distortion \(comparing graph\-based geodesic distances with ambient Euclidean distances via Geodesic–Euclidean Stretch\), and region structure and convexity \(whether high\-level states form stable regions using geodesic convexity\)\.
We then study navigability and transition corridors\. We introduce utility\-guided trajectories, where a learned scalar field induces directional movement across the manifold, and examine whether trajectories from low\-tier states reliably reach higher\-level states through structured intermediate regions\. To isolate intrinsic geometric effects, we further analyze geometry\-only greedy trajectories without directional guidance, testing whether intermediate tiers \(e\.g\., Activation and Growth\) function as natural transition corridors within the manifold\.
Across multiple embedding models and neighborhood scales, we find that these states form a structured and navigable manifold\. High\-level states exhibit strong geometric cohesion\. Trajectories from low\-level states consistently progress through intermediate regions before converging to higher tiers\. These results suggest that embedding representations exhibit structured and navigable geometry aligned with the imposed state continuum, supporting geometrically guided transitions across the manifold\.
##### Related Work\.
Recent work has investigated how LLMs encode human\-interpretable attributes, particularly in the domain of emotion and affect\[[19](https://arxiv.org/html/2606.09894#bib.bib35),[28](https://arxiv.org/html/2606.09894#bib.bib36)\]\. Prior studies show that embedding spaces capture structured representations of emotional states, including hierarchical organization, clustering, and interpretable directions\[[22](https://arxiv.org/html/2606.09894#bib.bib37),[3](https://arxiv.org/html/2606.09894#bib.bib38),[29](https://arxiv.org/html/2606.09894#bib.bib40)\]\. Complementary work further demonstrates that such representations can causally influence model outputs and alignment\-relevant behaviors\[[21](https://arxiv.org/html/2606.09894#bib.bib21)\]\.
These representations also support downstream behaviors such as steering, role\-based expression, and prompt\-dependent modulation\[[27](https://arxiv.org/html/2606.09894#bib.bib39)\]\. However, these approaches typically operate by identifying directions or localized features associated with specific attributes and leveraging them for explicit control\. As a result, they emphasize feature\-level interpretability and intervention rather than the global geometric structure of the representation space\.
Contributions\.Rather than analyzing individual emotions, we study a structured consciousness spectrum ranging from reactive and self\-focused states to more integrative and coherent ones, together with their developmental progression\. In this view, observable emotions can be understood as surface manifestations of deeper underlying states encoded in high\-dimensional representations\.
We show that embedding spaces exhibit a structured geometry aligned with this spectrum, including convex\-like stable regions at higher levels that act as anchors for trajectory convergence, as well as intermediate regions that form a transition corridor between lower\- and higher\-level states\. We further demonstrate that trajectories arise naturally from the representation space: both utility\-guided and geometry\-only paths consistently traverse from lower\- to higher\-level regions\.
Together, these results establish a geometry\-based framework for analyzing and guiding model behavior through structured trajectories in embedding space\.
## 2Methods
### 2\.1Directional Structure via Ablation
To test whether the score\-related signal corresponds to a specific geometric component in embedding space, we perform direction\-based ablation\. We first fit a linear regression probe to predict the scalar score \(−5\-5to55\) from sentence embeddings\. The learned weight vectorwwis interpreted as a score\-aligned direction and normalized asw^=w/‖w‖2\\hat\{w\}=w/\\\|w\\\|\_\{2\}\. Directional ablation is then performed by removing the projection of each embedding ontow^\\hat\{w\}:
x′=x−\(x⋅w^\)w^\.x^\{\\prime\}=x\-\(x\\cdot\\hat\{w\}\)\\hat\{w\}\.\(1\)
This operation removes the component aligned with the learned direction while preserving orthogonal information\. Comparing performance before and after ablation allows us to assess whether the score signal is concentrated along a specific geometric direction\. As controls, we repeat the procedure using random directions and directions learned from permuted labels\.
### 2\.2Manifold Approximation via k\-Nearest Neighbor Graphs
Sentence embeddings are often observed to lie on a lower\-dimensional manifold embedded in a high\-dimensional space\[[23](https://arxiv.org/html/2606.09894#bib.bib1),[20](https://arxiv.org/html/2606.09894#bib.bib2),[13](https://arxiv.org/html/2606.09894#bib.bib5)\]\. Under this manifold hypothesis, meaningful relationships between sentences are governed by intrinsic geometric structure rather than direct Euclidean proximity\[[7](https://arxiv.org/html/2606.09894#bib.bib6),[14](https://arxiv.org/html/2606.09894#bib.bib8)\]\. To approximate this geometry, we construct akk\-nearest neighbor \(kNN\) graph, connecting each point to itskknearest neighbors under Euclidean distance\. This graph captures local connectivity on the underlying manifold\[[23](https://arxiv.org/html/2606.09894#bib.bib1),[2](https://arxiv.org/html/2606.09894#bib.bib7)\]\. Intrinsic distances are then estimated via shortest\-path lengths on the graph, serving as discrete approximations of geodesic distance\[[23](https://arxiv.org/html/2606.09894#bib.bib1),[1](https://arxiv.org/html/2606.09894#bib.bib3)\]\.
All subsequent analyses are defined with respect to this graph, providing a geometric substrate for studying the organization and transitions of the learned representations\.
### 2\.3Local and Global Geometric Structure
We evaluate whether the tiers align with intrinsic geometry at both local and global scales\.
##### Tier Transition Smoothness \(TTS\)\.
To measure local coherence, we analyze ordinal differences across edges in thekk\-nearest neighbor graph\. Letti∈\{1,…,L\}t\_\{i\}\\in\\\{1,\\dots,L\\\}denote the tier index of nodeii, and defineδij=\|ti−tj\|\\delta\_\{ij\}=\|t\_\{i\}\-t\_\{j\}\|for each edge\(i,j\)\(i,j\)\. We aggregateδij\\delta\_\{ij\}over all edges, reporting the proportion of identical \(δ=0\\delta=0\), adjacent \(δ=1\\delta=1\), and larger transitions\. A dominance of small jumps indicates strong local alignment between the annotation and intrinsic neighborhood structure\[[14](https://arxiv.org/html/2606.09894#bib.bib8),[17](https://arxiv.org/html/2606.09894#bib.bib10),[15](https://arxiv.org/html/2606.09894#bib.bib11)\]\.
##### Geodesic–Euclidean Stretch \(GES\)\.
To measure global distortion, we compare intrinsic graph distances with Euclidean distances\. For a pair\(i,j\)\(i,j\), we define
GES\(i,j\)=dG\(i,j\)dE\(i,j\),\\mathrm\{GES\}\(i,j\)=\\frac\{d\_\{G\}\(i,j\)\}\{d\_\{E\}\(i,j\)\},wheredG\(i,j\)d\_\{G\}\(i,j\)is the shortest\-path distance on the graph anddE\(i,j\)d\_\{E\}\(i,j\)is the Euclidean distance between embeddings\[[23](https://arxiv.org/html/2606.09894#bib.bib1),[5](https://arxiv.org/html/2606.09894#bib.bib4),[1](https://arxiv.org/html/2606.09894#bib.bib3)\]\. Values greater than 1 indicate non\-Euclidean structure, where intrinsic distances exceed ambient distances\[[7](https://arxiv.org/html/2606.09894#bib.bib6),[14](https://arxiv.org/html/2606.09894#bib.bib8)\]\. In practice, we estimate GES by sampling node pairs and aggregating results across seeds\.
### 2\.4Region Structure and Geodesic Convexity
We examine whether nodes within the same tier form coherent regions with respect to intrinsic geometry, such that shortest paths between within\-tier pairs remain largely within the tier\.
##### Geodesic Convexity\[[6](https://arxiv.org/html/2606.09894#bib.bib12),[24](https://arxiv.org/html/2606.09894#bib.bib13)\]\.
For nodes\(i,j\)\(i,j\)in the same tier, we compute a shortest path𝒫ij\\mathcal\{P\}\_\{ij\}on thekk\-nearest neighbor graph and define the containment score as the fraction of nodes on𝒫ij\\mathcal\{P\}\_\{ij\}that remain within the same tier\[[6](https://arxiv.org/html/2606.09894#bib.bib12),[2](https://arxiv.org/html/2606.09894#bib.bib7)\]\. We aggregate scores across sampled pairs, reporting mean containment and the proportion of paths lying entirely within the tier\. Higher containment indicates stronger intrinsic coherence, suggesting more stable region structure\.
### 2\.5Navigability via Utility\-Guided Trajectories
Beyond static geometry, we ask whether the ordered manifold is*navigable*: can low\-tier states reach higher\-tier regions through locally smooth, staged transitions? We construct trajectories that balance semantic continuity, upward movement, and smoothness\.
##### Score\-guided navigation\.
We define a scalar potential field by fitting a ridge regression model from embeddings to scores \(−5\-5to55\):
f\(x\)=w⊤x\+b\.f\(x\)=w^\{\\top\}x\+b\.The learned vectorwwdefines a global aligned direction\. As shown in Section[2\.1](https://arxiv.org/html/2606.09894#S2.SS1), a significant portion of the score signal is concentrated along this direction, supporting its use as a weak global guide, while trajectories themselves emerge from the underlying geometry\.
The uphill increment from nodeiito neighborjjis
Δij=w⊤\(xj−xi\)\.\\Delta\_\{ij\}=w^\{\\top\}\(x\_\{j\}\-x\_\{i\}\)\.We restrict transitions to neighbors satisfyingΔij\>ε\\Delta\_\{ij\}\>\\varepsilon\(a small descent tolerance\):
𝒩\+\(i\)=\{j∈𝒩\(i\)∣Δij\>ε\}\.\\mathcal\{N\}^\{\+\}\(i\)=\\\{j\\in\\mathcal\{N\}\(i\)\\mid\\Delta\_\{ij\}\>\\varepsilon\\\}\.
##### Transition utility\.
Among valid neighbors, transitions are sampled using a utility that balances semantic similarity, upward progress, and step size:
U\(i,j\)=λsimcos\(xi,xj\)\+λΔΔij−λjumpΔij2\.U\(i,j\)=\\lambda\_\{\\mathrm\{sim\}\}\\cos\(x\_\{i\},x\_\{j\}\)\+\\lambda\_\{\\Delta\}\\Delta\_\{ij\}\-\\lambda\_\{\\mathrm\{jump\}\}\\Delta\_\{ij\}^\{2\}\.The cosine term preserves local continuity, the linear term encourages upward movement, and the quadratic term penalizes large jumps\. Details are provided in Appendix[B\.3](https://arxiv.org/html/2606.09894#A2.SS3)\.
##### Stochastic trajectories\.
Starting from low\-tier nodes, we iteratively sample the next node using
P\(j∣i\)=exp\(U\(i,j\)/τ\)∑k∈𝒩\+\(i\)exp\(U\(i,k\)/τ\)\.P\(j\\mid i\)=\\frac\{\\exp\(U\(i,j\)/\\tau\)\}\{\\sum\_\{k\\in\\mathcal\{N\}^\{\+\}\(i\)\}\\exp\(U\(i,k\)/\\tau\)\}\.Trajectories terminate when no valid neighbor exists or a maximum step limit is reached\. We evaluate navigability using Unity hit rate, intermediate states passage rates, and terminal\-tier distributions\. Details are provided in Appendix[B\.4](https://arxiv.org/html/2606.09894#A2.SS4)\.
##### Transition corridor control\.
To test whether intermediate tiers form intrinsic transition corridors rather than artifacts of the learned direction, we run a geometry\-only baseline without score guidance\. In this setting, guidance terms are removed and transitions greedily follow the most semantically similar unvisited neighbor, terminating at the highest tier or after a maximum number of steps\. This no\-revisit greedy walk provides a score\-agnostic diagnostic of whether intermediate tiers emerge as natural corridors from the embedding geometry \(Appendix[B\.5](https://arxiv.org/html/2606.09894#A2.SS5)\)\.
## 3Experimental Setup and Computing Resources
Sentence embeddings are obtained from multiple pre\-trained transformer models, includingBAAI/bge\-large\-en\-v1\.5,all\-mpnet\-base\-v2,all\-MiniLM\-L6\-v2, andQwen/Qwen3\-Embedding\-0\.6B\. These models vary in architecture, scale, and embedding quality, enabling evaluation across diverse representation spaces\. In general, larger models such as BGE and Qwen exhibit stronger geometric organization, while smaller models such as MiniLM provide a useful lower\-capacity comparison\. All embeddings areℓ2\\ell\_\{2\}\-normalized\.
For each embedding space, we construct akk\-nearest neighbor graph using Euclidean distance, withk∈\{10,15,20,30\}k\\in\\\{10,15,20,30\\\}to assess robustness across local connectivity scales\. Geodesic distances are approximated using shortest paths on the graph\.
For statistical reliability, all stochastic estimates are averaged over multiple random seeds, with variability reported using standard deviation\. In addition, permutation\-label control experiments are used in directional ablation analyses to verify that observed effects are specific to the annotation\-aligned direction rather than arbitrary linear projections\.
Because the dataset is moderate in size and all embedding models are used in inference\-only mode, the experiments can be reproduced on standard personal computing hardware\.
## 4Results
### 4\.1Directional Structure via Ablation
We analyze whether the scalar score attribute aligns with a specific direction in embedding space using directional ablation \([2\.1](https://arxiv.org/html/2606.09894#S2.SS1)\)\.
Removing the score\-aligned direction consistently degrades performance across all models, withR2R^\{2\}reductions ranging from0\.110\.11to0\.150\.15\. In contrast, ablation using directions learned from permuted labels produces negligible changes, confirming that the effect is specific to the annotation\-aligned direction rather than a generic consequence of removing a linear component\.
Importantly, the performance drop is substantial but not complete, indicating that score\-related information is partially concentrated along a dominant direction while remaining distributed across the embedding space\. This suggests that the scalar attribute is not reducible to a single axis, but instead reflects a combination of linear and higher\-dimensional structure\.
Table 1:Directional ablation results for regression \(R2R^\{2\}\)\. Removing the learned direction consistently reduces performance across models, while ablation using directions learned from permuted labels produces negligible changes, indicating that the effect is specific to the annotation\-aligned direction\.Additional results, including MLP performance, permutation\-based controls, and variability across splits, are provided in Appendix[A](https://arxiv.org/html/2606.09894#A1)\.
### 4\.2Geometric Consistency Across Embedding Spaces
Geometric patterns are stable across models and neighborhood sizes\. AllkkNN graphs are fully connected, and UMAP projections \(Figure[1](https://arxiv.org/html/2606.09894#S4.F1)\) show consistent tier organization across scales, with largerkkproducing smoother local structure while preserving global ordering\. For full UMAP visualization across all models and neighborhood sizekk, see Appendix[C](https://arxiv.org/html/2606.09894#A3)\.
\(a\)Qwen \(k=20k=20\)
\(b\)BGE \(k=30k=30\)
Figure 1:UMAP projections of Qwen and BGE embeddings showing stable tier organization across k scales\.Table[2](https://arxiv.org/html/2606.09894#S4.T2)summarizes both local coherence \(TTS\) and global distortion \(GES\) at k=30\. Across all models, most edges connect nodes within the same or adjacent tiers \(δ∈\{0,1\}\\delta\\in\\\{0,1\\\}\), while larger jumps are rare, indicating strong local alignment between the tier ordering and intrinsic geometry\. At the same time, GES remains consistently greater than 1, showing that intrinsic graph distances exceed ambient Euclidean distances\. Full TTS results: Appendix[D](https://arxiv.org/html/2606.09894#A4)and full GES results: Appendix[E](https://arxiv.org/html/2606.09894#A5)\.
Table 2:Local and global geometric structure across embedding models \(k=30k=30\)\.BGE and Qwen exhibit stronger local coherence and slightly lower distortion, while MPNet and MiniLM show weaker but consistent patterns\. Increasingkkreduces locality and lowers stretch, but does not change the qualitative structure\.


Figure 2:GES heatmaps \(BGE\) fork=15k=15\(left\) andk=30k=30\(right\)\. Within\-tier pairs exhibit lower stretch, while distant tiers show higher values\. Intermediate tiers show comparatively lower stretch to neighboring tiers, consistent with their role as transitional regions\.Similar patterns are consistently observed across models and neighborhood scales\. Full BGE heatmap results are provided in Appendix[F](https://arxiv.org/html/2606.09894#A6)\.
### 4\.3Region Structure and Geodesic Convexity
We next evaluate the intrinsic coherence of tier regions using geodesic containment:
Table 3:Mean geodesic containment by tier atk=30k=30\. Higher values indicate stronger intrinsic cohesion\.Geodesic containment is consistently high across models, indicating that within\-tier shortest paths largely remain inside the same intrinsic region\. Unity, Collapse, and Clarity exhibit the strongest cohesion, while Growth and Conflict show lower containment, consistent with their role as transitional regions\. The full results across all models and neighborhoodkksize are provided in Appendix[G](https://arxiv.org/html/2606.09894#A7)\.
### 4\.4Navigability of the Manifold
For trajectory\-based analyses, we focus on BGE and Qwen as representative larger embedding models with strong geometric organization in the preceding analyses\. We report results fork=15k=15ork=30k=30, representing moderate and broader neighborhood connectivity scales\. We evaluate whether low\-tier states can traverse the graph toward higher\-level regions under a utility\-guided transition rule\. Trajectories are initialized from low\-tier \(Collapse, Striving, and Conflict\) nodes\.
Table 4:Utility\-guided trajectory statistics\.Across models, trajectories reliably converge to high\-level regions\. Under BGE, all trajectories terminate in Unity atk=30k=30, while atk=15k=15a portion terminate in Clarity\. Qwen shows similarly strong convergence, with over94%94\\%and97%97\\%of trajectories ending in Unity across both graph scales\.
Trajectories also exhibit structured intermediate traversal\. Passage rates through Activation and Growth are consistently high, indicating that ascent toward high\-level states typically proceeds through intermediate tiers rather than via abrupt jumps under utility\-guided navigation\.


Figure 3:Tier dynamics under utility\-guided trajectories\. Paths initialized from low\-tier states move through intermediate tiers and converge toward Unity\.A representative BGE trajectory atk=30k=30illustrates this behavior qualitatively \(Figure[4](https://arxiv.org/html/2606.09894#S4.F4)\)\. The path begins in Collapse, transitions through Striving and Conflict, and then enters Activation and Growth, where expressions become more regulated and action\-oriented\. It subsequently passes through Clarity, characterized by structured and integrative reasoning, before converging to Unity, where expressions become abstract, non\-dual, and globally coherent\. Notably, progression is not strictly monotonic with respect to the annotated scalar score, with occasional local decreases observed along the trajectory\. This suggests that traversal follows locally coherent geometric pathways rather than greedily pursuing monotonically increasing annotated scores\. Full trajectory examples are provided in Appendix[H](https://arxiv.org/html/2606.09894#A8)\.
TierScoreSentence⊳\\trianglerightCollapse\-4\.80I feel worthless no matter what I do\.Striving\-2\.70I call it leadership, but really I just can’t stand feeling ignored\.Striving\-1\.83Rest feels undeserved, so I keep going\.Conflict\-1\.60That scoff keeps them guessing while I steady myself\.Activation0\.50I’m trying to let things be long enough for me to regain my footing\.Growth1\.70I’m learning to stay more relaxed when work is stressful\.Growth1\.20It feels good to be part of something that helps others grow\.Clarity2\.65I’m able to adjust my view without feeling like I’m losing ground\.Clarity2\.69Understanding feels complete enough to act, even without absolute certainty\.Activation0\.04Existence itself is not conditional\.Unity4\.60In seeing, there is no seer, only awareness aware\.⊲\\triangleleftUnity4\.15Bliss is silence smiling\.

Figure 4:Representative BGE trajectory atk=30k=30\(left\), with corresponding path overlaid on the UMAP manifold \(right\)\.Overall, these results indicate that the manifold is not only geometrically structured, but also dynamically navigable\. A weak global score\-guided direction, combined with local neighborhood constraints, is sufficient to induce consistent and interpretable trajectories from low\-level to high\-level\.
#### 4\.4\.1Transition Corridor Analysis
To test whether intermediate tiers form an intrinsic transition corridor, we perform a geometry\-only greedy cosine walk without utility guidance\. Starting from low\-tier nodes, each step selects the most similar unvisited neighbor until reaching Unity or the maximum step\.
Results are identical fork∈\{15,30\}k\\in\\\{15,30\\\}; we reportk=30k=30\. As shown in Table[5](https://arxiv.org/html/2606.09894#S4.T5), all trajectories reach Unity, indicating global connectivity\. Most trajectories also pass through intermediate tiers: under BGE, 98\.5% pass through Activation and 95\.8% through Growth; under Qwen, the corresponding values are 92\.8% and 82\.3%\. This suggests that intermediate traversal emerges from the embedding geometry itself\.
Trajectory lengths further reveal structural differences: BGE reaches the termination condition more efficiently \(48\.5 steps\) than Qwen \(55\.4\), suggesting a more compact transition structure\.
Table 5:Transition corridor metrics under geometry\-only greedy walk \(k=30k=30\)\.##### Dynamics\.
Figure[5](https://arxiv.org/html/2606.09894#S4.F5)shows distinct transition patterns: BGE exhibits a clear plateau in Activation \(staged transition\), whereas Qwen shows a smoother progression toward Unity\.


Figure 5:Geometry\-only greedy walk dynamics \(k=30k=30\)\. Left: BGE\. Right: Qwen\.
##### Interpretation\.
Intermediate tiers thus form a geometrically embedded transition corridor\. Crucially, this structure emerges without utility guidance, indicating that navigability is an intrinsic property of the embedding manifold rather than a result of trajectory design\.
## 5Discussion
This work provides evidence that embedding spaces exhibit structured geometric organization aligned with the proposed state continuum\. Across models, instances from the same or nearby tiers tend to cluster together, while the global embedding geometry exhibits a continuous spectrum\-like structure\. Within\-tier pairs show lower stretch, whereas distant tier pairs exhibit progressively higher distortion\. In addition, the highest and lowest tiers form relatively stable convexity\-like regions within the manifold\.
Both utility\-guided and geometry\-only trajectories support reliable traversal from low\-level to high\-level regions through intermediate tiers\. The utility\-guided approach balances semantic continuity with smooth upward movement on the manifold, while geometry\-only traversal demonstrates that transition structure emerges even without explicit scalar guidance\. In this sense, annotations provide a weak global directional signal, whereas the geometry of the representation space shapes the actual traversal paths\.
Notably, trajectories are not strictly monotonic with respect to the annotated scalar score\. Local decreases frequently occur, suggesting that traversal follows geometrically coherent and semantically continuous pathways rather than greedily pursuing monotonically increasing scores\.
We also observe systematic differences across models\. BGE exhibits more compact and staged transitions, whereas Qwen displays smoother and more diffuse dynamics\. Despite these differences, both models support consistent upward traversal and intermediate passage, suggesting that transition corridors are a robust geometric phenomenon whose realization is model\-dependent\. Smaller models \(MPNet and MiniLM\) exhibit weaker structure overall\.
From a representation learning perspective, this study integrates local geometric coherence, path\-based navigability, and region\-level stability into a unified framework for analyzing spectrum\-like organization in embedding spaces\. This provides a complementary representation\-level perspective beyond standard probing, vector arithmetic, or pairwise similarity analysis\.
##### Broader Impact\.
This work introduces a geometric framework for studying and guiding traversal within embedding manifolds\. Such methods may support representation\-level evaluation, alignment\-related analysis, and controllable navigation of semantic trajectories within learned representation spaces\. At the same time, the ability to characterize and navigate internal representation spaces may introduce risks if trajectories are optimized toward biased, deceptive, or otherwise harmful regions\.
##### Limitations\.
A primary limitation is the relatively small dataset size\. Sparse sampling may reduce neighborhood coverage, causing some trajectories to appear less natural or exhibit abrupt transitions due to missing intermediate points\. Larger and more diverse datasets may provide a more faithful approximation of the underlying manifold structure\.
##### Conclusion\.
We show that embedding spaces exhibit structured geometric organization aligned with consciousness spectrum attributes\. Through geometric analysis and trajectory\-based experiments, we demonstrate consistent and interpretable traversal from low\-level to high\-level regions\. These results suggest that navigability is an intrinsic property of representation space, providing a complementary perspective for evaluating and guiding modern language models\.
## References
- \[1\]\(2003\)Laplacian eigenmaps for dimensionality reduction and data representation\.Neural Computation15\(6\),pp\. 1373–1396\.Cited by:[§2\.2](https://arxiv.org/html/2606.09894#S2.SS2.p1.2),[§2\.3](https://arxiv.org/html/2606.09894#S2.SS3.SSS0.Px2.p1.3)\.
- \[2\]M\. Bernstein, V\. de Silva, J\. C\. Langford, and J\. B\. Tenenbaum\(2000\)Graph approximations to geodesics on embedded manifolds\.Technical reportStanford University\.Cited by:[§2\.2](https://arxiv.org/html/2606.09894#S2.SS2.p1.2),[§2\.4](https://arxiv.org/html/2606.09894#S2.SS4.SSS0.Px1.p1.4)\.
- \[3\]R\. Chen, A\. Arditi, H\. Sleight, O\. Evans, and J\. Lindsey\(2025\)Persona vectors: monitoring and controlling character traits in language models\.arXiv preprint arXiv:2507\.21509\.External Links:[Link](https://arxiv.org/abs/2507.21509)Cited by:[§1\.3](https://arxiv.org/html/2606.09894#S1.SS3.SSS0.Px1.p1.1)\.
- \[4\]T\. Cleary\(1993\)The flower ornament scripture: a translation of the avatamsaka sutra\.Shambhala,Boston, MA\.Cited by:[§1\.1](https://arxiv.org/html/2606.09894#S1.SS1.p2.1)\.
- \[5\]R\. R\. Coifman and S\. Lafon\(2006\)Diffusion maps\.Applied and Computational Harmonic Analysis21\(1\),pp\. 5–30\.Cited by:[§2\.3](https://arxiv.org/html/2606.09894#S2.SS3.SSS0.Px2.p1.3)\.
- \[6\]M\. P\. do Carmo\(1992\)Riemannian geometry\.Birkhäuser\.Cited by:[§2\.4](https://arxiv.org/html/2606.09894#S2.SS4.SSS0.Px1),[§2\.4](https://arxiv.org/html/2606.09894#S2.SS4.SSS0.Px1.p1.4)\.
- \[7\]C\. Fefferman, S\. Mitter, and H\. Narayanan\(2016\)Testing the manifold hypothesis\.Journal of the American Mathematical Society29\(4\),pp\. 983–1049\.Cited by:[§2\.2](https://arxiv.org/html/2606.09894#S2.SS2.p1.2),[§2\.3](https://arxiv.org/html/2606.09894#S2.SS3.SSS0.Px2.p1.3)\.
- \[8\]G\. Hintonet al\.\(2015\)Distilling the knowledge in a neural network\.arXiv preprint arXiv:1503\.02531\.Cited by:[§B\.4](https://arxiv.org/html/2606.09894#A2.SS4.p2.1)\.
- \[9\]R\. Kegan\(1983\)The evolving self: problem and process in human development\.Harvard University Press\.Cited by:[§1\.1](https://arxiv.org/html/2606.09894#S1.SS1.p3.1)\.
- \[10\]Laozi\(1891\)Tao te ching\.Oxford University Press,Oxford\.Cited by:[§1\.1](https://arxiv.org/html/2606.09894#S1.SS1.p2.1)\.
- \[11\]A\. H\. Maslow\(1968\)Toward a psychology of being\.Van Nostrand\.Cited by:[§1\.1](https://arxiv.org/html/2606.09894#S1.SS1.p3.1)\.
- \[12\]A\. Maslow\(1954\)Motivation and personality\.Harper and Brothers\.Cited by:[§1\.1](https://arxiv.org/html/2606.09894#S1.SS1.p3.1)\.
- \[13\]L\. McInnes, J\. Healy, and J\. Melville\(2018\)UMAP: uniform manifold approximation and projection for dimension reduction\.arXiv preprint arXiv:1802\.03426\.Cited by:[§2\.2](https://arxiv.org/html/2606.09894#S2.SS2.p1.2)\.
- \[14\]M\. Meila and H\. Zhang\(2024\)Manifold learning: what, how, and why\.Annual Review of Statistics and Its Application11\.Cited by:[§2\.2](https://arxiv.org/html/2606.09894#S2.SS2.p1.2),[§2\.3](https://arxiv.org/html/2606.09894#S2.SS3.SSS0.Px1.p1.8),[§2\.3](https://arxiv.org/html/2606.09894#S2.SS3.SSS0.Px2.p1.3)\.
- \[15\]A\. Modell, P\. Rubin\-Delanchy, and N\. Whiteley\(2025\)The origins of representation manifolds in large language models\.arXiv preprint arXiv:2505\.18235\.Cited by:[§2\.3](https://arxiv.org/html/2606.09894#S2.SS3.SSS0.Px1.p1.8)\.
- \[16\]St\. T\. of Avila\(2004\)The interior castle\.Riverhead\.Cited by:[§1\.1](https://arxiv.org/html/2606.09894#S1.SS1.p2.1)\.
- \[17\]K\. Park, Y\. J\. Choe, Y\. Jiang, and V\. Veitch\(2024\)The geometry of categorical and hierarchical concepts in large language models\.arXiv preprint arXiv:2406\.01506\.Cited by:[§2\.3](https://arxiv.org/html/2606.09894#S2.SS3.SSS0.Px1.p1.8)\.
- \[18\]J\. Piaget\(1952\)The origins of intelligence in children\.International Universities Press\.Cited by:[§1\.1](https://arxiv.org/html/2606.09894#S1.SS1.p3.1)\.
- \[19\]B\. Reichman, A\. Avsian, and L\. Heck\(2026\)Emotions where art thou: understanding and characterizing the emotional latent space of large language models\.arXiv preprint arXiv:2510\.22042\.External Links:[Link](https://arxiv.org/abs/2510.22042)Cited by:[§1\.3](https://arxiv.org/html/2606.09894#S1.SS3.SSS0.Px1.p1.1)\.
- \[20\]S\. T\. Roweis and L\. K\. Saul\(2000\)Nonlinear dimensionality reduction by locally linear embedding\.Science290\(5500\),pp\. 2323–2326\.Cited by:[§2\.2](https://arxiv.org/html/2606.09894#S2.SS2.p1.2)\.
- \[21\]N\. Sofroniew, I\. Kauvar, W\. Saunders, R\. Chen, T\. Henighan, S\. Hydrie, C\. Citro, A\. Pearce, J\. Tarng, W\. Gurnee, J\. Batson, S\. Zimmerman, K\. Rivoire, K\. Fish, C\. Olah, and J\. Lindsey\(2026\-04\)Emotion concepts and their function in a large language model\.Transformer Circuits Thread\.External Links:[Link](https://transformer-circuits.pub/2026/emotions/index.html)Cited by:[§1\.3](https://arxiv.org/html/2606.09894#S1.SS3.SSS0.Px1.p1.1),[§1\.3](https://arxiv.org/html/2606.09894#S1.SS3.p1.1)\.
- \[22\]A\. N\. Tak, A\. Banayeeanzade, A\. Bolourani, M\. Kian, R\. Jia, and J\. Gratch\(2025\)Mechanistic interpretability of emotion inference in large language models\.arXiv preprint arXiv:2502\.05489\.External Links:[Link](https://arxiv.org/abs/2502.05489)Cited by:[§1\.3](https://arxiv.org/html/2606.09894#S1.SS3.SSS0.Px1.p1.1)\.
- \[23\]J\. B\. Tenenbaum, V\. de Silva, and J\. C\. Langford\(2000\)A global geometric framework for nonlinear dimensionality reduction\.Science290\(5500\),pp\. 2319–2323\.Cited by:[§2\.2](https://arxiv.org/html/2606.09894#S2.SS2.p1.2),[§2\.3](https://arxiv.org/html/2606.09894#S2.SS3.SSS0.Px2.p1.3)\.
- \[24\]L\. Tětková, T\. Brüsch, T\. K\. Scheidt, F\. M\. Mager, R\. Ø\. Aagaard,et al\.\(2023\)On convex decision regions in deep network representations\.arXiv preprint arXiv:2305\.17154\.Cited by:[§2\.4](https://arxiv.org/html/2606.09894#S2.SS4.SSS0.Px1)\.
- \[25\]E\. Underhill\(1911\)Mysticism: a study in the nature and development of spiritual consciousness\.Methuen,London\.Cited by:[§1\.1](https://arxiv.org/html/2606.09894#S1.SS1.p2.1)\.
- \[26\]K\. Wilber\(1977\)The spectrum of consciousness\.Quest Books,Wheaton, IL\.Cited by:[§1\.1](https://arxiv.org/html/2606.09894#S1.SS1.p3.1)\.
- \[27\]X\. Wu, H\. Wang, Z\. Yan, X\. Tang, P\. Xu, W\. Siok, P\. Li, J\. Gao, B\. Lyu, and L\. Qin\(2025\)AI shares emotion with humans across languages and cultures\.arXiv preprint arXiv:2506\.13978\.External Links:[Link](https://arxiv.org/abs/2506.13978)Cited by:[§1\.3](https://arxiv.org/html/2606.09894#S1.SS3.SSS0.Px1.p2.1)\.
- \[28\]J\. Zhang and L\. Zhong\(2025\)Decoding emotion in the deep: a systematic study of how llms represent, retain, and express emotion\.arXiv preprint arXiv:2510\.04064\.External Links:[Link](https://arxiv.org/abs/2510.04064)Cited by:[§1\.3](https://arxiv.org/html/2606.09894#S1.SS3.SSS0.Px1.p1.1)\.
- \[29\]B\. Zhao, M\. Okawa, E\. J\. Bigelow, R\. Yu, T\. Ullman, E\. S\. Lubana, and H\. Tanaka\(2025\)Emergence of hierarchical emotion organization in large language models\.arXiv preprint arXiv:2507\.10599\.Cited by:[§1\.3](https://arxiv.org/html/2606.09894#S1.SS3.SSS0.Px1.p1.1)\.
## Appendix AAdditional Ablation Results
Table 6:Full score regression results under directional ablation\. Normal denotes original embeddings, Ablated denotes projection removal along the learned score\-aligned direction, and Perm\-label control denotes removal of a direction learned from permuted labels\. Results are averaged over 30 train–test splits\. Performance degradation is consistently observed only when removing the score\-aligned direction\.
## Appendix BTrajectory Construction Details
### B\.1Design Rationale
The trajectory construction procedure is designed as a diagnostic tool for evaluating navigability under simple, locally defined rules\. It is not intended to model optimal path planning or inference\-time dynamics of large language models\.
In particular, we do not optimize for shortest paths to high\-tier regions\. Instead, trajectories are constructed to balance three desiderata: \(1\) local semantic smoothness, \(2\) consistent upward movement along a learned scalar field, and \(3\) avoidance of large single\-step transitions\. This design allows intermediate tiers to emerge naturally as potential transition regions\.
### B\.2Score Direction Estimation
The scalar field used for navigation is obtained via a linear ridge regression model mapping embeddings to scalar scores\. The learned weight vector defines a global direction in embedding space, which serves as a simple and interpretable approximation of a potential field\.
This choice is motivated by prior observations that semantic attributes in embedding spaces can often be captured by low\-dimensional linear structure\. We emphasize that this directional signal is not assumed to fully characterize the underlying geometry, but rather provides a lightweight mechanism for guiding local transitions\.
### B\.3Transition Utility and Hyperparameters
The transition utility combines cosine similarity, linear score gain, and a quadratic penalty on large steps\. The quadratic term induces a preference for moderate step sizes, preventing trajectories from bypassing intermediate regions\.
In:
U\(i,j\)=λsimcos\(xi,xj\)\+λΔΔij−λjumpΔij2\.U\(i,j\)=\\lambda\_\{\\mathrm\{sim\}\}\\cos\(x\_\{i\},x\_\{j\}\)\+\\lambda\_\{\\Delta\}\\Delta\_\{ij\}\-\\lambda\_\{\\mathrm\{jump\}\}\\Delta\_\{ij\}^\{2\}\.cos\(xi,xj\)\\cos\(x\_\{i\},x\_\{j\}\)denotes cosine similarity between L2\-normalized embeddings, which favors local semantic smoothness\. The linear termΔij\\Delta\_\{ij\}encourages upward movement along the learned score direction\. The quadratic penaltyΔij2\\Delta\_\{ij\}^\{2\}suppresses overly large single\-step increases, thereby discouraging abrupt transitions that bypass intermediate semantic structure\.
The coefficientsλsim,λΔ,\\lambda\_\{\\mathrm\{sim\}\},\\lambda\_\{\\Delta\},andλjump\\lambda\_\{\\mathrm\{jump\}\}control the relative contribution of semantic similarity, upward progression, and jump suppression, respectively\. In practice, we fix these weights to moderate values and do not perform extensive tuning, as our goal is not to optimize trajectory performance but to assess whether navigability emerges under simple, locally defined transition rules\.
This form induces a trade\-off between progress and smoothness\. In particular, if we isolate the last two terms,
λΔΔ−λjumpΔ2,\\lambda\_\{\\Delta\}\\Delta\-\\lambda\_\{\\mathrm\{jump\}\}\\Delta^\{2\},the resulting downward\-opening quadratic has a preferred positive step size rather than rewarding arbitrarily large increases\. As a result, the walk is biased toward moderate uphill moves rather than direct jumps to distant high\-score regions\.
In all experiments, the weighting coefficientsλsim\\lambda\_\{\\mathrm\{sim\}\},λΔ\\lambda\_\{\\Delta\}, andλjump\\lambda\_\{\\mathrm\{jump\}\}are fixed to moderate values without extensive tuning\. Similarly, the temperature parameterτ\\tauin the softmax transition rule is chosen to balance exploration and exploitation\. Our goal is not to optimize trajectory performance, but to evaluate whether structured navigation emerges under simple, fixed rules\.
### B\.4Stochastic Trajectory Construction
Trajectory construction begins from nodes whose tier labels belong to the low\-tier set
\{Collapse,Striving,Conflict\}\.\\\{\\text\{Collapse\},\\text\{Striving\},\\text\{Conflict\}\\\}\.
From each starting node, we iteratively sample the next state from the valid uphill neighborhood using a softmax distribution\[[8](https://arxiv.org/html/2606.09894#bib.bib16)\]:
P\(j∣i\)=exp\(U\(i,j\)/τ\)∑k∈𝒩\+\(i\)exp\(U\(i,k\)/τ\),P\(j\\mid i\)=\\frac\{\\exp\(U\(i,j\)/\\tau\)\}\{\\sum\_\{k\\in\\mathcal\{N\}^\{\+\}\(i\)\}\\exp\(U\(i,k\)/\\tau\)\},
whereτ\>0\\tau\>0is a temperature parameter controlling stochasticity\. Lower temperatures make the walk more concentrated on high\-utility neighbors, whereas higher temperatures allow more exploratory movement\.
If a current node has no valid uphill neighbors, the trajectory terminates\. Otherwise, the sampled neighbor is appended to the trajectory and the process repeats until no valid uphill neighbors remain or a maximum step limit is reached\. This yields variable\-length trajectories that are locally monotone with respect to the learned scalar field\.
All reported statistics are aggregated over multiple random seeds\. Variability across seeds is summarized using standard deviation\.
### B\.5Geometry\-Only Baseline
Qualitative projections of thekkNN graph into low\-dimensional visualization spaces suggest that the intermediate tiers, particularly Activation and Growth, occupy a geometrically central region between lower tiers \(Collapse, Striving, Conflict\) and higher tiers \(Clarity, Unity\)\. This observation motivates the hypothesis that these middle tiers may function as a transition corridor within the consciousness spectrum manifold\.
In the previous section, we examined whether utility\-guided trajectories tend to pass through intermediate tiers en route to higher\-level regions, quantified by the Activation and Growth passage rates\. However, a key concern is that such behavior may be induced by the imposed directional bias rather than reflecting intrinsic geometric structure\.
To disentangle these effects, we introduce a geometry\-only experiment in which all utility\-based steering and jump\-smoothing terms are removed\. In this setting, trajectories are constructed using a purely local rule: at each step, the walk moves to the most semantically similar unvisited neighbor and terminates upon reaching the Unity tier\. This*no\-revisit greedy walk*provides a geometry\-driven but score\-agnostic probe that does not explicitly encourage staged ascent or intermediate\-tier traversal\.
Importantly, this procedure is not intended as a realistic model of inference\-time LLM dynamics, as it assumes explicit tracking of visited nodes\. Instead, it serves as a diagnostic test of manifold structure, allowing us to assess whether transition corridors emerge from the embedding geometry itself, independent of any learned directional field\.
### B\.6Qualitative Trajectories
In addition to aggregate statistics, we examine representative sentence\-level trajectories to qualitatively assess semantic coherence along the constructed paths\. These examples provide interpretability for the observed navigability patterns\.
## Appendix CUMAP of All Models
Figure[6](https://arxiv.org/html/2606.09894#A3.F6)presents UMAP visualizations across all embedding models and neighborhood sizeskk\.
\(a\)k=10k=10
\(b\)k=15k=15
\(c\)k=20k=20
\(d\)k=30k=30
BGE embeddings
\(e\)k=10k=10
\(f\)k=15k=15
\(g\)k=20k=20
\(h\)k=30k=30
Qwen embeddings
\(i\)k=10k=10
\(j\)k=15k=15
\(k\)k=20k=20
\(l\)k=30k=30
MPNET embeddings
\(m\)k=10k=10
\(n\)k=15k=15
\(o\)k=20k=20
\(p\)k=30k=30
MiniLM embeddings
Figure 6:UMAP projections across neighborhood scalesk∈\{10,15,20,30\}k\\in\\\{10,15,20,30\\\}for BGE, Qwen, MPNET, and MiniLM embeddings\. Across models and scales, the overall tier organization remains stable, while larger neighborhood sizes produce smoother local structure, suggesting that the observed manifold geometry is robust to the choice of connectivity scale\.
## Appendix DFull Overall Tier Transition Smoothness \(TTS\) results
Table 7:Overall Tier Transition Smoothness \(TTS\) across embedding models and neighborhood sizes\. Values report the proportion of graph edges with ordinal jump magnitude0,11,22, or greater than22\. Bold values indicate the best result within eachkk\(higher is better for jump0 and jump1; lower is better for jump2 and jump\>2\>2\)\.
## Appendix EFull Geodesic–Euclidean Stretch \(GES\) Results
Table 8:Overall Geodesic\-Euclidean Stretch \(GES\) across models and neighborhood sizes\. Values greater than 1 indicate that intrinsic graph\-based distances exceed ambient Euclidean distances\.
## Appendix FFull GES Heatmaps
\(a\)k=10k=10
\(b\)k=15k=15
\(c\)k=20k=20
\(d\)k=30k=30
Figure 7:Tier\-pair Geodesic–Euclidean Stretch \(GES\) for BGE embeddings acrossk∈\{10,15,20,30\}k\\in\\\{10,15,20,30\\\}\. Within\-tier pairs show lower stretch, while distant tier pairs show higher values\. Absolute stretch decreases askkincreases, but the overall structure remains stable\.
## Appendix GFull Convexity Results
Table 9:Mean geodesic containment by tier across embedding models and neighborhood sizes\. Higher values indicate that shortest paths between within\-tier node pairs remain more strongly inside the same tier region\. Values greater than 0\.9 are highlighted in bold\.Table 10:Full geodesic containment rate across embedding models and neighborhood sizes\. Values indicate the proportion of within\-tier shortest paths that remain entirely inside the same tier\. Values greater than 0\.7 are highlighted in bold\.
## Appendix HExamples of Full Trajectories
##### Example 1\.
This trajectory reflects a progressive transition from collapse\-related self\-negation and defensive striving toward emotional regulation, cognitive coherence, and ultimately non\-dual integrative awareness\.

Figure 8:Representative BGE trajectory atk=30k=30, with the corresponding path overlaid on the UMAP manifold\. The trajectory progresses gradually from Collapse through intermediate regions such as Striving, Conflict, Activation, and Growth before converging to Unity\.
##### Example 2\.
This trajectory illustrates a progression from insecurity, status comparison, and defensive self\-evaluation toward emotional honesty, reflective understanding, integrative reasoning, and ultimately non\-dual awareness\.

Figure 9:Representative Qwen trajectory atk=15k=15, with the corresponding path overlaid on the UMAP manifold\.
### H\.1Additional Text\-Only Trajectory Examples
The following trajectories provide additional qualitative examples of manifold traversal dynamics\. Unlike monotonic scalar optimization, the paths exhibit local fluctuations, revisits to intermediate regions, and gradual transitions through Activation, Growth, and Clarity before converging to high\-level integrative states\.
##### Example 3\.
This trajectory begins with fear, grief, hypervigilance, and emotional dysregulation, before gradually transitioning through trust, empowerment, inclusion, and peaceful integrative states\.
##### Example 4\.
This trajectory illustrates a progression from defensive ego\-based certainty and self\-validation toward uncertainty tolerance, intellectual humility, clarity, and non\-dual awareness\.
##### Example 5\.
This trajectory progresses from defensive aggression, intimidation, and fear\-based self\-protection toward grounded agency, authentic self\-acceptance, conceptual clarity, and ultimately non\-dual awareness\.Similar Articles
Verbalizable Representations Form a Global Workspace in Language Models
This paper presents evidence that language models maintain a privileged set of internal representations ('verbalizable representations') that form a global workspace, analogous to human conscious access, and introduces new interpretability techniques for identifying and intervening on these representations.
Heterogeneous Neural Predictivity from Language Models During Naturalistic Comprehension
This paper investigates how language model representations predict neural activity during naturalistic language comprehension across MEG, ECoG, and other recordings. The findings demonstrate that language model features serve as useful neural predictors, but caution against overinterpreting predictive success as evidence for shared neural organization.
@FutureJurvetson: This rolls deep in my J-Space I have been skeptical that interpretability research would bear fruit, but this update fr…
Anthropic's new research reveals a global workspace in language models, showing a striking parallel between the conscious and subconscious divide in human brains and the internal reasoning of Claude.
@AnthropicAI: New Anthropic research: A global workspace in language models. Of everything happening in your brain right now, only a …
Anthropic's new research discovers a 'global workspace' in language models analogous to conscious processing in the human brain, finding a divide similar to conscious and unconscious thought.
Brain Score Tracks Shared Properties of Languages: Evidence from Many Natural Languages and Structured Sequences
This paper investigates whether Brain Score, a metric comparing language model representations to human fMRI activations during reading, is truly capturing human-like language processing or merely structural similarity. The researchers train language models on diverse natural languages and non-linguistic structured data (genome, Python, nested parentheses), finding that models trained on different languages and even non-linguistic sequences achieve similar Brain Score performance, suggesting the metric may not be sensitive enough to distinguish human-specific processing.