paper-with-me

Papers

Heterogeneous Information Network-based Interest Composition with Graph Neural Network for Recommendation

2021-03-11 · Dengcheng Yan, Wenxin Xie, Yiwen Zhang

Heterogeneous information networks (HINs) are widely applied to recommendation systems due to their capability of modeling various auxiliary information with meta-paths. However, existing HIN-based recommendation models usually fuse the information from various meta-paths by simple weighted sum or concatenation, which limits performance improvement because it lacks the capability of interest compositions among meta-paths. In this article, we propose an HIN-based Interest Composition model for Recommendation (HicRec). Specifically, user and item representations are learned with a graph neural network on both the graph structure and features in each meta-path, and a parameter sharing mechanism is utilized here to ensure that the user and item representations are in the same latent space. Then, users' interests in each item from each pair of related meta-paths are calculated by a combination of the user and item representations. The composed user interests are obtained by their single interest from both intra- and inter-meta-paths for recommendation. Extensive experiments are conducted on three real-world datasets and the results demonstrate that our proposed HicRec model outperforms the baselines.

📄 PDF Abstract BibTeX arXiv:2103.06560

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkRecommendation Systems

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Price DOES Matter! Modeling Price and Interest Preferences in Session-based Recommendation

2022-05-09 · Xiaokun Zhang, Bo Xu, Liang Yang, Chenliang Li 외

Session-based recommendation aims to predict items that an anonymous user would like to purchase based on her short behavior sequence. The current approaches towards session-based recommendation only focus on modeling us…

AttributeMarketingSession-Based Recommendations

Bi-Preference Learning Heterogeneous Hypergraph Networks for Session-based Recommendation

2023-11-02 · Xiaokun Zhang, Bo Xu, Fenglong Ma, Chenliang Li 외

Session-based recommendation intends to predict next purchased items based on anonymous behavior sequences. Numerous economic studies have revealed that item price is a key factor influencing user purchase decisions. Unf…

Multi-Task LearningSession-Based Recommendations

Recent Advances in Heterogeneous Relation Learning for Recommendation

2021-10-07 · Chao Huang

Recommender systems have played a critical role in many web applications to meet user's personalized interests and alleviate the information overload. In this survey, we review the development of recommendation framework…

Recommendation SystemsRelationRelational Reasoning

Heterogeneous Information Crossing on Graphs for Session-based Recommender Systems

2022-10-24 · Xiaolin Zheng, Rui Wu, Zhongxuan Han, Chaochao Chen 외

Recommender systems are fundamental information filtering techniques to recommend content or items that meet users' personalities and potential needs. As a crucial solution to address the difficulty of user identificatio…

Contrastive LearningRecommendation SystemsUser Identification

Topology-aware Tensor Decomposition for Meta-graph Learning

2021-01-04 · Hansi Yang, Peiyu Zhang, Quanming Yao

Heterogeneous graphs generally refers to graphs with different types of nodes and edges. A common approach for extracting useful information from heterogeneous graphs is to use meta-graphs, which can be seen as a special…

Graph LearningKnowledge GraphsNeural Architecture SearchNode Classification+1