paper-with-me

Papers

An Efficient Neighborhood-based Interaction Model for Recommendation on Heterogeneous Graph

2020-07-01 · Jiarui Jin, Jiarui Qin, Yuchen Fang, Kounianhua Du, Wei-Nan Zhang, Yong Yu, Zheng Zhang, Alexander J. Smola

There is an influx of heterogeneous information network (HIN) based recommender systems in recent years since HIN is capable of characterizing complex graphs and contains rich semantics. Although the existing approaches have achieved performance improvement, while practical, they still face the following problems. On one hand, most existing HIN-based methods rely on explicit path reachability to leverage path-based semantic relatedness between users and items, e.g., metapath-based similarities. These methods are hard to use and integrate since path connections are sparse or noisy, and are often of different lengths. On the other hand, other graph-based methods aim to learn effective heterogeneous network representations by compressing node together with its neighborhood information into single embedding before prediction. This weakly coupled manner in modeling overlooks the rich interactions among nodes, which introduces an early summarization issue. In this paper, we propose an end-to-end Neighborhood-based Interaction Model for Recommendation (NIRec) to address the above problems. Specifically, we first analyze the significance of learning interactions in HINs and then propose a novel formulation to capture the interactive patterns between each pair of nodes through their metapath-guided neighborhoods. Then, to explore complex interactions between metapaths and deal with the learning complexity on large-scale networks, we formulate interaction in a convolutional way and learn efficiently with fast Fourier transform. The extensive experiments on four different types of heterogeneous graphs demonstrate the performance gains of NIRec comparing with state-of-the-arts. To the best of our knowledge, this is the first work providing an efficient neighborhood-based interaction model in the HIN-based recommendations.

📄 PDF Abstract BibTeX arXiv:2007.00216

Code (1)

Jinjiarui/GraphHINGE pytorch

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

GraphHINGE: Learning Interaction Models of Structured Neighborhood on Heterogeneous Information Network

2020-11-25 · Jiarui Jin, Kounianhua Du, Weinan Zhang, Jiarui Qin 외

Heterogeneous information network (HIN) has been widely used to characterize entities of various types and their complex relations. Recent attempts either rely on explicit path reachability to leverage path-based semanti…

Click-Through Rate Prediction

An End-to-End Neighborhood-based Interaction Model for Knowledge-enhanced Recommendation

2019-08-12 · Yanru Qu, Ting Bai, Wei-Nan Zhang, Jian-Yun Nie 외

This paper studies graph-based recommendation, where an interaction graph is constructed from historical records and is lever-aged to alleviate data sparsity and cold start problems. We reveal an early summarization prob…

Click-Through Rate PredictionKnowledge Graphs

Instant Representation Learning for Recommendation over Large Dynamic Graphs

2023-05-22 · Cheng Wu, Chaokun Wang, Jingcao Xu, Ziwei Fang 외

Recommender systems are able to learn user preferences based on user and item representations via their historical behaviors. To improve representation learning, recent recommendation models start leveraging information …

Graph Neural NetworkRecommendation SystemsRepresentation Learning

Graph Learning Augmented Heterogeneous Graph Neural Network for Social Recommendation

2021-09-24 · Yiming Zhang, Lingfei Wu, Qi Shen, Yitong Pang 외

Social recommendation based on social network has achieved great success in improving the performance of recommendation system. Since social network (user-user relations) and user-item interactions are both naturally rep…

Graph LearningGraph Neural Network

MVIN: Learning Multiview Items for Recommendation

2020-05-26 · Chang-You Tai, Meng-Ru Wu, Yun-Wei Chu, Shao-Yu Chu 외

Researchers have begun to utilize heterogeneous knowledge graphs (KGs) as auxiliary information in recommendation systems to mitigate the cold start and sparsity issues. However, utilizing a graph neural network (GNN) to…

Graph Neural NetworkKnowledge GraphsRecommendation Systems