paper-with-me

Papers

All-in-One: Heterogeneous Interaction Modeling for Cold-Start Rating Prediction

2024-03-26 · Shuheng Fang, Kangfei Zhao, Yu Rong, ZHIXUN LI, Jeffrey Xu Yu

Cold-start rating prediction is a fundamental problem in recommender systems that has been extensively studied. Many methods have been proposed that exploit explicit relations among existing data, such as collaborative filtering, social recommendations and heterogeneous information network, to alleviate the data insufficiency issue for cold-start users and items. However, the explicit relations constructed based on data between different roles may be unreliable and irrelevant, which limits the performance ceiling of the specific recommendation task. Motivated by this, in this paper, we propose a flexible framework dubbed heterogeneous interaction rating network (HIRE). HIRE dose not solely rely on the pre-defined interaction pattern or the manually constructed heterogeneous information network. Instead, we devise a Heterogeneous Interaction Module (HIM) to jointly model the heterogeneous interactions and directly infer the important interactions via the observed data. In the experiments, we evaluate our model under three cold-start settings on three real-world datasets. The experimental results show that HIRE outperforms other baselines by a large margin. Furthermore, we visualize the inferred interactions of HIRE to confirm the contribution of our model.

📄 PDF Abstract BibTeX arXiv:2403.17740

Code (1)

fangshuheng/hire 공식 구현 pytorch

Tasks

AllCollaborative FilteringRecommendation Systems

Similar Papers 제목 키워드 기반

Privileged Graph Distillation for Cold Start Recommendation

2021-05-31 · Shuai Wang, Kun Zhang, Le Wu, Haiping Ma 외

The cold start problem in recommender systems is a long-standing challenge, which requires recommending to new users (items) based on attributes without any historical interaction records. In these recommendation systems…

AttributeCollaborative FilteringRecommendation Systems

Firzen: Firing Strict Cold-Start Items with Frozen Heterogeneous and Homogeneous Graphs for Recommendation

2024-10-10 · Hulingxiao He, Xiangteng He, Yuxin Peng, Zifei Shan 외

Recommendation models utilizing unique identities (IDs) to represent distinct users and items have dominated the recommender systems literature for over a decade. Since multi-modal content of items (e.g., texts and image…

Knowledge GraphsRecommendation Systems

Sequential Recommendation for Cold-start Users with Meta Transitional Learning

2021-07-13 · Jianling Wang, Kaize Ding, James Caverlee

A fundamental challenge for sequential recommenders is to capture the sequential patterns of users toward modeling how users transit among items. In many practical scenarios, however, there are a great number of cold-sta…

Few-Shot LearningMeta-LearningSequential RecommendationTranslation

Personalized and Multi-View Representation for Federated Cold-Start Recommendation

2026-08-28 · Jaehyung Lim, Wonbin Kweon, Woojoo Kim, Junyoung Kim 외 arxiv

Federated recommendation (FedRec) enables personalized modeling without centralizing users' interaction histories, but most existing methods assume a fixed item pool and thus overlook the practical cold-item setting wher…

VM-Rec: A Variational Mapping Approach for Cold-start User Recommendation

2023-11-02 · Linan Zheng, Jiale Chen, Pengsheng Liu, Guangfa Zhang 외

The cold-start problem is a common challenge for most recommender systems. The practical application of most cold-start methods is hindered by the deficiency in auxiliary content information for users. Moreover, most met…

Recommendation Systems