paper-with-me

Papers

Recommendations with Negative Feedback via Pairwise Deep Reinforcement Learning

2018-02-19 · Xiangyu Zhao, Liang Zhang, Zhuoye Ding, Long Xia, Jiliang Tang, Dawei Yin

Recommender systems play a crucial role in mitigating the problem of information overload by suggesting users' personalized items or services. The vast majority of traditional recommender systems consider the recommendation procedure as a static process and make recommendations following a fixed strategy. In this paper, we propose a novel recommender system with the capability of continuously improving its strategies during the interactions with users. We model the sequential interactions between users and a recommender system as a Markov Decision Process (MDP) and leverage Reinforcement Learning (RL) to automatically learn the optimal strategies via recommending trial-and-error items and receiving reinforcements of these items from users' feedback. Users' feedback can be positive and negative and both types of feedback have great potentials to boost recommendations. However, the number of negative feedback is much larger than that of positive one; thus incorporating them simultaneously is challenging since positive feedback could be buried by negative one. In this paper, we develop a novel approach to incorporate them into the proposed deep recommender system (DEERS) framework. The experimental results based on real-world e-commerce data demonstrate the effectiveness of the proposed framework. Further experiments have been conducted to understand the importance of both positive and negative feedback in recommendations.

📄 PDF Abstract BibTeX arXiv:1802.06501

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningRecommendation Systemsreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Boosting Feedback Efficiency of Interactive Reinforcement Learning by Adaptive Learning from Scores

2023-07-11 · Shukai Liu, Chenming Wu, Ying Li, Liangjun Zhang

Interactive reinforcement learning has shown promise in learning complex robotic tasks. However, the process can be human-intensive due to the requirement of a large amount of interactive feedback. This paper presents a …

reinforcement-learningReinforcement Learning

As Simple as Fine-tuning: LLM Alignment via Bidirectional Negative Feedback Loss

2024-10-07 · Xin Mao, Feng-Lin Li, Huimin Xu, Wei zhang 외

Direct Preference Optimization (DPO) has emerged as a more computationally efficient alternative to Reinforcement Learning from Human Feedback (RLHF) with Proximal Policy Optimization (PPO), eliminating the need for rewa…

Fairly Adaptive Negative Sampling for Recommendations

2023-02-16 · Xiao Chen, Wenqi Fan, Jingfan Chen, Haochen Liu 외

Pairwise learning strategies are prevalent for optimizing recommendation models on implicit feedback data, which usually learns user preference by discriminating between positive (i.e., clicked by a user) and negative it…

AttributeFairness

Fifty Shades of Ratings: How to Benefit from a Negative Feedback in Top-N Recommendations Tasks

2016-07-14 · Evgeny Frolov, Ivan Oseledets

Conventional collaborative filtering techniques treat a top-n recommendations problem as a task of generating a list of the most relevant items. This formulation, however, disregards an opposite - avoiding recommendation…

Collaborative FilteringRecommendation Systems

Pairwise or Pointwise? Evaluating Feedback Protocols for Bias in LLM-Based Evaluation

2025-04-20 · Tuhina Tripathi, Manya Wadhwa, Greg Durrett, Scott Niekum

Large Language Models (LLMs) are widely used as proxies for human labelers in both training (Reinforcement Learning from AI Feedback) and large-scale response evaluation (LLM-as-a-judge). Alignment and evaluation are cri…