Akbar Karimi, Leonardo Rossi, Andrea Prati
Aspect-Based Sentiment Analysis (ABSA) studies the consumer opinion on the market products. It involves examining the type of sentiments as well as sentiment targets expressed in product reviews. Analyzing the language used in a review is a difficult task that requires a deep understanding of the language. In recent years, deep language models, such as BERT \cite{devlin2019bert}, have shown great progress in this regard. In this work, we propose two simple modules called Parallel Aggregation and Hierarchical Aggregation to be utilized on top of BERT for two main ABSA tasks namely Aspect Extraction (AE) and Aspect Sentiment Classification (ASC) in order to improve the model's performance. We show that applying the proposed models eliminates the need for further training of the BERT model. The source code is available on the Web for further research and reproduction of the results.
| Task | Dataset | Metric | Value | Model |
|---|---|---|---|---|
| Sentiment Analysis | SemEval-2014 Task-4 | Laptop (Acc) | 79.55 | PH-SUM |
| Sentiment Analysis | SemEval-2014 Task-4 | Mean Acc (Restaurant + Laptop) | 82.96 | PH-SUM |
| Sentiment Analysis | SemEval-2014 Task-4 | Restaurant (Acc) | 86.37 | PH-SUM |
| Sentiment Analysis | SemEval-2014 Task-4 | Laptop (F1) | 86.09 | PH-SUM |
| Sentiment Analysis | SemEval-2014 Task-4 | Mean F1 (Laptop + Restaurant) | 84.215 | PH-SUM |
| Sentiment Analysis | SemEval-2014 Task-4 | Restaurant (F1) | 82.34 | PH-SUM |
| Aspect-Based Sentiment Analysis (ABSA) | SemEval-2014 Task-4 | Laptop (Acc) | 79.55 | PH-SUM |
| Aspect-Based Sentiment Analysis (ABSA) | SemEval-2014 Task-4 | Mean Acc (Restaurant + Laptop) | 82.96 | PH-SUM |
| Aspect-Based Sentiment Analysis (ABSA) | SemEval-2014 Task-4 | Restaurant (Acc) | 86.37 | PH-SUM |
| Aspect-Based Sentiment Analysis (ABSA) | SemEval-2014 Task-4 | Laptop (F1) | 86.09 | PH-SUM |
| Aspect-Based Sentiment Analysis (ABSA) | SemEval-2014 Task-4 | Mean F1 (Laptop + Restaurant) | 84.215 | PH-SUM |
| Aspect-Based Sentiment Analysis (ABSA) | SemEval-2014 Task-4 | Restaurant (F1) | 82.34 | PH-SUM |
| Aspect Extraction | SemEval-2014 Task-4 | Laptop (F1) | 86.09 | PH-SUM |
| Aspect Extraction | SemEval-2014 Task-4 | Mean F1 (Laptop + Restaurant) | 84.215 | PH-SUM |
| Aspect Extraction | SemEval-2014 Task-4 | Restaurant (F1) | 82.34 | PH-SUM |