Relational Graph Attention Network for Aspect-based Sentiment Analysis
Kai Wang, Weizhou Shen, Yunyi Yang, Xiaojun Quan, Rui Wang

TL;DR
This paper introduces a relational graph attention network that encodes syntax information to improve aspect-based sentiment analysis, effectively capturing aspect-opinion connections and enhancing prediction accuracy.
Contribution
It proposes a novel R-GAT model with a unified aspect-oriented dependency tree to better encode syntax for sentiment analysis.
Findings
Improved accuracy on SemEval 2014 and Twitter datasets.
Better aspect-opinion connection modeling.
Significant performance enhancement of GAT.
Abstract
Aspect-based sentiment analysis aims to determine the sentiment polarity towards a specific aspect in online reviews. Most recent efforts adopt attention-based neural network models to implicitly connect aspects with opinion words. However, due to the complexity of language and the existence of multiple aspects in a single sentence, these models often confuse the connections. In this paper, we address this problem by means of effective encoding of syntax information. Firstly, we define a unified aspect-oriented dependency tree structure rooted at a target aspect by reshaping and pruning an ordinary dependency parse tree. Then, we propose a relational graph attention network (R-GAT) to encode the new tree structure for sentiment prediction. Extensive experiments are conducted on the SemEval 2014 and Twitter datasets, and the experimental results confirm that the connections between…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSentiment Analysis and Opinion Mining · Advanced Text Analysis Techniques · Topic Modeling
MethodsPruning
