Differential syntactic and semantic encoding in LLMs
Santiago Acevedo, Alessandro Laio, Marco Baroni
TL;DR
This work analyzes how syntax and meaning are encoded in inner representations of a very large LLM by constructing syntactic and semantic centroids and applying linear ablations to sentence vectors. It shows that both syntactic and semantic information are, to a significant extent, linearly encoded and that semantics centers in inner layers while syntax is more broadly distributed across layers. The results reveal partial decoupling between syntax and semantics and demonstrate robust effects across multiple models and languages, with implications for controllability and interpretability of LLMs. The approach provides a geometric lens on linguistic information and suggests avenues for steering model behavior by manipulating centroid components.
Abstract
We study how syntactic and semantic information is encoded in inner layer representations of Large Language Models (LLMs), focusing on the very large DeepSeek-V3. We find that, by averaging hidden-representation vectors of sentences sharing syntactic structure or meaning, we obtain vectors that capture a significant proportion of the syntactic and semantic information contained in the representations. In particular, subtracting these syntactic and semantic ``centroids'' from sentence vectors strongly affects their similarity with syntactically and semantically matched sentences, respectively, suggesting that syntax and semantics are, at least partially, linearly encoded. We also find that the cross-layer encoding profiles of syntax and semantics are different, and that the two signals can to some extent be decoupled, suggesting differential encoding of these two types of linguistic information in LLM representations.
