LGAIOct 16, 2024

Towards Graph Foundation Models: Training on Knowledge Graphs Enables Transferability to General Graphs

arXiv:2410.12609v23 citationsh-index: 14
Originality Highly original
AI Analysis

This work addresses the need for more adaptable graph models that can handle various downstream tasks without extra fine-tuning, representing a novel method for a known bottleneck in graph AI.

The paper tackles the problem of limited versatility in graph foundation models by introducing SCR, a unified graph reasoning framework trained on knowledge graphs that generalizes to diverse graph tasks, achieving substantial performance gains over existing models and baselines across 38 datasets.

Inspired by the success of large language models, there is a trend toward developing graph foundation models to conduct diverse downstream tasks in various domains. However, current models often require extra fine-tuning to apply their learned structural and semantic representations to new graphs, which limits their versatility. Recent breakthroughs in zero-shot inductive reasoning on knowledge graphs (KGs), offer us a new perspective on extending KG reasoning to general graph applications. In this paper, we introduce SCR, a unified graph reasoning framework designed to train on knowledge graphs and effectively generalize across a wide range of graph tasks and domains. We begin by designing the task-specific KG structures to establish a unified topology for different task formats. Then we propose semantic-conditioned message passing, a novel mechanism addressing the inherent semantic isolation in traditional KG reasoning, by jointly modeling structural and semantic invariance patterns in graph representations. To demonstrate the effectiveness, we evaluate the inductive reasoning capability of SCR using 38 diverse graph datasets, covering node-level, link-level, and graph-level tasks across multiple domains. Our results show substantial performance gains over existing foundation models and supervised baselines, highlighting the efficacy and adaptability of our approach.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes