Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Bidirectional Generative Framework for Cross-domain Aspect-based Sentiment Analysis

About

Cross-domain aspect-based sentiment analysis (ABSA) aims to perform various fine-grained sentiment analysis tasks on a target domain by transferring knowledge from a source domain. Since labeled data only exists in the source domain, a model is expected to bridge the domain gap for tackling cross-domain ABSA. Though domain adaptation methods have proven to be effective, most of them are based on a discriminative model, which needs to be specifically designed for different ABSA tasks. To offer a more general solution, we propose a unified bidirectional generative framework to tackle various cross-domain ABSA tasks. Specifically, our framework trains a generative model in both text-to-label and label-to-text directions. The former transforms each task into a unified format to learn domain-agnostic features, and the latter generates natural sentences from noisy labels for data augmentation, with which a more accurate model can be trained. To investigate the effectiveness and generality of our framework, we conduct extensive experiments on four cross-domain ABSA tasks and present new state-of-the-art results on all tasks. Our data and code are publicly available at \url{https://github.com/DAMO-NLP-SG/BGCA}.

Yue Deng, Wenxuan Zhang, Sinno Jialin Pan, Lidong Bing• 2023

Related benchmarks

TaskDatasetResultRank
Aspect-Opinion Pair ExtractionSemEval Cross-domain AOPE 2014, 2015, 2016 (test)
Average Score62.37
12
Unified Aspect-Based Sentiment AnalysisCross-domain ABSA Transfer Pairs S, R, L, D domains
Micro-F1 (S -> R)56.39
11
Aspect Term ExtractionCross-domain ABSA S, R, L, D domains (Transfer Pairs)
Micro-F1 (S -> R)63.2
10
aspect sentiment triplet extractionSemEval Cross-domain ASTE 2014, 2015, 2016 (test)
Performance (R14->L14)53.64
5
Showing 4 of 4 rows

Other info

Code

Follow for update