A Unified Generative Framework for Aspect-Based Sentiment Analysis
About
Aspect-based Sentiment Analysis (ABSA) aims to identify the aspect terms, their corresponding sentiment polarities, and the opinion terms. There exist seven subtasks in ABSA. Most studies only focus on the subsets of these subtasks, which leads to various complicated ABSA models while hard to solve these subtasks in a unified framework. In this paper, we redefine every subtask target as a sequence mixed by pointer indexes and sentiment class indexes, which converts all ABSA subtasks into a unified generative formulation. Based on the unified formulation, we exploit the pre-training sequence-to-sequence model BART to solve all ABSA subtasks in an end-to-end framework. Extensive experiments on four ABSA datasets for seven subtasks demonstrate that our framework achieves substantial performance gain and provides a real unified end-to-end solution for the whole ABSA subtasks, which could benefit multiple tasks.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Aspect-level sentiment classification | SemEval Restaurant 2014 (test) | -- | 67 | |
| Aspect-level sentiment classification | SemEval Laptop 2014 (test) | -- | 59 | |
| aspect sentiment triplet extraction | Rest SemEval 2014 (test) | -- | 40 | |
| aspect sentiment triplet extraction | Rest SemEval 2016 (test) | -- | 34 | |
| aspect sentiment triplet extraction | 14Lap ASTE-DATA-V2 (test) | Precision61.4 | 32 | |
| aspect sentiment triplet extraction | 16Rest ASTE-DATA-V2 (test) | Precision66.6 | 32 | |
| aspect sentiment triplet extraction | 14Rest ASTE-DATA-V2 (test) | Precision65.5 | 32 | |
| aspect sentiment triplet extraction | 15Rest ASTE-DATA-V2 (test) | Precision59.1 | 32 | |
| Aspect Sentiment Classification | Restaurant SemEval 2015 (test) | -- | 32 | |
| Aspect Extraction | LAPTOP SemEval 2014 (test) | F1 Score83.52 | 28 |