English

StructLens: A Structural Lens for Language Models via Maximum Spanning Trees

Computation and Language 2026-05-19 v2 Artificial Intelligence

Abstract

Language exhibits inherent structures, a property that explains both language acquisition and language change. Given this characteristic, we expect language models to manifest their own internal structures as well. While interpretability research has investigated how models compute representations mechanistically through attention patterns and Sparse AutoEncoders, the organization of the resulting representations is overlooked. To address this gap, we introduce StructLens, a framework to analyze representations through a holistic structural view. StructLens constructs maximum spanning trees based on the semantic representations in residual streams, inspired by tree representation in dependency parsing, and provides summaries of token relationships in representation space. We analyze how contiguous tokens are also nearby in representation space and find that middle layers show the strongest local-span organization. Moreover, analysis of pre-training checkpoints reveals that smaller local units become detectable earlier in pre-training, and larger units later. Our findings demonstrate that StructLens provides insights into how models organize token representations across layers and training. Our code is available at https://github.com/naist-nlp/structlens.

Keywords

Cite

@article{arxiv.2603.03328,
  title  = {StructLens: A Structural Lens for Language Models via Maximum Spanning Trees},
  author = {Haruki Sakajo and Frederikus Hudi and Yusuke Sakai and Hidetaka Kamigaito and Taro Watanabe},
  journal= {arXiv preprint arXiv:2603.03328},
  year   = {2026}
}
R2 v1 2026-07-01T11:01:48.111Z