An Interactive Multi-Task Learning Network for End-to-End Aspect-Based Sentiment Analysis
About
Aspect-based sentiment analysis produces a list of aspect terms and their corresponding sentiments for a natural language sentence. This task is usually done in a pipeline manner, with aspect term extraction performed first, followed by sentiment predictions toward the extracted aspect terms. While easier to develop, such an approach does not fully exploit joint information from the two subtasks and does not use all available sources of training information that might be helpful, such as document-level labeled sentiment corpus. In this paper, we propose an interactive multi-task learning network (IMN) which is able to jointly learn multiple related tasks simultaneously at both the token level as well as the document level. Unlike conventional multi-task learning methods that rely on learning common features for the different tasks, IMN introduces a message passing architecture where information is iteratively passed to different tasks through a shared set of latent variables. Experimental results demonstrate superior performance of the proposed method against multiple baselines on three benchmark datasets.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Aspect-Term Sentiment Analysis | LAPTOP SemEval 2014 (test) | Macro-F158.37 | 69 | |
| Aspect-level sentiment classification | SemEval Laptop 2014 (test) | Accuracy75.36 | 59 | |
| Aspect-based Sentiment Analysis | SemEval Task 4 Subtask 2 Restaurant domain 2014 (test) | Accuracy83.89 | 30 | |
| Aspect term-polarity pair extraction | SemEval Restaurant (SR) (test) | F1 Score69.54 | 29 | |
| Aspect term-polarity pair extraction | SemEval Laptop (SL) (test) | F1 Score0.5837 | 28 | |
| Aspect extraction and sentiment classification | res 14 | F1 Score75.67 | 26 | |
| Aspect extraction and sentiment classification | 15res | F1 Score60.22 | 21 | |
| aspect sentiment triplet extraction | Res 15 | F1 Score53.75 | 20 | |
| Sentiment Triplet Extraction | lap 14 | F1 Score47.68 | 17 | |
| Aspect extraction and sentiment classification | 14lap | F1 Score61.73 | 17 |