CLMar 18

Do Language Models Encode Semantic Relations? Probing and Sparse Feature Analysis

arXiv:2603.1762429.3h-index: 29
AI Analysis

This work addresses the problem of understanding structured meaning representation in LLMs for researchers in NLP and interpretability, providing a reproducible framework but being incremental in its methodological approach.

The study investigated whether large language models encode semantic relations like synonymy and hypernymy, finding that hypernymy is redundantly encoded and resistant to suppression while hyponymy relies on compact features that are easily disrupted, with relation signals peaking in mid-layers and being stronger in post-residual pathways than in attention.

Understanding whether large language models (LLMs) capture structured meaning requires examining how they represent concept relationships. In this work, we study three models of increasing scale: Pythia-70M, GPT-2, and Llama 3.1 8B, focusing on four semantic relations: synonymy, antonymy, hypernymy, and hyponymy. We combine linear probing with mechanistic interpretability techniques, including sparse autoencoders (SAE) and activation patching, to identify where these relations are encoded and how specific features contribute to their representation. Our results reveal a directional asymmetry in hierarchical relations: hypernymy is encoded redundantly and resists suppression, while hyponymy relies on compact features that are more easily disrupted by ablation. More broadly, relation signals are diffuse but exhibit stable profiles: they peak in the mid-layers and are stronger in post-residual/MLP pathways than in attention. Difficulty is consistent across models (antonymy easiest, synonymy hardest). Probe-level causality is capacity-dependent: on Llama 3.1, SAE-guided patching reliably shifts these signals, whereas on smaller models the shifts are weak or unstable. Our results clarify where and how reliably semantic relations are represented inside LLMs, and provide a reproducible framework for relating sparse features to probe-level causal evidence.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes