SYNTHESIS NOTE
TopicsReasoning Architecturesthis note

Does transformer reasoning leave a geometric signature in representation space?

Treating the forward pass as a trajectory through representation space could reveal whether reasoning tasks and lexical tasks bend the path differently, and whether curvature itself signals computational difficulty.

Synthesis note · 2026-07-17 · sourced from Reasoning Architectures
What actually happens inside the minds of language models? How do you navigate synthesis across fragmented research topics?

Most interpretability treats each layer as an independent snapshot — probing what a layer encodes. This work reframes the forward pass as a discrete population trajectory through a high-dimensional representation manifold and asks how representations travel, not what they hold. Measuring five intrinsic geometric metrics directly in the ambient space (trajectory length, curvature, semantic convergence, layerwise cosine similarity, stability) across GPT-2, TinyLlama, and Qwen2.5, two findings stand out. Semantically related prompts undergo statistically significant trajectory convergence in middle-to-late layers (convergence index 0.41–0.58, p<0.001), consistent with attractor-like dynamics. And reasoning/analogy tasks produce markedly higher mean curvature (0.71–0.83 rad) than lexical-variation tasks (0.27–0.31 rad).

The load-bearing claim is that mean curvature encodes computational complexity — the path a hard task carves through representation space bends more than an easy one's. This is a geometric signature of difficulty computed without any labeled features, which means it could serve as a task-difficulty or reasoning-effort readout independent of behavioral outcomes. It complements the structural argument that Why do transformers need explicit chain-of-thought reasoning?: if reasoning demands more geometric work within a fixed-depth pass, curvature is where that strain shows up. It also gives a manifold-level counterpart to How do transformers learn to reason across multiple steps? — both find that reasoning leaves a distinctive geometric trace, and the convergence-into-attractors picture suggests interventions on semantic content should target the elaboration phase rather than late output layers.

Inquiring lines that read this note 4

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.

How does reasoning graph topology affect breakthrough insights and generalization? How does example difficulty affect learning efficiency in language models? Why do reasoning models fail at systematic problem-solving and search?

Related concepts in this collection 2

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

Concept map
12 direct connections · 136 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

the transformer forward pass is a geometric trajectory whose curvature encodes computational complexity — reasoning bends the path harder than lexical variation