McCoy paper: symbolic equations approximate LLM vector internals
TL;DR
- A new preprint reports that neural networks' vector representations can be closely approximated by closed-form symbolic equations with behavior 'largely unchanged.'
- The substitution was tested on small networks trained to manipulate lists and on LLMs across arithmetic, logic, computer code, and language.
- The authors say the symbolic approximation also lets them steer an LLM's behavior via targeted interventions on its internal representations.
The vector representations inside neural networks can be replaced with closed-form symbolic equations without much changing what the networks do.
That is the central claim of a new preprint by R. Thomas McCoy of Yale, Paul Soulos of Johns Hopkins, Tal Linzen of NYU and Paul Smolensky of Microsoft Research. "We can replace the network's entire representation-generating process with a closed-form equation instantiating a symbolic structure, and the network's behavior remains largely unchanged," they write.
The substitution is tested on "small-scale neural networks trained to manipulate lists" and on large language models "operating in four domains that are central in symbolic traditions: arithmetic, logic, computer code, and language." The framing answers a puzzle the paper opens with: intelligence has "traditionally been modeled as operating over structured combinations of symbols," yet modern AI runs on continuous vectors. The authors' proposal is that the two never really parted. "Despite appearances, perhaps the internal representations of neural networks implicitly realize symbolic structure."
The interpretability lever is where the paper pushes hardest. The symbolic approximation, the authors report, "allows us to modify an LLM's behavior in targeted ways via precise interventions on its internal representations," which they read as evidence the LLM is "reliant on the symbolic structures we have identified."
The abstract publishes no fidelity numbers, no per-domain accuracy figures, and does not name which LLMs were probed. Two of the researchers on our Who's Who tracker had shared the preprint within its first week.
Shared on Bluesky by 2 AI experts
-
Paper: arxiv.org/abs/2608.29530 We consider a variety of neural networks that perform seemingly-symbolic tasks, from small-scale models trained on simple list-manipulation tasks to LLMs performing tasks in math, logic, …
View on Bluesky →
Originally reported by arxiv.org
Read the original article →Original headline: The Emergent Symbolic Structure of Artificial Neural Networks