UGRec: Modeling Directed and Undirected Relations for Recommendation
Xinxiao Zhao, Zhiyong Cheng, Lei Zhu, Jiecai Zheng, Xueqing Li

TL;DR
UGRec is a unified graph-based recommendation model that effectively integrates both knowledge graph relations and item-item co-occurrence data to improve recommendation accuracy, especially in sparse data scenarios.
Contribution
This work introduces UGRec, a novel model that simultaneously models directed KG relations and undirected item co-occurrence, utilizing a relation-aware attention mechanism.
Findings
UGRec outperforms state-of-the-art methods on multiple datasets.
The integration of KG and co-occurrence data enhances recommendation performance.
The relation-aware attention mechanism improves relation modeling accuracy.
Abstract
Recommender systems, which merely leverage user-item interactions for user preference prediction (such as the collaborative filtering-based ones), often face dramatic performance degradation when the interactions of users or items are insufficient. In recent years, various types of side information have been explored to alleviate this problem. Among them, knowledge graph (KG) has attracted extensive research interests as it can encode users/items and their associated attributes in the graph structure to preserve the relation information. In contrast, less attention has been paid to the item-item co-occurrence information (i.e., \textit{co-view}), which contains rich item-item similarity information. It provides information from a perspective different from the user/item-attribute graph and is also valuable for the CF recommendation models. In this work, we make an effort to study the…
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
