LGMLDec 11, 2017

Predicting Yelp Star Reviews Based on Network Structure with Deep Learning

arXiv:1712.04350v11 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the problem of enhancing recommendation systems for platforms like Yelp by integrating network data, though it is incremental as it builds on existing deep learning and network analysis methods.

The paper tackles predicting Yelp star ratings by combining business and user features with network properties, showing that a mixed approach using deep learning and network information improves prediction accuracy compared to models ignoring these elements.

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 global structure. We demonstrate that taking a mixed approach combining both node-level features and network information can effectively be used to predict Yelp-review star ratings. We evaluate on the Yelp dataset by splitting our data along the time dimension (as would naturally occur in the real-world) and comparing our model against others which do no take advantage of the network structure and/or deep learning.

Code Implementations2 repos
Foundations

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

Your Notes