CLAug 19, 2025

ReviewGraph: A Knowledge Graph Embedding Based Framework for Review Rating Prediction with Sentiment Features

arXiv:2508.13953v21 citationsh-index: 4Has Code2025 IEEE International Conference on Knowledge Graph (ICKG)
Originality Incremental advance
AI Analysis

This work addresses review rating prediction for businesses in the hospitality industry, offering an incremental improvement through a graph-based approach that enhances interpretability and reduces computational overhead.

The authors tackled the problem of predicting customer review ratings in the hospitality industry by proposing ReviewGraph, a framework that transforms reviews into knowledge graphs with sentiment features and uses graph embeddings for prediction. The result showed comparable performance to state-of-the-art models like LLMs, with lower computational cost and better interpretability, as evidenced by outperforming baselines on metrics such as Cohen's Kappa.

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 ReviewGraph achieves comparable predictive performance to LLMs and outperforms baselines on agreement-based metrics such as Cohen's Kappa, it offers additional advantages in interpretability, visual exploration, and potential integration into Retrieval-Augmented Generation (RAG) systems. This work highlights the potential of graph-based representations for enhancing review analytics and lays the groundwork for future research integrating advanced graph neural networks and fine-tuned LLM-based extraction methods. We will share ReviewGraph output and platform open-sourced on our GitHub page https://github.com/aaronlifenghan/ReviewGraph

Foundations

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

Your Notes