Semantic and Syntactic Enhanced Aspect Sentiment Triplet Extraction
Zhexue Chen, Hong Huang, Bang Liu, Xuanhua Shi, Hai Jin

TL;DR
This paper introduces S3E2, a novel model that jointly extracts aspect sentiment triplets by leveraging semantic and syntactic relationships through graph neural networks and LSTM, outperforming existing methods.
Contribution
The paper proposes a unified model that exploits syntactic and semantic relationships for joint triplet extraction, reducing error propagation and improving accuracy.
Findings
S3E2 significantly outperforms existing approaches on benchmark datasets.
The model effectively captures semantic and syntactic relationships.
Joint extraction improves overall triplet extraction performance.
Abstract
Aspect Sentiment Triplet Extraction (ASTE) aims to extract triplets from sentences, where each triplet includes an entity, its associated sentiment, and the opinion span explaining the reason for the sentiment. Most existing research addresses this problem in a multi-stage pipeline manner, which neglects the mutual information between such three elements and has the problem of error propagation. In this paper, we propose a Semantic and Syntactic Enhanced aspect Sentiment triplet Extraction model (S3E2) to fully exploit the syntactic and semantic relationships between the triplet elements and jointly extract them. Specifically, we design a Graph-Sequence duel representation and modeling paradigm for the task of ASTE: we represent the semantic and syntactic relationships between word pairs in a sentence by graph and encode it by Graph Neural Networks (GNNs), as well as modeling the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSentiment Analysis and Opinion Mining · Topic Modeling · Advanced Graph Neural Networks
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory
