← Latest papers
🤖 machine learning

Dynamics Reveals Structure: Challenging the Linear Propagation Assumption

This paper demonstrates that the Linear Propagation Assumption, which posits that local parameter updates in neural networks preserve logical coherence, is fundamentally flawed because the mathematical requirements for handling relation composition (bilinearity) are incompatible with those for negation, thereby explaining structural limitations in knowledge editing, the reversal curse, and multi-hop reasoning.

Original authors: Hoyeon Chang, Bálint Mucsányi, Seong Joon Oh

Published 2026-05-26
📖 5 min read🧠 Deep dive

Original authors: Hoyeon Chang, Bálint Mucsányi, Seong Joon Oh

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

The Big Idea: The "Domino" Problem

Imagine you have a giant, complex machine (a neural network) that knows facts. You want to teach it a new fact, like "T-Rex has four legs."

The paper asks a simple question: If you tweak the machine just a tiny bit to learn that one fact, does the machine automatically update all the related facts in a logical way?

For example:

  • If you teach it "T-Rex has four legs," does it automatically learn "T-Rex does not have five legs" (Negation)?
  • Does it learn "Four legs belong to T-Rex" (Converse/Reversal)?
  • Does it learn "If T-Rex has four legs, and four legs are a type of limb, then T-Rex has limbs" (Composition/Multi-hop)?

The authors call the belief that "small tweaks automatically fix all related logic" the Linear Propagation Assumption (LPA). They argue that while this sounds great, the math proves it is impossible for current types of AI to do this perfectly using simple, small tweaks.


The Three Logical Tests

The researchers tested three specific types of logic to see if the machine could handle them. They used a "geometric" approach, imagining the AI's knowledge as shapes and directions in space.

1. The "Opposite" Test (Negation)

  • The Logic: If you push the machine to believe "Yes," it should naturally push "No" in the exact opposite direction.
  • The Analogy: Imagine a seesaw. If you push one side down (Yes), the other side must go up (No).
  • The Finding: The paper proves that for this to work automatically, the machine's internal "memory" must be built like a Lego set with separate bricks. One set of bricks must hold the who (T-Rex), and a completely separate set must hold the what (four legs).
  • The Reality Check: The authors looked at real AI models and found they don't use separate bricks. Instead, they mix everything together. So, when you push "Yes," the "No" side often moves in the same direction, creating a contradiction.

2. The "Swap" Test (Converse)

  • The Logic: If "A is the parent of B," the machine should automatically understand "B is the child of A."
  • The Analogy: Imagine a dance. If Partner A leads Partner B, the machine should instantly know how to swap roles so Partner B leads Partner A, without getting confused.
  • The Finding: This requires a very specific, symmetrical structure in the machine's memory. It's like a mirror that reflects perfectly. The paper shows that current AI models don't have this perfect mirror symmetry built-in, which is why they often fail to reverse relationships (a problem known as the "reversal curse").

3. The "Chain" Test (Composition)

  • The Logic: If "A leads to B" and "B leads to C," the machine should automatically know "A leads to C."
  • The Analogy: Imagine a chain of dominoes. If you knock over the first one, the second falls, and then the third.
  • The Finding: This is where the paper delivers its biggest "ouch." They proved that trying to make this chain reaction work using simple, linear tweaks is mathematically impossible if you also want the "Opposite" test to work.
  • The Metaphor: It's like trying to build a bridge where the rules of physics say "Up" and "Down" must cancel each other out perfectly, but the rules of the bridge say "Up" and "Down" must multiply to make "Up" again. The only way to satisfy both rules is to collapse the bridge entirely (the feature map becomes zero).

Why Does This Matter?

The paper suggests that many of the frustrating failures we see in AI aren't just because the AI is "dumb" or hasn't been trained enough. Instead, it's because of a structural mismatch.

  • The Problem: We are trying to fix a complex, non-linear problem (logic) using a simple, linear tool (small parameter updates).
  • The Result: The AI can learn a specific fact, but it cannot reliably "spread" that learning to its logical consequences.
    • It can't reliably learn the opposite of a fact.
    • It can't reliably reverse a relationship.
    • It can't reliably chain facts together.

The "Dynamics Reveal Structure" Lesson

The authors use a clever phrase: "Dynamics Reveals Structure."

Usually, we look at an AI and ask, "What does it know?" (Static view).
This paper asks, "How does it change when we teach it something?" (Dynamic view).

By watching how the AI moves when we tweak it, we discovered that its internal structure is fundamentally broken for logical reasoning. It's like looking at a car and realizing that no matter how hard you press the gas pedal, the wheels won't turn because the axles are made of rubber, not steel. The problem isn't the gas pedal (the training); it's the axles (the geometry of the updates).

Summary

  • The Assumption: Small, local changes to an AI should automatically fix all related logical facts.
  • The Truth: Math proves this is impossible for "Negation" and "Composition" to work together in a simple linear way.
  • The Consequence: Current AI models are structurally limited. They can memorize facts, but they struggle to reason logically about those facts (like reversing them or chaining them) just by being tweaked slightly. To fix this, we likely need to change the fundamental architecture of how these models learn, not just train them longer.

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 →