CLJun 8, 2021

A Unified Generative Framework for Aspect-Based Sentiment Analysis

arXiv:2106.04300v1729 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of fragmented ABSA models for researchers and practitioners by offering a unified framework that could benefit multiple tasks, though it is incremental as it builds on existing pre-trained models.

The authors tackled the problem of fragmented models for Aspect-Based Sentiment Analysis (ABSA) subtasks by proposing a unified generative framework that redefines subtask targets as sequences, enabling the use of BART for end-to-end processing. This approach achieved substantial performance gains across four datasets and seven subtasks, providing a real unified solution.

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.

Code Implementations3 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