paper-with-me

Papers

Improving Long-Term Metrics in Recommendation Systems using Short-Horizon Reinforcement Learning

2021-06-01 · Bogdan Mazoure, Paul Mineiro, Pavithra Srinath, Reza Sharifi Sedeh, Doina Precup, Adith Swaminathan

We study session-based recommendation scenarios where we want to recommend items to users during sequential interactions to improve their long-term utility. Optimizing a long-term metric is challenging because the learning signal (whether the recommendations achieved their desired goals) is delayed and confounded by other user interactions with the system. Targeting immediately measurable proxies such as clicks can lead to suboptimal recommendations due to misalignment with the long-term metric. We develop a new reinforcement learning algorithm called Short Horizon Policy Improvement (SHPI) that approximates policy-induced drift in user behavior across sessions. SHPI is a straightforward modification of episodic RL algorithms for session-based recommendation, that additionally gives an appropriate termination bonus in each session. Empirical results on four recommendation tasks show that SHPI can outperform state-of-the-art recommendation techniques like matrix factorization with offline proxy signals, bandits with myopic online proxies, and RL baselines with limited amounts of user interaction.

📄 PDF Abstract BibTeX arXiv:2106.00589

Code (0)

등록된 구현이 없습니다.

Tasks

Offline RLRecommendation Systemsreinforcement-learningReinforcement Learning (RL)Session-Based Recommendations

Similar Papers 제목 키워드 기반

From Clicks to Conversions: Recommendation for long-term reward

2020-09-01 · Philomène Chagniot, Flavian vasile, David Rohde

Recommender systems are often optimised for short-term reward: a recommendation is considered successful if a reward (e.g. a click) can be observed immediately after the recommendation. The advantage of this framework is…

Recommendation Systems

Long Short-Term Planning for Conversational Recommendation Systems

2023-10-23 · Xian Li, Hongguang Shi, Yunfei Wang, Yeqin Zhang 외

In Conversational Recommendation Systems (CRS), the central question is how the conversational agent can naturally ask for user preferences and provide suitable recommendations. Existing works mainly follow the hierarchi…

AttributeConversational RecommendationRecommendation Systems

Memory Augmented Graph Neural Networks for Sequential Recommendation

2019-12-26 · Chen Ma, Liheng Ma, Yingxue Zhang, Jianing Sun 외

The chronological order of user-item interactions can reveal time-evolving and sequential user behaviors in many recommender systems. The items that users will interact with may depend on the items accessed in the past. …

Graph Neural NetworkRecommendation SystemsSequential Recommendation

Recurrent Neural Networks for Long and Short-Term Sequential Recommendation

2018-07-23 · Kiewan Villatel, Elena Smirnova, Jérémie Mary, Philippe Preux

Recommender systems objectives can be broadly characterized as modeling user preferences over short-or long-term time horizon. A large body of previous research studied long-term recommendation through dimensionality red…

Dimensionality ReductionRecommendation SystemsSequential RecommendationSession-Based Recommendations

Leaping Through Time with Gradient-based Adaptation for Recommendation

2021-12-11 · Nuttapong Chairatanakul, Hoang NT, Xin Liu, Tsuyoshi Murata

Modern recommender systems are required to adapt to the change in user preferences and item popularity. Such a problem is known as the temporal dynamics problem, and it is one of the main challenges in recommender system…

Meta-LearningRecommendation Systems