paper-with-me

Papers

Contrastive Representation for Interactive Recommendation

2024-12-24 · Jingyu Li, Zhiyong Feng, Dongxiao He, Hongqi Chen, Qinghang Gao, Guoli Wu

Interactive Recommendation (IR) has gained significant attention recently for its capability to quickly capture dynamic interest and optimize both short and long term objectives. IR agents are typically implemented through Deep Reinforcement Learning (DRL), because DRL is inherently compatible with the dynamic nature of IR. However, DRL is currently not perfect for IR. Due to the large action space and sample inefficiency problem, training DRL recommender agents is challenging. The key point is that useful features cannot be extracted as high-quality representations for the recommender agent to optimize its policy. To tackle this problem, we propose Contrastive Representation for Interactive Recommendation (CRIR). CRIR efficiently extracts latent, high-level preference ranking features from explicit interaction, and leverages the features to enhance users' representation. Specifically, the CRIR provides representation through one representation network, and refines it through our proposed Preference Ranking Contrastive Learning (PRCL). The key insight of PRCL is that it can perform contrastive learning without relying on computations involving high-level representations or large potential action sets. Furthermore, we also propose a data exploiting mechanism and an agent training mechanism to better adapt CRIR to the DRL backbone. Extensive experiments have been carried out to show our method's superior improvement on the sample efficiency while training an DRL-based IR agent.

📄 PDF Abstract BibTeX arXiv:2412.18396

Code (1)

httpwww404notfound/CRIR 공식 구현 pytorch

Tasks

Contrastive LearningDeep Reinforcement LearningInteractive RecommendationRecommendation Systems

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Improving Knowledge-aware Recommendation with Multi-level Interactive Contrastive Learning

2022-08-22 · Ding Zou, Wei Wei, Ziyang Wang, Xian-Ling Mao 외

Incorporating Knowledge Graphs (KG) into recommeder system has attracted considerable attention. Recently, the technical trend of Knowledge-aware Recommendation (KGR) is to develop end-to-end models based on graph neural…

Contrastive LearningKnowledge-Aware RecommendationKnowledge GraphsRepresentation Learning+1

Contrastive Learning Method for Sequential Recommendation based on Multi-Intention Disentanglement

2024-04-28 · Zeyu Hu, Yuzhi Xiao, Tao Huang, Xuanrong Huo

Sequential recommendation is one of the important branches of recommender system, aiming to achieve personalized recommended items for the future through the analysis and prediction of users' ordered historical interacti…

Contrastive LearningDisentanglementRecommendation SystemsSequential Recommendation

Debiased Model-based Interactive Recommendation

2024-02-24 · Zijian Li, Ruichu Cai, Haiqin Huang, Sili Zhang 외

Existing model-based interactive recommendation systems are trained by querying a world model to capture the user preference, but learning the world model from historical logged data will easily suffer from bias issues s…

Contrastive LearningInteractive RecommendationmodelRecommendation Systems

Knowledge Enhancement for Contrastive Multi-Behavior Recommendation

2023-01-13 · Hongrui Xuan, Yi Liu, Bohan Li, Hongzhi Yin

A well-designed recommender system can accurately capture the attributes of users and items, reflecting the unique preferences of individuals. Traditional recommendation techniques usually focus on modeling the singular …

Contrastive LearningRecommendation SystemsTAG

Supervised Contrastive Learning for Recommendation

2022-01-10 · Chun Yang

In this work, we aim to consider the application of contrastive learning in the scenario of the recommendation system adequately, making it more suitable for recommendation task. We propose a learning paradigm called sup…

Collaborative FilteringContrastive LearningSelf-Supervised Learning