Predicting Yelp Star Reviews Based on Network Structure with Deep Learning
Luis Perez

TL;DR
This paper presents a novel approach combining deep learning with network structure to predict Yelp star reviews, demonstrating improved accuracy over models that ignore network information.
Contribution
It introduces a mixed model leveraging both node features and network structure for star review prediction, a novel combination in this context.
Findings
Deep learning models outperform traditional methods.
Incorporating network structure improves prediction accuracy.
The approach is validated on real Yelp data.
Abstract
In this paper, we tackle the real-world problem of predicting Yelp star-review rating based on business features (such as images, descriptions), user features (average previous ratings), and, of particular interest, network properties (which businesses has a user rated before). We compare multiple models on different sets of features -- from simple linear regression on network features only to deep learning models on network and item features. In recent years, breakthroughs in deep learning have led to increased accuracy in common supervised learning tasks, such as image classification, captioning, and language understanding. However, the idea of combining deep learning with network feature and structure appears to be novel. While the problem of predicting future interactions in a network has been studied at length, these approaches have often ignored either node-specific data or…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Complex Network Analysis Techniques · Advanced Graph Neural Networks
MethodsLinear Regression
