Interpreting token compositionality in LLMs: A robustness analysis
Nura Aljaafari, Danilo S. Carvalho, André Freitas
TL;DR
This paper introduces Constituent-Aware Pooling (CAP), a targeted perturbation method that aggregates token-level activations into word- and phrase-level units to assess where compositional meaning is encoded in Transformer-based LLMs. Using three WordNet-derived tasks (inverse definition modelling, synonyms, and hypernyms), CAP reveals that compositional representations are not reliably localized to any single layer and that information is distributed across depth, with larger models showing greater sensitivity to perturbations. An information-theoretic framework explains these findings as a consequence of delaying aggregation to maximize token-level information throughput, leading to fragmented semantics across layers. Fine-tuning improves resilience but does not fully resolve architectural limitations, suggesting that new training objectives or architectures are needed to realize robust, explicit compositional representations.
Abstract
Understanding the internal mechanisms of large language models (LLMs) is integral to enhancing their reliability, interpretability, and inference processes. We present Constituent-Aware Pooling (CAP), a methodology designed to analyse how LLMs process compositional linguistic structures. Grounded in principles of compositionality, mechanistic interpretability, and information theory, CAP systematically intervenes in model activations through constituent-based pooling at various model levels. Our experiments on inverse definition modelling, hypernym and synonym prediction reveal critical insights into transformers' limitations in handling compositional abstractions. No specific layer integrates tokens into unified semantic representations based on their constituent parts. We observe fragmented information processing, which intensifies with model size, suggesting that larger models struggle more with these interventions and exhibit greater information dispersion. This fragmentation likely stems from transformers' training objectives and architectural design, preventing systematic and cohesive representations. Our findings highlight fundamental limitations in current transformer architectures regarding compositional semantics processing and model interpretability, underscoring the critical need for novel approaches in LLM design to address these challenges.
