Bootstrapping Heterogeneous Graph Representation Learning via Large Language Models: A Generalized Approach
Hang Gao, Chenhao Zhang, Fengge Wu, Junsuo Zhao, Changwen Zheng, Huaping Liu
TL;DR
This work tackles learning on heterogeneous graphs when node and edge types are unknown. It proposes GHGRL, a three-module framework that combines LLMs for automatic type generation and feature alignment with a dedicated Parameter Adaptive GNN (PAGNN) that performs type-aware message passing. Theoretical analysis shows GHGRL can prevent over-smoothing across different node types, and experiments on standard and newly created heterogeneous datasets demonstrate strong performance without requiring type labels. The approach broadens the applicability of graph representation learning to irregular and diverse graph data, with publicly available code and datasets for reproducibility.
Abstract
Graph representation learning methods are highly effective in handling complex non-Euclidean data by capturing intricate relationships and features within graph structures. However, traditional methods face challenges when dealing with heterogeneous graphs that contain various types of nodes and edges due to the diverse sources and complex nature of the data. Existing Heterogeneous Graph Neural Networks (HGNNs) have shown promising results but require prior knowledge of node and edge types and unified node feature formats, which limits their applicability. Recent advancements in graph representation learning using Large Language Models (LLMs) offer new solutions by integrating LLMs' data processing capabilities, enabling the alignment of various graph representations. Nevertheless, these methods often overlook heterogeneous graph data and require extensive preprocessing. To address these limitations, we propose a novel method that leverages the strengths of both LLM and GNN, allowing for the processing of graph data with any format and type of nodes and edges without the need for type information or special preprocessing. Our method employs LLM to automatically summarize and classify different data formats and types, aligns node features, and uses a specialized GNN for targeted learning, thus obtaining effective graph representations for downstream tasks. Theoretical analysis and experimental validation have demonstrated the effectiveness of our method.
