Towards Graph Foundation Models: Learning Generalities Across Graphs via Task-Trees

Abstract

Foundation models are pretrained on large-scale corpora to learn generalizable patterns across domains and tasks—such as contours, textures, and edges in images, or tokens and sentences in text. In contrast, discovering such generalities in graph-structured data, especially across heterogeneous graph tasks, remains an open challenge. To address this, we propose a novel approach to cross-task generalization in graphs via task-trees, which serve as unified learning instances aligning node-, edge-, and graph-level tasks. We theoretically analyze the stability, transferability, and generalization properties of task-trees, showing that pretraining a graph neural network (GNN) on diverse task-trees with a reconstruction objective induces transferable knowledge. This enables efficient adaptation to downstream tasks with minimal fine-tuning. To validate our framework, we introduce Graph Generality Identifier on Task-Trees (GIT), a graph foundation model that demonstrates strong performance on over 30 graphs across five domains via fine-tuning, in-context learning, and zero-shot generalization. Code and data are available at https://github.com/Zehong-Wang/GIT.

Cite

Text

Wang et al. "Towards Graph Foundation Models: Learning Generalities Across Graphs via Task-Trees." Proceedings of the 42nd International Conference on Machine Learning, 2025.

Markdown

[Wang et al. "Towards Graph Foundation Models: Learning Generalities Across Graphs via Task-Trees." Proceedings of the 42nd International Conference on Machine Learning, 2025.](https://mlanthology.org/icml/2025/wang2025icml-graph-a/)

BibTeX

@inproceedings{wang2025icml-graph-a,
  title     = {{Towards Graph Foundation Models: Learning Generalities Across Graphs via Task-Trees}},
  author    = {Wang, Zehong and Zhang, Zheyuan and Ma, Tianyi and Chawla, Nitesh V and Zhang, Chuxu and Ye, Yanfang},
  booktitle = {Proceedings of the 42nd International Conference on Machine Learning},
  year      = {2025},
  pages     = {65518-65555},
  volume    = {267},
  url       = {https://mlanthology.org/icml/2025/wang2025icml-graph-a/}
}