← Back to Paper List

Graph Foundation Models for Recommendation: A Comprehensive Survey

Bin Wu, Yihang Wang, Yuanhao Zeng, Jiawei Liu, Jiashu Zhao, Cheng Yang, Yawen Li, Long Xia, Dawei Yin, Chuan Shi
Beijing University of Posts and Telecommunications, Baidu Inc., Wilfrid Laurier University
arXiv (2025)
Recommendation KG Pretraining

📝 Paper Summary

Graph Foundation Models (GFMs) Graph Neural Networks (GNNs) for Recommendation Large Language Models (LLMs) for Recommendation
This survey establishes a taxonomy for Graph Foundation Models in recommendation, categorizing methods by how they integrate the structural reasoning of GNNs with the semantic understanding of LLMs.
Core Problem
GNN-based recommenders struggle with textual semantics due to structural bias, while LLM-based recommenders lack the ability to model complex higher-order user-item interaction structures.
Why it matters:
  • Existing approaches utilizing only GNNs or LLMs fail to capture the complete picture of user preferences, which consists of both structural signals (interactions) and textual signals (profiles/descriptions)
  • Prior surveys focus on either GNNs or LLMs in isolation, or discuss Graph Foundation Models without addressing the specific challenges of the recommendation downstream task
Concrete Example: A GNN can recommend items bought by similar users but cannot understand why a user liked a specific item description. Conversely, an LLM can understand the description but misses the collaborative signal that 'users who bought A also bought B' if that path is not explicitly described in text.
Key Novelty
Taxonomy of Synergistic Graph-LLM Integration
  • Graph-augmented LLM: Uses the graph to provide structural context to the LLM, either by injecting graph tokens directly into the sequence or by converting graph paths into natural language prompts
  • LLM-augmented Graph: Uses the LLM's world knowledge to enhance the graph data itself, such as by predicting new edges (topology augmentation) or refining node features before feeding them into a GNN
Breakthrough Assessment
8/10
Provides a timely and necessary structuring of a rapidly emerging field (GFMs for RecSys), offering a clear taxonomy that organizes disparate recent works into a coherent framework.
×