← Latest papers
🤖 machine learning

Emergent Causal-Geometric Dynamics Across Depth in Large Language Models

This paper synthesizes geometric and causal perspectives to reveal a depth-dependent dynamic in decoder-only LLMs where a sharp transition from context processing to prediction formation is accompanied by a gradual geometric reorganization, demonstrating that angular structure in late layers encodes predictive similarity while norms remain decoupled, thereby establishing that effective intervention requires understanding the network's emergent global dynamical structure rather than isolated layers.

Original authors: Shahar Haim, Daniel C McNamee

Published 2026-05-27
📖 4 min read☕ Coffee break read

Original authors: Shahar Haim, Daniel C McNamee

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine a Large Language Model (LLM) not as a magical black box, but as a multi-story factory where a raw idea enters at the bottom and a finished product (a predicted word) leaves at the top.

For a long time, scientists have studied this factory in two different ways, but they haven't quite agreed on how the two views fit together:

  1. The Geometric View: They looked at the "shape" of the data as it moved up the floors, noticing that the data gets more organized and abstract as it goes higher.
  2. The Causal View: They tried to "poke" the data at different floors to see what would happen. They found that poking the early floors changed how the model understood the input, while poking the later floors changed the final answer.

This paper connects those two views. It reveals that the factory actually has two distinct phases of work, separated by a sharp transition point.

Phase 1: The "Context Processing" Floor (The Bottom Two-Thirds)

Think of the bottom floors of the factory as the Research and Development (R&D) team.

  • What they do: When a sentence comes in (e.g., "Let's do some calendar math..."), this team is busy gathering all the clues. They are looking at the words, the order, and the meaning of the whole sentence.
  • The Geometry: In this phase, the data is messy and high-dimensional. It's like a chaotic brainstorming session where every detail matters.
  • The Test: If you try to "steer" the model here (by changing the input words), it works. But if you try to force a specific answer here, it doesn't work well. The model is still figuring out the story, not writing the ending.

The Transition: The "Handoff"

Somewhere in the middle of the factory (roughly the last third of the layers), there is a sharp switch. The model stops just "thinking about the context" and starts "deciding on the answer."

Phase 2: The "Prediction Forming" Floor (The Top Third)

The top floors are the Assembly Line.

  • What they do: The R&D team has passed the finished blueprint to this team. Now, the job is purely to pick the next word.
  • The Geometry (The Big Discovery): Here is where the paper gets interesting. The scientists found that the data in this top section organizes itself into a very specific, two-part code:
    1. The Direction (The Arrow): Imagine every possible answer has a specific direction in space. In this top section, the direction the data points tells the model exactly which word to pick. If the data points "North," the model says "January." If it points "South," it says "February."
    2. The Size (The Volume Knob): The size (or length) of the data vector carries other information—like how confident the model is or details about the specific sentence—but it does not determine which word is chosen. It's like a volume knob that makes the answer louder or softer, but doesn't change what the answer is.

The "Steering Wheel" Experiment

To prove this, the researchers tried two types of "steering":

  • Changing the Size (Volume): They tried to change just the "size" of the data in the top floors to force a different answer. Result: It didn't work. The model kept saying the same word, just maybe with more or less confidence.
  • Changing the Direction (Arrow): They tried to change just the "direction" of the data in the top floors. Result: It worked perfectly! They could instantly switch the model's answer from "January" to "February" just by rotating the data's direction.

The Takeaway

The paper concludes that you cannot understand or control an AI by looking at it as one big blob.

  • Early layers are about context. They are sensitive to the input words but don't care about the final answer's geometry yet.
  • Late layers are about prediction. They use a specific "directional code" to decide the output.

The Analogy:
Think of writing a letter.

  • The bottom layers are you gathering your thoughts, memories, and facts (the context).
  • The top layers are your hand actually holding the pen.
  • The paper shows that to change what you write (the prediction), you don't need to change your thoughts (the size of the data); you just need to change the direction your hand moves (the angular geometry).

This explains why some previous attempts to control AI failed: people were trying to change the "volume" (norm) or looking at the "thoughts" (early layers) when they should have been steering the "hand" (late-layer direction). The paper provides a map showing exactly where the "steering wheel" is located.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →