Out of Context: A New Clue for Context Modeling of Aspect-based Sentiment Analysis
Bowen Xing, Ivor W. Tsang

TL;DR
This paper introduces aspect-aware context encoders that incorporate the given aspect as a new clue during context modeling, improving the retention of aspect-related information in aspect-based sentiment analysis.
Contribution
The paper proposes novel aspect-aware encoders based on LSTM and BERT that generate tailored hidden states, enhancing aspect-related information retention in ABSA.
Findings
Improved accuracy on benchmark datasets.
Aspect-aware encoders outperform traditional models.
Effective retention of aspect-related information.
Abstract
Aspect-based sentiment analysis (ABSA) aims to predict the sentiment expressed in a review with respect to a given aspect. The core of ABSA is to model the interaction between the context and given aspect to extract the aspect-related information. In prior work, attention mechanisms and dependency graph networks are commonly adopted to capture the relations between the context and given aspect. And the weighted sum of context hidden states is used as the final representation fed to the classifier. However, the information related to the given aspect may be already discarded and adverse information may be retained in the context modeling processes of existing models. This problem cannot be solved by subsequent modules and there are two reasons: first, their operations are conducted on the encoder-generated context hidden states, whose value cannot change after the encoder; second,…
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 · Text and Document Classification Technologies · Web Data Mining and Analysis
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory
