TL;DR
This paper proposes a hybrid graph convolutional network that leverages syntactic structures to improve aspect-level sentiment analysis by modeling the relation between targets and sentiments more effectively.
Contribution
It introduces the concept of Scope and combines constituency and dependency trees using HGCN for enhanced sentiment analysis accuracy.
Findings
Outperforms state-of-the-art baselines on four datasets
Effectively models syntactic relations for sentiment detection
Enriches representations by linking two syntax parsing methods
Abstract
Aspect-level sentiment analysis aims to determine the sentiment polarity towards a specific target in a sentence. The main challenge of this task is to effectively model the relation between targets and sentiments so as to filter out noisy opinion words from irrelevant targets. Most recent efforts capture relations through target-sentiment pairs or opinion spans from a word-level or phrase-level perspective. Based on the observation that targets and sentiments essentially establish relations following the grammatical hierarchy of phrase-clause-sentence structure, it is hopeful to exploit comprehensive syntactic information for better guiding the learning process. Therefore, we introduce the concept of Scope, which outlines a structural text region related to a specific target. To jointly learn structural Scope and predict the sentiment polarity, we propose a hybrid graph convolutional…
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.
