pith. sign in

arxiv: 2009.05720 · v1 · pith:PKKFU6OOnew · submitted 2020-09-12 · 💻 cs.CL · cs.AI

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

classification 💻 cs.CL cs.AI
keywords sentimentbi-lstmvectordocumentindonesianparagraphphrasesanalysis
0
0 comments X
read the original abstract

Bidirectional Long Short-Term Memory Network (Bi-LSTM) has shown promising performance in sentiment classification task. It processes inputs as sequence of information. Due to this behavior, sentiment predictions by Bi-LSTM were influenced by words sequence and the first or last phrases of the texts tend to have stronger features than other phrases. Meanwhile, in the problem scope of Indonesian sentiment analysis, phrases that express the sentiment of a document might not appear in the first or last part of the document that can lead to incorrect sentiment classification. To this end, we propose the using of an existing document representation method called paragraph vector as additional input features for Bi-LSTM. This vector provides information context of the document for each sequence processing. The paragraph vector is simply concatenated to each word vector of the document. This representation also helps to differentiate ambiguous Indonesian words. Bi-LSTM and paragraph vector were previously used as separate methods. Combining the two methods has shown a significant performance improvement of Indonesian sentiment analysis model. Several case studies on testing data showed that the proposed method can handle the sentiment phrases position problem encountered by Bi-LSTM.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Sentiment Analysis of Indonesian Spotify Reviews Using Machine Learning and BiLSTM

    cs.CL 2026-05 unverdicted novelty 2.0

    BiLSTM achieves the highest weighted F1-score for three-class sentiment classification of Indonesian Spotify reviews while Decision Tree with SMOTE delivers more balanced performance across classes.