scispace - formally typeset
Proceedings ArticleDOI

Aspect Detection and Sentiment Classification Using Deep Neural Network for Indonesian Aspect-Based Sentiment Analysis

TLDR
The authors' models generalize well over all aspects and achieve state-of-the-art performance on 4 out of 7 aspects compared to the baseline framework.
Abstract
Sentiment analysis can categorize an overall opinion from a sentence or a document. However, there are sentences with more than one opinion in a single sentence statement. This problem is solved by aspect-based sentiment analysis. We conduct experiments on this problem using Indonesian dataset with 2-step process: aspect detection and sentiment classification. On aspect detection, we compare two deep neural network models with different input vector and topology: word embedding vector which is processed using gated recurrent unit (GRU), and bag-of-words vector which is processed using fully-connected layer. On sentiment classification, we also compare two approaches of deep neural network. The first approach uses word embedding, sentiment lexicon and POS tags as the input vector, with bi-GRU based as the topology. The second one uses aspect matrix to rescale the word embedding vector as the input vector and convolutional neural network (CNN)based as the topology. Our work is compared to a baseline framework which uses different model for each aspect. The dataset has approximately 9800 reviews collected from various categories on popular online marketplaces in Indonesia. Our models generalize well over all aspects and achieve state-of-the-art performance on 4 out of 7 aspects compared to the baseline framework.

read more

Citations
More filters
Posted Content

IndoNLU: Benchmark and Resources for Evaluating Indonesian Natural Language Understanding

TL;DR: The first-ever vast resource for training, evaluation, and benchmarking on Indonesian natural language understanding (IndoNLU) tasks is introduced, releasing baseline models for all twelve tasks, as well as the framework for benchmark evaluation, thus enabling everyone to benchmark their system performances.
Journal ArticleDOI

A Comparison of Natural Language Understanding Platforms for Chatbots in Software Engineering

TL;DR: In this paper, the authors evaluate four of the most commonly used NLUs, namely IBM Watson, Google Dialogflow, Rasa, and Microsoft LUIS, to determine the best NLU for software engineering chatbots.
Proceedings ArticleDOI

Improving Bi-LSTM Performance for Indonesian Sentiment Analysis Using Paragraph Vector

TL;DR: This work proposes the using of an existing document representation method called paragraph vector as additional input features for Bi-LSTM, and shows that the proposed method can handle the sentiment phrases position problem encountered by Bi- LSTM.
Journal ArticleDOI

A Survey on Aspect-Based Sentiment Classification

TL;DR: A survey of the state-of-the-art aspect-based sentiment classification (ABSC) models can be found in this article , where a taxonomy is proposed that categorizes the ABSC models into three major categories: knowledge-based, machine learning and hybrid models.
Journal ArticleDOI

RETRACTED ARTICLE: Integrated CNN- and LSTM-DNN-based sentiment analysis over big social data for opinion mining

TL;DR: The interactive and real-time characteristics of gathering public opinion through the process of investigating big social data have gained more popularity and attention from the recent past.
References
More filters
Journal ArticleDOI

Long short-term memory

TL;DR: A novel, efficient, gradient based method called long short-term memory (LSTM) is introduced, which can learn to bridge minimal time lags in excess of 1000 discrete-time steps by enforcing constant error flow through constant error carousels within special units.
Proceedings Article

Distributed Representations of Words and Phrases and their Compositionality

TL;DR: This paper presents a simple method for finding phrases in text, and shows that learning good vector representations for millions of phrases is possible and describes a simple alternative to the hierarchical softmax called negative sampling.
Proceedings ArticleDOI

Learning Phrase Representations using RNN Encoder--Decoder for Statistical Machine Translation

TL;DR: In this paper, the encoder and decoder of the RNN Encoder-Decoder model are jointly trained to maximize the conditional probability of a target sequence given a source sequence.
Posted Content

Distributed Representations of Words and Phrases and their Compositionality

TL;DR: In this paper, the Skip-gram model is used to learn high-quality distributed vector representations that capture a large number of precise syntactic and semantic word relationships and improve both the quality of the vectors and the training speed.
Proceedings ArticleDOI

Convolutional Neural Networks for Sentence Classification

TL;DR: The CNN models discussed herein improve upon the state of the art on 4 out of 7 tasks, which include sentiment analysis and question classification, and are proposed to allow for the use of both task-specific and static vectors.
Related Papers (5)