ReviewGraph: A Knowledge Graph Embedding Based Framework for Review Rating Prediction with Sentiment Features
A.J.W. de Vink, Natalia Amat-Lefort, Lifeng Han

TL;DR
ReviewGraph is a novel framework that converts customer reviews into knowledge graphs with sentiment features, enabling effective review rating prediction with comparable accuracy to large language models but at lower computational cost and with added interpretability.
Contribution
The paper introduces ReviewGraph, a new graph-based approach for review rating prediction that combines knowledge graph embedding and sentiment analysis, improving interpretability and efficiency.
Findings
Performs similarly to LLMs in rating prediction accuracy.
Outperforms traditional NLP baselines on agreement metrics.
Offers enhanced interpretability and visual exploration capabilities.
Abstract
In the hospitality industry, understanding the factors that drive customer review ratings is critical for improving guest satisfaction and business performance. This work proposes ReviewGraph for Review Rating Prediction (RRP), a novel framework that transforms textual customer reviews into knowledge graphs by extracting (subject, predicate, object) triples and associating sentiment scores. Using graph embeddings (Node2Vec) and sentiment features, the framework predicts review rating scores through machine learning classifiers. We compare ReviewGraph performance with traditional NLP baselines (such as Bag of Words, TF-IDF, and Word2Vec) and large language models (LLMs), evaluating them in the HotelRec dataset. In comparison to the state of the art literature, our proposed model performs similar to their best performing model but with lower computational cost (without ensemble). While…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSentiment Analysis and Opinion Mining
