English

<SOG_k>: One LLM Token for Explicit Graph Structural Understanding

Computation and Language 2026-02-03 v1 Artificial Intelligence Networking and Internet Architecture

Abstract

Large language models show great potential in unstructured data understanding, but still face significant challenges with graphs due to their structural hallucination. Existing approaches mainly either verbalize graphs into natural language, which leads to excessive token consumption and scattered attention, or transform graphs into trainable continuous embeddings (i.e., soft prompt), but exhibit severe misalignment with original text tokens. To solve this problem, we propose to incorporate one special token <SOG_k> to fully represent the Structure Of Graph within a unified token space, facilitating explicit topology input and structural information sharing. Specifically, we propose a topology-aware structural tokenizer that maps each graph topology into a highly selective single token. Afterwards, we construct a set of hybrid structure Question-Answering corpora to align new structural tokens with existing text tokens. With this approach, <SOG_k> empowers LLMs to understand, generate, and reason in a concise and accurate manner. Extensive experiments on five graph-level benchmarks demonstrate the superiority of our method, achieving a performance improvement of 9.9% to 41.4% compared to the baselines while exhibiting interpretability and consistency. Furthermore, our method provides a flexible extension to node-level tasks, enabling both global and local structural understanding. The codebase is publicly available at https://github.com/Jingyao-Wu/SOG.

Keywords

Cite

@article{arxiv.2602.01771,
  title  = {<SOG_k>: One LLM Token for Explicit Graph Structural Understanding},
  author = {Jingyao Wu and Bin Lu and Zijun Di and Xiaoying Gan and Meng Jin and Luoyi Fu and Xinbing Wang and Chenghu Zhou},
  journal= {arXiv preprint arXiv:2602.01771},
  year   = {2026}
}
R2 v1 2026-07-01T09:31:12.627Z