paper-with-me

홈 › Papers

Curriculum Disentangled Recommendation with Noisy Multi-feedback

2021-12-01 · NeurIPS 2021 12 · Hong Chen, Yudong Chen, Xin Wang, Ruobing Xie, Rui Wang, Feng Xia, Wenwu Zhu

Learning disentangled representations for user intentions from multi-feedback (i.e., positive and negative feedback) can enhance the accuracy and explainability of recommendation algorithms. However, learning such disentangled representations from multi-feedback data is challenging because i) multi-feedback is complex: there exist complex relations among different types of feedback (e.g., click, unclick, and dislike, etc) as well as various user intentions, and ii) multi-feedback is noisy: there exists noisy (useless) information both in features and labels, which may deteriorate the recommendation performance. Existing works on disentangled representation learning only focus on positive feedback, failing to handle the complex relations and noise hidden in multi-feedback data. To solve this problem, in this work we propose a Curriculum Disentangled Recommendation (CDR) model that is capable of efficiently learning disentangled representations from complex and noisy multi-feedback for better recommendation. Concretely, we design a co-filtering dynamic routing mechanism that simultaneously captures the complex relations among different behavioral feedback and user intentions as well as denoise the representations in the feature level. We then present an adjustable self-evaluating curriculum that is able to evaluate sample difficulties for better model training and conduct denoising in the label level via disregarding useless information. Our extensive experiments on several real-world datasets demonstrate that the proposed CDR model can significantly outperform several state-of-the-art methods in terms of recommendation accuracy.

📄 PDF Abstract BibTeX

Code (1)

forchchch/cdr 공식 구현 tf

Tasks

DenoisingRepresentation Learning

Similar Papers 제목 키워드 기반

Automated Data Denoising for Recommendation

2023-05-11 · Yingqiang Ge, Mostafa Rahmani, Athirai Irissappane, Jose Sepulveda 외

In real-world scenarios, most platforms collect both large-scale, naturally noisy implicit feedback and small-scale yet highly relevant explicit feedback. Due to the issue of data sparsity, implicit feedback is often the…

DenoisingRecommendation Systems

Feature-aware Diversified Re-ranking with Disentangled Representations for Relevant Recommendation

2022-06-10 · Zihan Lin, Hui Wang, Jingshu Mao, Wayne Xin Zhao 외

Relevant recommendation is a special recommendation scenario which provides relevant items when users express interests on one target item (e.g., click, like and purchase). Besides considering the relevance between recom…

DisentanglementDiversityRe-Ranking

Denoising Implicit Feedback for Recommendation

2020-06-07 · Wenjie Wang, Fuli Feng, Xiangnan He, Liqiang Nie 외

The ubiquity of implicit feedback makes them the default choice to build online recommender systems. While the large volume of implicit feedback alleviates the data sparsity issue, the downside is that they are not as cl…

DenoisingRecommendation Systems

Robust Collaborative Learning with Noisy Labels

2020-12-26 · Mengying Sun, Jing Xing, Bin Chen, Jiayu Zhou

Learning with curriculum has shown great effectiveness in tasks where the data contains noisy (corrupted) labels, since the curriculum can be used to re-weight or filter out noisy samples via proper design. However, obta…

Learning with noisy labelsSelection bias

Evaluating Music Recommendations with Binary Feedback for Multiple Stakeholders

2021-09-16 · SASHA STOIKOV, Hongyi Wen

High quality user feedback data is essential to training and evaluating a successful music recommendation system, particularly one that has to balance the needs of multiple stakeholders. Most existing music datasets suff…

Music Recommendation