Giter Club home page Giter Club logo

opinion-mining's Introduction

Yelp Summarization Miner (YUMM)

Yelp Summarization Miner (or YUMM) is an automated system that uses machine learning and natural language processing to generate a digestable, human-understandable, and browsable summary of the opinions expressed in a corpus of Yelp reviews about a particular restaurant. YUMM's summary aims to provide the user with an at-a-glance understanding of a restaurant's features (or aspects) as well as reviewers' attitudes towards these features.

You can check out a demo of YUMM online here. If that's not your style, here's a screenshot of YUMM in action (for a restaurant called Zinburger):

YUMM generates a summary of this form in a completely automated fashion from the raw text (and metadata) of Yelp reviews about a restaurant. The items in blue at the top are the "aspects" that YUMM has extracted from the reviews ("service", "food", "sweet potato frieds" etc.). These are the salient features of the restaurant that reviewers often comment on.

When one of the aspects is selected, YUMM displays a summary of reviewers' attitudes towards the aspect. The Positive/Negative bar (see screenshot) displays the overall balance of sentiment that YUMM uncovered in the data with respect to the chosen aspect. YUMM also provides supporting evidence in the form of snippets from reviews.

Code Overview

If you are interested in exploring YUMM's code, the main directories of interest are ./classes, which contains the code for YUMM's primary summary-generation pipeline, and ./modeling, which contains the code for training/optimizing the machine learning models that currently power YUMM.

References

The problem of automatic review summarization has been addressed in academic literature. See especially:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.