AIDec 22, 2022

Variational Reasoning over Incomplete Knowledge Graphs for Conversational Recommendation

arXiv:2212.11868v256 citationsh-index: 48
Originality Incremental advance
AI Analysis

This work addresses the limitation of incomplete knowledge graphs for conversational recommender systems, offering an incremental improvement by dynamically selecting and restructuring knowledge.

The paper tackles the problem of incomplete and sparse knowledge graphs in conversational recommender systems by proposing VRICR, which uses variational Bayesian methods to dynamically refine knowledge based on dialogue context, resulting in improved recommendation performance as confirmed on two benchmark datasets.

Conversational recommender systems (CRSs) often utilize external knowledge graphs (KGs) to introduce rich semantic information and recommend relevant items through natural language dialogues. However, original KGs employed in existing CRSs are often incomplete and sparse, which limits the reasoning capability in recommendation. Moreover, only few of existing studies exploit the dialogue context to dynamically refine knowledge from KGs for better recommendation. To address the above issues, we propose the Variational Reasoning over Incomplete KGs Conversational Recommender (VRICR). Our key idea is to incorporate the large dialogue corpus naturally accompanied with CRSs to enhance the incomplete KGs; and perform dynamic knowledge reasoning conditioned on the dialogue context. Specifically, we denote the dialogue-specific subgraphs of KGs as latent variables with categorical priors for adaptive knowledge graphs refactor. We propose a variational Bayesian method to approximate posterior distributions over dialogue-specific subgraphs, which not only leverages the dialogue corpus for restructuring missing entity relations but also dynamically selects knowledge based on the dialogue context. Finally, we infuse the dialogue-specific subgraphs to decode the recommendation and responses. We conduct experiments on two benchmark CRSs datasets. Experimental results confirm the effectiveness of our proposed method.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes