paper-with-me

Papers

Knowledge Graph-enhanced Sampling for Conversational Recommender System

2021-10-13 · Mengyuan Zhao, Xiaowen Huang, Lixi Zhu, Jitao Sang, Jian Yu

The traditional recommendation systems mainly use offline user data to train offline models, and then recommend items for online users, thus suffering from the unreliable estimation of user preferences based on sparse and noisy historical data. Conversational Recommendation System (CRS) uses the interactive form of the dialogue systems to solve the intrinsic problems of traditional recommendation systems. However, due to the lack of contextual information modeling, the existing CRS models are unable to deal with the exploitation and exploration (E&E) problem well, resulting in the heavy burden on users. To address the aforementioned issue, this work proposes a contextual information enhancement model tailored for CRS, called Knowledge Graph-enhanced Sampling (KGenSam). KGenSam integrates the dynamic graph of user interaction data with the external knowledge into one heterogeneous Knowledge Graph (KG) as the contextual information environment. Then, two samplers are designed to enhance knowledge by sampling fuzzy samples with high uncertainty for obtaining user preferences and reliable negative samples for updating recommender to achieve efficient acquisition of user preferences and model updating, and thus provide a powerful solution for CRS to deal with E&E problem. Experimental results on two real-world datasets demonstrate the superiority of KGenSam with significant improvements over state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2110.06637

Code (1)

orzisemoji/kgensam 공식 구현 pytorch

Tasks

Conversational RecommendationRecommendation Systems

Similar Papers 제목 키워드 기반

Knowledge Graphs and Pre-trained Language Models enhanced Representation Learning for Conversational Recommender Systems

2023-12-18 · Zhangchi Qiu, Ye Tao, Shirui Pan, Alan Wee-Chung Liew

Conversational recommender systems (CRS) utilize natural language interactions and dialogue history to infer user preferences and provide accurate recommendations. Due to the limited conversation context and background k…

Knowledge GraphsLanguage ModelingLanguage ModellingRecommendation Systems+2

Improving Conversational Recommender Systems via Knowledge Graph based Semantic Fusion

2020-07-08 · Kun Zhou, Wayne Xin Zhao, Shuqing Bian, Yuanhang Zhou 외

Conversational recommender systems (CRS) aim to recommend high-quality items to users through interactive conversations. Although several efforts have been made for CRS, two major issues still remain to be solved. First,…

Knowledge GraphsRecommendation SystemsText Generation

Knowledge-Enhanced Conversational Recommendation via Transformer-based Sequential Modelling

2024-12-03 · Jie Zou, Aixin Sun, Cheng Long, Evangelos Kanoulas

In conversational recommender systems (CRSs), conversations usually involve a set of items and item-related entities or attributes, e.g., director is a related entity of a movie. These items and item-related entities are…

Conversational RecommendationKnowledge GraphsRecommendation Systems

Explicit Knowledge Graph Reasoning for Conversational Recommendation

2023-05-01 · Xuhui Ren, Tong Chen, Quoc Viet Hung Nguyen, Lizhen Cui 외

Traditional recommender systems estimate user preference on items purely based on historical interaction records, thus failing to capture fine-grained yet dynamic user interests and letting users receive recommendation o…

AttributeConversational RecommendationRecommendation Systems

Reinforced Negative Sampling over Knowledge Graph for Recommendation

2020-03-12 · Xiang Wang, Yaokun Xu, Xiangnan He, Yixin Cao 외

Properly handling missing data is a fundamental challenge in recommendation. Most present works perform negative sampling from unobserved data to supply the training of recommender models with negative signals. Neverthel…

Reinforcement Learning