Table of Contents
Fetching ...

Adaptive Data Augmentation for Aspect Sentiment Quad Prediction

Wenyuan Zhang, Xinghua Zhang, Shiyao Cui, Kun Huang, Xuebin Wang, Tingwen Liu

TL;DR

This work tackles data imbalance in aspect sentiment quad prediction by introducing Adaptive Data Augmentation (ADA) and a Knowledge-aware Generator. It formalizes quad-pattern and aspect-category imbalances, employs DAG-based representations and a condition-function-guided concatenation augmentation to balance data, and enriches augmented samples with category priors and a semantic, constraint-based target decoding. Empirical results on four public ASQP benchmarks show state-of-the-art performance, with detailed ablations confirming the contributions of adaptive augmentation and knowledge-aware decoding. The approach offers practical improvements for ABSA systems and suggests future integration with large language models to further handle open-world and reasoning aspects.

Abstract

Aspect sentiment quad prediction (ASQP) aims to predict the quad sentiment elements for a given sentence, which is a critical task in the field of aspect-based sentiment analysis. However, the data imbalance issue has not received sufficient attention in ASQP task. In this paper, we divide the issue into two-folds, quad-pattern imbalance and aspect-category imbalance, and propose an Adaptive Data Augmentation (ADA) framework to tackle the imbalance issue. Specifically, a data augmentation process with a condition function adaptively enhances the tail quad patterns and aspect categories, alleviating the data imbalance in ASQP. Following previous studies, we also further explore the generative framework for extracting complete quads by introducing the category prior knowledge and syntax-guided decoding target. Experimental results demonstrate that data augmentation for imbalance in ASQP task can improve the performance, and the proposed ADA method is superior to naive data oversampling.

Adaptive Data Augmentation for Aspect Sentiment Quad Prediction

TL;DR

This work tackles data imbalance in aspect sentiment quad prediction by introducing Adaptive Data Augmentation (ADA) and a Knowledge-aware Generator. It formalizes quad-pattern and aspect-category imbalances, employs DAG-based representations and a condition-function-guided concatenation augmentation to balance data, and enriches augmented samples with category priors and a semantic, constraint-based target decoding. Empirical results on four public ASQP benchmarks show state-of-the-art performance, with detailed ablations confirming the contributions of adaptive augmentation and knowledge-aware decoding. The approach offers practical improvements for ABSA systems and suggests future integration with large language models to further handle open-world and reasoning aspects.

Abstract

Aspect sentiment quad prediction (ASQP) aims to predict the quad sentiment elements for a given sentence, which is a critical task in the field of aspect-based sentiment analysis. However, the data imbalance issue has not received sufficient attention in ASQP task. In this paper, we divide the issue into two-folds, quad-pattern imbalance and aspect-category imbalance, and propose an Adaptive Data Augmentation (ADA) framework to tackle the imbalance issue. Specifically, a data augmentation process with a condition function adaptively enhances the tail quad patterns and aspect categories, alleviating the data imbalance in ASQP. Following previous studies, we also further explore the generative framework for extracting complete quads by introducing the category prior knowledge and syntax-guided decoding target. Experimental results demonstrate that data augmentation for imbalance in ASQP task can improve the performance, and the proposed ADA method is superior to naive data oversampling.
Paper Structure (14 sections, 7 equations, 3 figures, 3 tables)

This paper contains 14 sections, 7 equations, 3 figures, 3 tables.

Figures (3)

  • Figure 1: Typical quad patterns with quantity statistics and descending statistical of the number of classes in aspect category, where $\mathtt{D_1}$, $\mathtt{D_2}$, $\mathtt{D_3}$, $\mathtt{D_4}$ respectively denote the public benchmarks 2021-paraphrase2021-ACOS of $\mathtt{Rest15}$, $\mathtt{Rest16}$, $\mathtt{Restaurant}$ and $\mathtt{Laptop}$.
  • Figure 2: The structure of Knowledge-aware ADA.
  • Figure 3: F1 of $\mathtt{R15}$ by setting different parameter $\kappa$.