paper-with-me

홈 › Papers

ResAct: Reinforcing Long-term Engagement in Sequential Recommendation with Residual Actor

2022-06-01 · Wanqi Xue, Qingpeng Cai, Ruohan Zhan, Dong Zheng, Peng Jiang, Kun Gai, Bo An

Long-term engagement is preferred over immediate engagement in sequential recommendation as it directly affects product operational metrics such as daily active users (DAUs) and dwell time. Meanwhile, reinforcement learning (RL) is widely regarded as a promising framework for optimizing long-term engagement in sequential recommendation. However, due to expensive online interactions, it is very difficult for RL algorithms to perform state-action value estimation, exploration and feature extraction when optimizing long-term engagement. In this paper, we propose ResAct which seeks a policy that is close to, but better than, the online-serving policy. In this way, we can collect sufficient data near the learned policy so that state-action values can be properly estimated, and there is no need to perform online exploration. ResAct optimizes the policy by first reconstructing the online behaviors and then improving it via a Residual Actor. To extract long-term information, ResAct utilizes two information-theoretical regularizers to confirm the expressiveness and conciseness of features. We conduct experiments on a benchmark dataset and a large-scale industrial dataset which consists of tens of millions of recommendation requests. Experimental results show that our method significantly outperforms the state-of-the-art baselines in various long-term engagement optimization tasks.

📄 PDF Abstract BibTeX arXiv:2206.02620

Code (1)

chongminggao/easyrl4rec pytorch

Tasks

Reinforcement Learning (RL)Sequential Recommendation

Similar Papers 제목 키워드 기반

PrefRec: Recommender Systems with Human Preferences for Reinforcing Long-term User Engagement

2022-12-06 · Wanqi Xue, Qingpeng Cai, Zhenghai Xue, Shuo Sun 외

Current advances in recommender systems have been remarkably successful in optimizing immediate engagement. However, long-term user engagement, a more desirable performance metric, remains difficult to improve. Meanwhile…

Recommendation SystemsReinforcement Learning (RL)

Bag of States: A Non-sequential Approach to Video-based Engagement Measurement

2023-01-17 · Ali Abedi, Chinchu Thomas, Dinesh Babu Jayagopi, Shehroz S. Khan

Automatic measurement of student engagement provides helpful information for instructors to meet learning program objectives and individualize program delivery. Students' behavioral and emotional states need to be analyz…

On Modeling Long-Term User Engagement from Stochastic Feedback

2023-02-13 · Guoxi Zhang, Xing Yao, Xuanji Xiao

An ultimate goal of recommender systems (RS) is to improve user engagement. Reinforcement learning (RL) is a promising paradigm for this goal, as it directly optimizes overall performance of sequential recommendation. Ho…

Recommendation SystemsReinforcement Learning (RL)Sequential Recommendation

Modeling Political Discourse with Sentence-BERT and BERTopic

2025-10-27 · Margarida Mendonca, Alvaro Figueira arxiv

Social media has reshaped political discourse, offering politicians a platform for direct engagement while reinforcing polarization and ideological divides. This study introduces a novel topic evolution framework that in…

PinnerFormer: Sequence Modeling for User Representation at Pinterest

2022-05-09 · Nikil Pancha, Andrew Zhai, Jure Leskovec, Charles Rosenberg

Sequential models have become increasingly popular in powering personalized recommendation systems over the past several years. These approaches traditionally model a user's actions on a website as a sequence to predict …

Recommendation Systems