Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

GraphGPT: Graph Instruction Tuning for Large Language Models

About

Graph Neural Networks (GNNs) have evolved to understand graph structures through recursive exchanges and aggregations among nodes. To enhance robustness, self-supervised learning (SSL) has become a vital tool for data augmentation. Traditional methods often depend on fine-tuning with task-specific labels, limiting their effectiveness when labeled data is scarce. Our research tackles this by advancing graph model generalization in zero-shot learning environments. Inspired by the success of large language models (LLMs), we aim to create a graph-oriented LLM capable of exceptional generalization across various datasets and tasks without relying on downstream graph data. We introduce the GraphGPT framework, which integrates LLMs with graph structural knowledge through graph instruction tuning. This framework includes a text-graph grounding component to link textual and graph structures and a dual-stage instruction tuning approach with a lightweight graph-text alignment projector. These innovations allow LLMs to comprehend complex graph structures and enhance adaptability across diverse datasets and tasks. Our framework demonstrates superior generalization in both supervised and zero-shot graph learning tasks, surpassing existing benchmarks. The open-sourced model implementation of our GraphGPT is available at https://github.com/HKUDS/GraphGPT.

Jiabin Tang, Yuhao Yang, Wei Wei, Lei Shi, Lixin Su, Suqi Cheng, Dawei Yin, Chao Huang• 2023

Related benchmarks

TaskDatasetResultRank
Node ClassificationCora
Accuracy61.58
1215
Node ClassificationCiteseer
Accuracy64.58
931
Node ClassificationCora (test)
Mean Accuracy81.59
861
Node ClassificationCiteseer (test)
Accuracy0.0537
824
Node ClassificationPubmed
Accuracy81.76
819
Node ClassificationPubMed (test)
Accuracy78.21
546
Node ClassificationwikiCS
Accuracy70.71
317
Node ClassificationarXiv
Accuracy75.15
219
Node ClassificationREDDIT
Accuracy62.11
192
Node ClassificationPubmed
Accuracy71.33
178
Showing 10 of 29 rows

Other info

Follow for update