paper-with-me

Papers

GraphGPT: Graph Instruction Tuning for Large Language Models

2023-10-19 · Jiabin Tang, Yuhao Yang, Wei Wei, Lei Shi, Lixin Su, Suqi Cheng, Dawei Yin, Chao Huang

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.

📄 PDF Abstract BibTeX arXiv:2310.13023

Code (1)

HKUDS/GraphGPT 공식 구현 pytorch

Tasks

Data AugmentationGraph LearningSelf-Supervised LearningZero-Shot Learning

Similar Papers 제목 키워드 기반

GraphGPT: Graph Learning with Generative Pre-trained Transformers

2023-12-31 · Qifang Zhao, Weidong Ren, Tianyu Li, Xiaoxiao Xu 외

We introduce \textit{GraphGPT}, a novel model for Graph learning by self-supervised Generative Pre-training Transformers. Our model transforms each graph or sampled subgraph into a sequence of tokens representing the nod…

DecoderGraph Learningscientific discovery

A Graph is Worth $K$ Words: Euclideanizing Graph using Pure Transformer

2024-02-04 · Zhangyang Gao, Daize Dong, Cheng Tan, Jun Xia 외

Can we model Non-Euclidean graphs as pure language or even Euclidean vectors while retaining their inherent information? The Non-Euclidean property have posed a long term challenge in graph modeling. Despite recent graph…

DecoderGraph ClassificationGraph GenerationGraph Representation Learning+1

GRAPHGPT-O: Synergistic Multimodal Comprehension and Generation on Graphs

2025-02-17 · CVPR 2025 1 · Yi Fang, Bowen Jin, Jiacheng Shen, Sirui Ding 외

The rapid development of Multimodal Large Language Models (MLLMs) has enabled the integration of multiple modalities, including texts and images, within the large language model (LLM) framework. However, texts and images…

Image GenerationLanguage ModelingLanguage ModellingLarge Language Model

LLaMo: Large Language Model-based Molecular Graph Assistant

2024-10-31 · Jinyoung Park, Minseong Bae, Dohwan Ko, Hyunwoo J. Kim

Large Language Models (LLMs) have demonstrated remarkable generalization and instruction-following capabilities with instruction tuning. The advancements in LLMs and instruction tuning have led to the development of Larg…

Instruction FollowingIUPAC Name PredictionLanguage ModelingLanguage Modelling+4

Semi-supervised Instruction Tuning for Large Language Models on Text-Attributed Graphs

2026-01-19 · Zixing Song, Irwin King arxiv

The emergent reasoning capabilities of Large Language Models (LLMs) offer a transformative paradigm for analyzing text-attributed graphs. While instruction tuning is the prevailing method for adapting pre-trained LLMs to…

Node ClassificationGraph Learning