Dual Encoder: Exploiting the Potential of Syntactic and Semantic for Aspect Sentiment Triplet Extraction
Xiaowei Zhao, Yong Zhou, Xiujuan Xu
TL;DR
The paper addresses fine-grained ASTE by leveraging both syntactic and semantic information through a dual-encoder architecture (one semantic BERT channel and one syntactic-enhanced LSTM channel). It introduces the HFIM to coherently fuse SynGCN and SemGCN representations via SADPool and multi-layer graph convolutions, along with a mechanism to separate syntactic and semantic similarity using KL-divergence. Empirical results on four benchmark datasets show state-of-the-art performance, with ablations confirming the necessity of each component and a case study illustrating improved handling of long-distance relations. The approach offers a robust path to more accurate aspect-opinion-sentiment triplet extraction, with practical implications for fine-grained sentiment analysis tasks.
Abstract
Aspect Sentiment Triple Extraction (ASTE) is an emerging task in fine-grained sentiment analysis. Recent studies have employed Graph Neural Networks (GNN) to model the syntax-semantic relationships inherent in triplet elements. However, they have yet to fully tap into the vast potential of syntactic and semantic information within the ASTE task. In this work, we propose a \emph{Dual Encoder: Exploiting the potential of Syntactic and Semantic} model (D2E2S), which maximizes the syntactic and semantic relationships among words. Specifically, our model utilizes a dual-channel encoder with a BERT channel to capture semantic information, and an enhanced LSTM channel for comprehensive syntactic information capture. Subsequently, we introduce the heterogeneous feature interaction module to capture intricate interactions between dependency syntax and attention semantics, and to dynamically select vital nodes. We leverage the synergy of these modules to harness the significant potential of syntactic and semantic information in ASTE tasks. Testing on public benchmarks, our D2E2S model surpasses the current state-of-the-art(SOTA), demonstrating its effectiveness.
