A Contrastive Cross-Channel Data Augmentation Framework for Aspect-based Sentiment Analysis
Bing Wang, Liang Ding, Qihuang Zhong, Ximing Li, Dacheng Tao

TL;DR
This paper introduces a novel contrastive cross-channel data augmentation framework for aspect-based sentiment analysis, improving model robustness and accuracy by generating synthetic multi-aspect sentences and filtering low-quality samples.
Contribution
The proposed C3 DA framework leverages in-domain generative models and cross-channel sentence generation to enhance ABSA performance, addressing multi-aspect challenges with contrastive learning.
Findings
Outperforms baselines by about 1% in accuracy and Macro-F1
Effective in generating high-quality synthetic data for ABSA
Enhances model robustness against multi-aspect interference
Abstract
Aspect-based sentiment analysis (ABSA) is a fine-grained sentiment analysis task, which focuses on detecting the sentiment polarity towards the aspect in a sentence. However, it is always sensitive to the multi-aspect challenge, where features of multiple aspects in a sentence will affect each other. To mitigate this issue, we design a novel training framework, called Contrastive Cross-Channel Data Augmentation (C3 DA), which leverages an in-domain generator to construct more multi-aspect samples and then boosts the robustness of ABSA models via contrastive learning on these generated data. In practice, given a generative pretrained language model and some limited ABSA labeled data, we first employ some parameter-efficient approaches to perform the in-domain fine-tuning. Then, the obtained in-domain generator is used to generate the synthetic sentences from two channels, i.e., Aspect…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSentiment Analysis and Opinion Mining · Text and Document Classification Technologies · Advanced Computing and Algorithms
MethodsContrastive Learning
