Advancing Aspect-Based Sentiment Analysis through Deep Learning Models
Chen Li, Huidong Tang, Jinli Zhang, Xiujing Guo, Debo Cheng, Yasuhiko Morimoto
TL;DR
This work tackles ABSA by addressing long‑range and syntactic dependencies through an edge‑enhanced graph approach. SentiSys fuses Bi‑LSTM and Transformer with an edge‑enhanced Bi‑GCN guided by a dependency‑parsing layer and an aspect‑specific masking module, enabling precise aspect–sentiment alignment. Empirical results on four benchmark datasets show that SentiSys outperforms many baselines, including ASGCN, across multiple metrics, with peak gains observed when using three GCN layers. The approach demonstrates the value of incorporating syntactic edge information and targeted masking to improve aspect‑level sentiment classification, though it notes future work to optimize SDI computation and transformer integration for further gains.
Abstract
Aspect-based sentiment analysis predicts sentiment polarity with fine granularity. While graph convolutional networks (GCNs) are widely utilized for sentimental feature extraction, their naive application for syntactic feature extraction can compromise information preservation. This study introduces an innovative edge-enhanced GCN, named SentiSys, to navigate the syntactic graph while preserving intact feature information, leading to enhanced performance. Specifically,we first integrate a bidirectional long short-term memory (Bi-LSTM) network and a self-attention-based transformer. This combination facilitates effective text encoding, preventing the loss of information and predicting long dependency text. A bidirectional GCN (Bi-GCN) with message passing is then employed to encode relationships between entities. Additionally, unnecessary information is filtered out using an aspect-specific masking technique. To validate the effectiveness of our proposed model, we conduct extensive evaluation experiments on four benchmark datasets. The experimental results demonstrate enhanced performance in aspect-based sentiment analysis with the use of SentiSys.
