If you wanted to memorize the capitals of all 300 cities in China, what would you do?
Most people's intuition is to build a list:
- Beijing -> Beijing
- Hangzhou -> Zhejiang
- Chengdu -> Sichuan ... and so on.
- One facet refracts "Sichuan";
- Another facet refracts "giant panda";
- Yet another refracts "hotpot".
In this "list mode," the more facts you memorize, the longer your list grows, and your brain (storage space) must expand proportionally. In computer science, this is called "algebraic memory," or key-value storage.
But if you crack open the brain of GPT-4 or Claude 3, you'll discover something astonishing: they can memorize vast amounts of knowledge without their parameter counts ballooning like a list.
In May 2026, an arXiv paper titled 《Geometric Factual Recall in Transformers》 revealed a disruptive truth: large language models don't recall facts by "checking a list" — they perform a kind of magical "geometric projection."
From "Phone Book" to "Polyhedral Crystal"
Let's use Feynman-style intuition to understand this complex mathematical finding.
Imagine that every word in an LLM (say, "Chengdu") is not a name in a phone book. It's more like a transparent polyhedral crystal.
The most amazing property of this crystal is that it compresses all of "Chengdu's" attributes inside it in a kind of superposition:
The traditional view: the AI's brain has a drawer dedicated to "geographic knowledge," and it goes searching through it.
But this paper shows: the AI doesn't search any drawer. It simply takes a special beam of light representing the "province (relation)" and shines it onto the crystal named "Chengdu."
The light refracts at a specific angle through the crystal, and — click — the answer "Sichuan" is projected onto the screen.
Why Is This "Geometric Mode" Superior?
The paper's author, Shauli Ravfogel, demonstrated two major advantages of this "geometric projection" mode:
1. A "Miracle" of Storage Density
In traditional "list mode," storing 1 million facts requires 1 million rows of space.
But in "geometric mode," because attributes are compressed into the vector space, the space required grows logarithmically with the number of facts. This means an AI can memorize exponentially growing amounts of information with only a tiny amount of memory.
2. The "Transfer Power" of Generalization
Because the AI learns "how to shine the light (relational projection)" rather than "memorizing answers (key-value pairs)," once it learns how to extract the "province" attribute, it can apply the same projection to any city it has never seen. This explains why large models have such powerful generalization abilities.
If Knowledge Is in the Crystal, What Are the Neurons Doing?
If knowledge already lies dormant in each word's embedding (the crystal), what are the hundreds of billions of MLP neuron layers in an LLM for?
The paper offers a very cool explanation: the neuron layers are not "shelves" — they are "filters."
Their sole task is to adjust their "polarization angle" according to the question asked (the relation), filtering out the interfering information in the crystal (like hotpot, giant pandas) and letting only the correct answer (Sichuan) be projected out.
Why Does This Paper Matter?
Feynman once said: "What I cannot create, I do not understand."
For a long time, we've treated large models as a black-box phone book. This paper, through rigorous geometric proofs, tells us: AI's intelligence is, at its core, an extremely high-dimensional, extremely compact "spatial reconstruction" of world relations.
This not only helps us understand how AI "remembers" the world, but offers an insight: true understanding isn't memorizing every answer — it's folding the world into your own cognitive space and learning to see through it with the right lens.
To summarize:
Knowledge isn't stored in some corner of the brain — it's "folded" into the essence of things themselves.
Next time you marvel at AI's breadth of knowledge, imagine countless brilliant crystals shimmering inside its brain, with every beam of thought passing through them projecting a piece of the world's truth.
We are not memorizing facts — we are constructing the refraction of space. That is the ultimate romance that 2026's LLM memory theory offers us.