CLApr 4, 2020

An Iterative Multi-Knowledge Transfer Network for Aspect-Based Sentiment Analysis

arXiv:2004.01935v3667 citations
AI Analysis

This work addresses performance limitations in ABSA for natural language processing applications, representing an incremental improvement over existing methods.

The paper tackles aspect-based sentiment analysis by proposing an Iterative Multi-Knowledge Transfer Network (IMKTN) that exploits interactive relations among subtasks and leverages document-level knowledge, achieving improved performance on three benchmark datasets.

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.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes