Graph Tokenization for Bridging Graphs and Transformers
arXiv cs.AI / 3/13/2026
💬 OpinionIdeas & Deep AnalysisModels & Research
Key Points
- The paper introduces a graph tokenization framework that converts graphs into sequential representations using reversible graph serialization combined with Byte Pair Encoding, enabling Transformers to process graphs without changes to their architecture.
- The method guides serialization with global statistics of graph substructures so frequently occurring substructures are represented as tokens that BPE can merge, preserving structural information.
- Empirical results show state-of-the-art performance on 14 graph benchmarks and frequent improvements over graph neural networks and graph transformers.
- The approach bridges graph-structured data and sequence models, with the authors providing the code on GitHub for reproducibility.




