A Light Heterogeneous Graph Collaborative Filtering Model using Textual Information
Chaoyang Wang, Zhiqiang Guo, Guohui Li, Jianjun Li, Peng Pan, Ke Liu

TL;DR
This paper introduces a lightweight heterogeneous graph collaborative filtering model that leverages textual information and advanced NLP models to improve recommendation accuracy, especially in data-sparse scenarios.
Contribution
It proposes a novel RGCN-based method that incorporates pre-trained NLP embeddings and a neural matching function, enhancing recommendation performance over existing methods.
Findings
Significant performance improvements on three datasets
Effective alleviation of data sparsity issues
Superior to several baseline models
Abstract
Due to the development of graph neural networks, graph-based representation learning methods have made great progress in recommender systems. However, data sparsity is still a challenging problem that most graph-based recommendation methods are confronted with. Recent works try to address this problem by utilizing side information. In this paper, we exploit the relevant and easily accessible textual information by advanced natural language processing (NLP) models and propose a light RGCN-based (RGCN, relational graph convolutional network) collaborative filtering method on heterogeneous graphs. Specifically, to incorporate rich textual knowledge, we utilize a pre-trained NLP model to initialize the embeddings of text nodes. Afterward, by performing a simplified RGCN-based node information propagation on the constructed heterogeneous graph, the embeddings of users and items can be…
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
