Review Analysis Tool avatar
Review Analysis Tool
Deprecated
View all Actors
This Actor is deprecated

This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?

See alternative Actors
Review Analysis Tool

Review Analysis Tool

ilya2108/reviewsanalysis

This actor is a service that analyses the review and shares some important insights: * if the review is fake or no * review's polarity * keywords (or tags) * summary that can decease the review size up to 2 times with no meaning loss The model is based on dataset of reviews from Amazon (11GB)

Reviews Analysis Model

This repository is dedicated to the Reviews Analysis model.

Contents

Description

The current model shows several insights about the review:

  • Decision whether review is fake or not
  • Review polarity
  • List of Keywords (in the model it's called tags)
  • Review summarization. That would decrease amount up to 2 times of sentences without meaning loss

Dataset

The dataset and approach that we've used is based on studies of University of Illinois Chicago (UIC). This model includes review content only signals of reviews' fakeness.

Briefly explaining, there're several main points to consider:

  • Lexical features such as word n-grams, part-of-speech n-grams, and other lexical attributes
  • Content and style similarity of reviews from different reviewers
  • Semantic inconsistency (we have never used this kind of features). For example, a reviewer wrote "My wife and I bought this car ..." in one review and then in another review he/she wrote "My husband really love ..." (I heard this example from a friend in a company which actively detects fake reviews).

The dataset we've used is a dataset of Amazon's products and their reviews with the mark if it's fake or no. It was provided by Liu, Bing (liub@uic.edu) for personal research purpose. The dataset is not included for privacy reasons upon the dataset's owner request.

Developer
Maintained by Community