An Iterative Multi-Knowledge Transfer Network for Aspect-Based Sentiment Analysis
About
Aspect-based sentiment analysis (ABSA) mainly involves three subtasks: aspect term extraction, opinion term extraction, and aspect-level sentiment classification, which are typically handled in a separate or joint manner. However, previous approaches do not well exploit the interactive relations among three subtasks and do not pertinently leverage the easily available document-level labeled domain/sentiment knowledge, which restricts their performances. To address these issues, we propose a novel Iterative Multi-Knowledge Transfer Network (IMKTN) for end-to-end ABSA. For one thing, through the interactive correlations between the ABSA subtasks, our IMKTN transfers the task-specific knowledge from any two of the three subtasks to another one at the token level by utilizing a well-designed routing algorithm, that is, any two of the three subtasks will help the third one. For another, our IMKTN pertinently transfers the document-level knowledge, i.e., domain-specific and sentiment-related knowledge, to the aspect-level subtasks to further enhance the corresponding performance. Experimental results on three benchmark datasets demonstrate the effectiveness and superiority of our approach.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Aspect-level sentiment classification | SemEval Laptop 2014 (test) | Accuracy77.51 | 59 | |
| Aspect-based Sentiment Analysis | SemEval Task 4 Subtask 2 Restaurant domain 2014 (test) | Accuracy84.93 | 30 | |
| Aspect term-polarity pair extraction | SemEval Restaurant (SR) (test) | F1 Score71.75 | 29 | |
| Aspect term-polarity pair extraction | SemEval Laptop (SL) (test) | F1 Score0.6234 | 28 | |
| Aspect-based Sentiment Analysis | LAP 2014 (test) | ABSA-F162.34 | 15 | |
| Aspect-based Sentiment Analysis | REST 2015 (test) | ABSA-F10.6233 | 15 | |
| Aspect-based Sentiment Analysis | REST 2014 (test) | ABSA F1 Score71.75 | 15 | |
| Aspect term-polarity pair extraction | Restaurant DR-15 SemEval 2015 (test) | F1 Score62.33 | 11 |