LGMay 21

Lost in Tokenization: Fundamental Trade-offs in Graph Tokenization for Transformers

arXiv:2605.2247173.1
AI Analysis

For graph learning researchers, this work provides theoretical foundations for understanding the role of tokenization in transformer expressivity, revealing fundamental trade-offs and impossibility results.

The paper proves that graph tokenization fundamentally determines transformer expressivity, showing that different tokenizations (spectral, random-walk, adjacency) induce distinct depth requirements and that converting between tokenizations is impossible for limited-depth transformers. Experiments validate that tasks favor different tokenizations and combining them improves performance.

Transformers have become a central architecture for graph learning, but their application to graphs requires first choosing a tokenization: a graph-to-token map that determines which structural information is exposed at the input. In this work, we show that this choice is a fundamental component of transformer expressivity. We examine three tokenizations that serve as building blocks for many existing graph tokenizations: spectral, random-walk, and adjacency tokenizations. We prove that different tokenizations induce distinct depth regimes: the same graph computation may be realizable by a shallow transformer under one tokenization, while requiring substantially larger depth under another. For example, we prove that random-walk tokenization is lossy for any walk length, making it impossible in general to recover the graph from it, and that while spectral tokenization is lossless, it is ill-conditioned for local tasks. We further show that although both random-walk and spectral tokenizations are derived from adjacency information, it is impossible for a limited-depth transformer to convert between tokenization families in general. In particular, we establish lower bounds and impossibility results showing that unfavorable tokenizations may preclude the efficient recovery of more suitable structural representations. Finally, we complement our theory with controlled experiments on synthetic and real-world tasks, validating the predicted separations and showing that different tasks favor different structural views, and combining complementary tokenizations allows the transformer to leverage distinct signals from each representation.

Foundations

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

Your Notes