Aspect-Based Sentiment Analysis using Local Context Focus Mechanism with DeBERTa
Tianyu Zhao, Junping Du, Zhe Xue, Ang Li, Zeli Guan

TL;DR
This paper introduces a multi-task learning model leveraging DeBERTa and a Local Context Focus mechanism to improve aspect-based sentiment analysis, demonstrating significant performance gains on benchmark datasets.
Contribution
The paper proposes integrating DeBERTa with a Local Context Focus mechanism into a multi-task learning framework for ABSA, showing enhanced accuracy over existing methods.
Findings
Significant improvement on SemEval-2014 laptop and restaurant datasets.
Enhanced performance on ACL Twitter dataset.
LCF mechanism effectively captures local context for better sentiment prediction.
Abstract
Text sentiment analysis, also known as opinion mining, is research on the calculation of people's views, evaluations, attitude and emotions expressed by entities. Text sentiment analysis can be divided into text-level sentiment analysis, sen-tence-level sentiment analysis and aspect-level sentiment analysis. Aspect-Based Sentiment Analysis (ABSA) is a fine-grained task in the field of sentiment analysis, which aims to predict the polarity of aspects. The research of pre-training neural model has significantly improved the performance of many natural language processing tasks. In recent years, pre training model (PTM) has been applied in ABSA. Therefore, there has been a question, which is whether PTMs contain sufficient syntactic information for ABSA. In this paper, we explored the recent DeBERTa model (Decoding-enhanced BERT with disentangled attention) to solve Aspect-Based Sentiment…
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
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Adam · Dropout · Linear Warmup With Linear Decay · Weight Decay · Layer Normalization · WordPiece · Softmax
