Learning to Attend via Word-Aspect Associative Fusion for Aspect-based Sentiment Analysis
Yi Tay, Anh Tuan Luu, Siu Cheung Hui

TL;DR
This paper introduces AF-LSTM, a neural model that uses associative word-aspect relationships with circular convolution and correlation to improve aspect-based sentiment analysis, achieving state-of-the-art results.
Contribution
The paper presents a novel AF-LSTM model that models word-aspect relationships through circular convolution and correlation, enhancing aspect-specific sentiment prediction.
Findings
Achieves 4-5% higher accuracy than previous models on benchmark datasets.
Effectively models word-aspect relationships using differentiable circular convolution.
Outperforms state-of-the-art models in aspect-based sentiment analysis.
Abstract
Aspect-based sentiment analysis (ABSA) tries to predict the polarity of a given document with respect to a given aspect entity. While neural network architectures have been successful in predicting the overall polarity of sentences, aspect-specific sentiment analysis still remains as an open problem. In this paper, we propose a novel method for integrating aspect information into the neural model. More specifically, we incorporate aspect information into the neural model by modeling word-aspect relationships. Our novel model, \textit{Aspect Fusion LSTM} (AF-LSTM) learns to attend based on associative relationships between sentence words and aspect which allows our model to adaptively focus on the correct words given an aspect term. This ameliorates the flaws of other state-of-the-art models that utilize naive concatenations to model word-aspect similarity. Instead, our model adopts…
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 Text Analysis Techniques
