One of the oldest arguments in artificial intelligence is whether machines think in symbols or in numbers. The symbolic camp built systems out of explicit rules and logic. Modern neural networks took the other path, learning from data as vast grids of continuous values with no rules written down anywhere. A new paper suggests the two sides may have been describing the same thing.

In The Emergent Symbolic Structure of Artificial Neural Networks, posted to arXiv on August 30, researchers R. Thomas McCoy, Paul Soulos, Tal Linzen and Paul Smolensky report that large language models implicitly organize information into symbol-like structures, even though nothing in their design tells them to. The networks work in numbers, but underneath, the authors argue, those numbers are arranged as if they encoded discrete symbols slotted into roles.

Reading the structure back out

The team's method leans on an old idea of Smolensky's called tensor product representations, a way of packing structured, symbolic information into a single vector. Rather than simply describing a model's internals, they replace the network's whole representation-building process with a closed-form equation that spells out a symbolic structure, then check how closely that stand-in matches the real model. They ran the test across arithmetic, logic, computer code and ordinary language, on both small purpose-built networks and full large language models.

The convincing part is what happened next. Because the symbolic version is explicit, the researchers could reach in and change specific pieces of it, then watch the model's behavior shift in the way the structure predicted. That is the difference between a story about how a model might work and evidence that the structure is actually doing the work. If editing the symbols changes the output, the symbols are real in some useful sense.

Why it matters

For interpretability, this is the interesting direction of travel. Much of the field has struggled to explain why a model produced a given answer. A method that finds legible structure inside the network, and lets you intervene on it precisely, is a step toward understanding and steering these systems rather than just prodding them from the outside.

It is worth keeping the claim in proportion. This is a preprint, tested on particular tasks, and "symbol-like" is not the same as saying a model reasons the way a person does. But it chips away at the tidy story that neural networks are pure statistical soup with nothing structured inside. The line between the symbolic tradition and the numerical one, drawn sharply for decades, is starting to look more like a seam than a wall.

Sources

  1. i. arxiv.org
  2. ii. arxiv.org

Commentarii · 0

Add · a · Comment