Skip to content

This repository contains code for aspect-based sentiment analysis for the "restaurant" domain. Ref. paper:

Notifications You must be signed in to change notification settings

Priyansh2/Abstract-Based-Sentiment-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

275f1de · Jul 4, 2021

History

12 Commits
Dec 28, 2018
Dec 9, 2018
Dec 9, 2018
Dec 14, 2018
Jul 4, 2021
Dec 9, 2018
Dec 9, 2018
Dec 9, 2018
Dec 9, 2018
Dec 9, 2018
Dec 9, 2018
Dec 28, 2018

Repository files navigation

About

This repository contains code for aspect-based sentiment analysis (ABSA) for the "restaurant" domain. The task is to find the sentiment polarity (positive, negative, neutral) of a given sentence corresponding to the aspect term. For instance, consider the review:- "The appetizers are ok, but the service is slow". This review/sentence has 'positive' polarity for aspect 'taste '. The polarity is 'negative' for aspect 'service.'

Note:

The word2vec and glove are excluded from the repository and have to be download separately. baseline.ipynb uses word2vec and glove word-embeddings.

TODO:

  1. Experiment with different word-embeddings approaches.
  2. Experiment with architectures such as Hierarchical Attention models using Bi-GRUs, CNNs.
  3. Experiment on different standard datasets in aspect-based sentiment analysis such as "laptop customer reviews".

About

This repository contains code for aspect-based sentiment analysis for the "restaurant" domain. Ref. paper:

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published