paper-with-me

Papers

Knowledge-aware attentional neural network for review-based movie recommendation with explanations

2022-09-04 · Neural Computing and Applications 2022 9 · Yun Liu, Jun Miyazaki

In this paper, we propose a knowledge-aware attentional neural network (KANN) for dealing with movie recommendation tasks by extracting knowledge entities from movie reviews and capturing understandable interactions between users and movies at the knowledge level. In most recommendation systems, review information is already widely utilized to uncover the explicit preferences of users for items, especially for domains including movie recommendations, music recommendations, and book recommendations, as reviews are full of knowledge entities relevant to the domain. When processing review information, current methods usually use word embeddings to represent reviews for modeling users and items. As a result, they may split the meaning of a phrase, and thereby induce erroneous predictions. Moreover, most methods capture high-order interactions between users and items after obtaining latent low-dimensional representations, which means they cannot discover understandable interactions or provide knowledge-level explanations. By incorporating knowledge graph representation into movie recommendation tasks, the proposed KANN can not only capture the inner attention among user (movie) reviews but also compute the outer attention values between users and movies before generating corresponding latent vector representations. These characteristics enable the explicit preferences of users for movies to be learned and understood. We test our model on two datasets (IMDb and Amazon) for the movie rating prediction task and the clickthrough rate prediction task and show that it outperforms some of the existing state-of-the-art models and gains outstanding prediction performances in cases with a very small amount of reviews. Furthermore, we demonstrate the high explainability of the proposed KANN by visualizing the interaction between users and movies through a case study. Our results and analyses highlight the relatively high effectiveness and reliability of KANN for movie recommendation tasks.

📄 PDF Abstract BibTeX

Code (1)

liuyuncoder/KANN tf

Tasks

Movie RecommendationRecommendation SystemsWord Embeddings

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Construction of Hierarchical Structured Knowledge-based Recommendation Dialogue Dataset and Dialogue System

2022-05-01 · dialdoc (ACL) 2022 5 · Takashi Kodama, Ribeka Tanaka, Sadao Kurohashi

We work on a recommendation dialogue system to help a user understand the appealing points of some target (e.g., a movie). In such dialogues, the recommendation system needs to utilize structured external knowledge to ma…

Movie Recommendation

GPT as a Baseline for Recommendation Explanation Texts

2023-09-16 · Joyce Zhou, Thorsten Joachims

In this work, we establish a baseline potential for how modern model-generated text explanations of movie recommendations may help users, and explore what different components of these text explanations that users like o…

Knowledge-aware Neural Collective Matrix Factorization for Cross-domain Recommendation

2022-06-27 · Li Zhang, Yan Ge, Jun Ma, Jianmo Ni 외

Cross-domain recommendation (CDR) can help customers find more satisfying items in different domains. Existing CDR models mainly use common users or mapping functions as bridges between domains but have very limited expl…

General Knowledge

Jointly Learning Propagating Features on the Knowledge Graph for Movie Recommendation

2022-08-22 · Database and Expert Systems Applications 2022 8 · Yun Liu, Jun Miyazaki, Qiong Chang

Knowledge graphs are widely used as auxiliary information to improve the performance in recommender systems. This enables items to be aligned with knowledge entities and provides additional item attributes to facilitate …

Knowledge Graph EmbeddingsKnowledge GraphsMovie RecommendationRecommendation Systems

Movie Recommendation System using Composite Ranking

2022-11-30 · Irish Mehta, Aashal Kamdar

In today's world, abundant digital content like e-books, movies, videos and articles are available for consumption. It is daunting to review everything accessible and decide what to watch next. Consequently, digital medi…

ArticlesCollaborative FilteringMovie RecommendationRecommendation Systems