paper-with-me

Papers

Dual Preference Distribution Learning for Item Recommendation

2022-01-24 · Xue Dong, Xuemeng Song, Na Zheng, Yinwei Wei, Zhongzhou Zhao

Recommender systems can automatically recommend users with items that they probably like. The goal of them is to model the user-item interaction by effectively representing the users and items. Existing methods have primarily learned the user's preferences and item's features with vectorized embeddings, and modeled the user's general preferences to items by the interaction of them. In fact, users have their specific preferences to item attributes and different preferences are usually related. Therefore, exploring the fine-grained preferences as well as modeling the relationships among user's different preferences could improve the recommendation performance. Toward this end, we propose a dual preference distribution learning framework (DUPLE), which aims to jointly learn a general preference distribution and a specific preference distribution for a given user, where the former corresponds to the user's general preference to items and the latter refers to the user's specific preference to item attributes. Notably, the mean vector of each Gaussian distribution can capture the user's preferences, and the covariance matrix can learn their relationship. Moreover, we can summarize a preferred attribute profile for each user, depicting his/her preferred item attributes. We then can provide the explanation for each recommended item by checking the overlap between its attributes and the user's preferred attribute profile. Extensive quantitative and qualitative experiments on six public datasets demonstrate the effectiveness and explainability of the DUPLE method.

📄 PDF Abstract BibTeX arXiv:2201.09490

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeRecommendation Systems

Similar Papers 제목 키워드 기반

Measuring Item Global Residual Value for Fair Recommendation

2023-07-17 · Jiayin Wang, Weizhi Ma, Chumeng Jiang, Min Zhang 외

In the era of information explosion, numerous items emerge every day, especially in feed scenarios. Due to the limited system display slots and user browsing attention, various recommendation systems are designed not onl…

Recommendation Systems

Dual Adversarial Variational Embedding for Robust Recommendation

2021-06-30 · Qiaomin Yi, Ning Yang, Philip S. Yu

Robust recommendation aims at capturing true preference of users from noisy data, for which there are two lines of methods have been proposed. One is based on noise injection, and the other is to adopt the generative mod…

Variational Inference

A novel diffusion recommendation algorithm based on multi-scale cnn and residual lstm

2023-12-18 · Yong Niu, Xing Xing, Zhichun Jia, Ruidi Liu 외

Sequential recommendation aims to infer user preferences from historical interaction sequences and predict the next item that users may be interested in the future. The current mainstream design approach is to represent …

DenoisingSequential Recommendation

Distributional Domain-Invariant Preference Matching for Cross-Domain Recommendation

2023-09-04 · Jing Du, Zesheng Ye, Bin Guo, Zhiwen Yu 외

Learning accurate cross-domain preference mappings in the absence of overlapped users/items has presented a persistent challenge in Non-overlapping Cross-domain Recommendation (NOCDR). Despite the efforts made in previou…

Preference Mapping

Dual Contrastive Transformer for Hierarchical Preference Modeling in Sequential Recommendation

2024-10-30 · Chengkai Huang, Shoujin Wang, Xianzhi Wang, Lina Yao

Sequential recommender systems (SRSs) aim to predict the subsequent items which may interest users via comprehensively modeling users' complex preference embedded in the sequence of user-item interactions. However, most …

AttributeContrastive LearningRecommendation SystemsSequential Recommendation