An Automatic Graph Construction Framework based on Large Language Models for Recommendation
Rong Shan, Jianghao Lin, Chenxu Zhu, Bo Chen, Menghui Zhu, Kangning Zhang, Jieming Zhu, Ruiming Tang, Yong Yu, Weinan Zhang

TL;DR
This paper introduces AutoGraph, an LLM-based framework for automatic graph construction in recommendation systems, enhancing graph quality and efficiency, leading to improved recommendation performance and real-world deployment success.
Contribution
AutoGraph leverages large language models to automate and enrich graph construction with global semantic information, addressing limitations of previous rule-based or crowdsourced methods.
Findings
AutoGraph improves recommendation metrics such as RPM and eCPM.
It demonstrates high efficiency and effectiveness on multiple datasets.
Successfully deployed in Huawei's advertising platform, serving hundreds of millions.
Abstract
Graph neural networks (GNNs) have emerged as state-of-the-art methods to learn from graph-structured data for recommendation. However, most existing GNN-based recommendation methods focus on the optimization of model structures and learning strategies based on pre-defined graphs, neglecting the importance of the graph construction stage. Earlier works for graph construction usually rely on speciffic rules or crowdsourcing, which are either too simplistic or too labor-intensive. Recent works start to utilize large language models (LLMs) to automate the graph construction, in view of their abundant open-world knowledge and remarkable reasoning capabilities. Nevertheless, they generally suffer from two limitations: (1) invisibility of global view (e.g., overlooking contextual information) and (2) construction inefficiency. To this end, we introduce AutoGraph, an automatic graph…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks · Topic Modeling
MethodsFocus
