LLM as GNN: Graph Vocabulary Learning for Text-Attributed Graph Foundation Models
By: Xi Zhu , Haochen Xue , Ziwei Zhao and more
Potential Business Impact:
Helps computers understand text-filled charts better.
Text-Attributed Graphs (TAGs), where each node is associated with text descriptions, are ubiquitous in real-world scenarios. They typically exhibit distinctive structure and domain-specific knowledge, motivating the development of a Graph Foundation Model (GFM) that generalizes across diverse graphs and tasks. Despite large efforts to integrate Large Language Models (LLMs) and Graph Neural Networks (GNNs) for TAGs, existing approaches suffer from decoupled architectures with two-stage alignment, limiting their synergistic potential. Even worse, existing methods assign out-of-vocabulary (OOV) tokens to graph nodes, leading to graph-specific semantics, token explosion, and incompatibility with task-oriented prompt templates, which hinders cross-graph and cross-task transferability. To address these challenges, we propose PromptGFM, a versatile GFM for TAGs grounded in graph vocabulary learning. PromptGFM comprises two key components: (1) Graph Understanding Module, which explicitly prompts LLMs to replicate the finest GNN workflow within the text space, facilitating seamless GNN-LLM integration and elegant graph-text alignment; (2) Graph Inference Module, which establishes a language-based graph vocabulary ensuring expressiveness, transferability, and scalability, enabling readable instructions for LLM fine-tuning. Extensive experiments demonstrate our superiority and transferability across diverse graphs and tasks. The code is available at this: https://github.com/agiresearch/PromptGFM.
Similar Papers
Large Language Models Meet Text-Attributed Graphs: A Survey of Integration Frameworks and Applications
Computation and Language
Helps computers understand and reason better.
Navigating the Black Box: Leveraging LLMs for Effective Text-Level Graph Injection Attacks
Artificial Intelligence
Makes fake text fool smart computer graphs.
Exploring the Potential of Large Language Models as Predictors in Dynamic Text-Attributed Graphs
Machine Learning (CS)
Helps computers predict changes in connected data.