Claim Missing Document
Check
Articles

Found 1 Documents
Search
Journal : Jurnal Teknik Informatika (JUTIF)

SENTIMENT ANALYSIS FOR E-COMMERCE PRODUCT REVIEWS BASED ON FEATURE FUSION AND BIDIRECTIONAL LONG SHORT-TERM MEMORY Akbar, Habibullah; Aryani, Diah; Mohammed Al-shammari, Marwan Kadhim; Ulum, M. Bahrul
Jurnal Teknik Informatika (Jutif) Vol. 5 No. 5 (2024): JUTIF Volume 5, Number 5, Oktober 2024
Publisher : Informatika, Universitas Jenderal Soedirman

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.52436/1.jutif.2024.5.5.2675

Abstract

E-commerce platforms would benefit from performing sentiment analysis of their customer's feedback. However, the vast amount of transaction data makes manual sentiment analysis of product reviews impractical. This research proposes an approach to automatically classify the sentiment of a given product review based on three major steps: data preprocessing, text representation, and classification model development. First, review data is cleaned to remove ambiguity and non-meaningful elements. Second, Word2Vec and GloVe features are combined to represent the words in a more unified vector space. Lastly, these combined features are classified to determine sentiment polarity using the Bidirectional Long Short-Term Memory Network (BiLSTM) model. The test results demonstrate that the proposed BiLSTM model achieves 91% uniform performance for all four metrics (accuracy, precision, recall, and F1-score), which is 3% higher than the results achieved by the standard LSTM model. Moreover, the BiLSTM model requires 9.91 seconds less training computation time than the LSTM.