paper-with-me

Papers

Robust Recommendation with Implicit Feedback via Eliminating the Effects of Unexpected Behaviors

2021-12-21 · Jie Chen, Lifen Jiang, Chunmei Ma, Huazhi Sun

In the implicit feedback recommendation, incorporating short-term preference into recommender systems has attracted increasing attention in recent years. However, unexpected behaviors in historical interactions like clicking some items by accident don't well reflect users' inherent preferences. Existing studies fail to model the effects of unexpected behaviors, thus achieve inferior recommendation performance. In this paper, we propose a Multi-Preferences Model (MPM) to eliminate the effects of unexpected behaviors. MPM first extracts the users' instant preferences from their recent historical interactions by a fine-grained preference module. Then an unexpected-behaviors detector is trained to judge whether these instant preferences are biased by unexpected behaviors. We also integrate user's general preference in MPM. Finally, an output module is performed to eliminate the effects of unexpected behaviors and integrates all the information to make a final recommendation. We conduct extensive experiments on two datasets of a movie and an e-retailing, demonstrating significant improvements in our model over the state-of-the-art methods. The experimental results show that MPM gets a massive improvement in HR@10 and NDCG@10, which relatively increased by 3.643% and 4.107% compare with AttRec model on average. We publish our code at https://github.com/chenjie04/MPM/.

📄 PDF Abstract BibTeX arXiv:2112.11023

Code (1)

chenjie04/mpm 공식 구현 pytorch

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

Positive, Negative and Neutral: Modeling Implicit Feedback in Session-based News Recommendation

2022-05-12 · Shansan Gong, Kenny Q. Zhu

News recommendation for anonymous readers is a useful but challenging task for many news portals, where interactions between readers and articles are limited within a temporary login session. Previous works tend to formu…

ArticlesNews RecommendationSession-Based Recommendations

Efficient Bi-Level Optimization for Recommendation Denoising

2022-10-19 · Zongwei Wang, Min Gao, Wentao Li, Junliang Yu 외

The acquisition of explicit user feedback (e.g., ratings) in real-world recommender systems is often hindered by the need for active user involvement. To mitigate this issue, implicit feedback (e.g., clicks) generated du…

Data AugmentationDenoisingRecommendation Systems

Denoising Neural Network for News Recommendation with Positive and Negative Implicit Feedback

2022-04-09 · Findings (NAACL) 2022 7 · Yunfan Hu, Zhaopeng Qiu, Xian Wu

News recommendation is different from movie or e-commercial recommendation as people usually do not grade the news. Therefore, user feedback for news is always implicit (click behavior, reading time, etc). Inevitably, th…

DenoisingNews Recommendation

The Diversity Paradox revisited: Systemic Effects of Feedback Loops in Recommender Systems

2026-02-18 · Gabriele Barlacchi, Margherita Lalli, Emanuele Ferragina, Fosca Giannotti 외 arxiv

Recommender systems shape individual choices through feedback loops in which user behavior and algorithmic recommendations coevolve over time. The systemic effects of these loops remain poorly understood, in part due to …

Contextual Bandit with Herding Effects: Algorithms and Recommendation Applications

2024-08-26 · Luyue Xu, Liming Wang, Hong Xie, Mingqiang Zhou

Contextual bandits serve as a fundamental algorithmic framework for optimizing recommendation decisions online. Though extensive attention has been paid to tailoring contextual bandits for recommendation applications, th…

Multi-Armed BanditsThompson Sampling