Improving Aspect Sentiment Quad Prediction via Template-Order Data Augmentation

19 Oct 2022  ·  Mengting Hu, Yike Wu, Hang Gao, Yinhao Bai, Shiwan Zhao ·

Recently, aspect sentiment quad prediction (ASQP) has become a popular task in the field of aspect-level sentiment analysis. Previous work utilizes a predefined template to paraphrase the original sentence into a structure target sequence, which can be easily decoded as quadruplets of the form (aspect category, aspect term, opinion term, sentiment polarity). The template involves the four elements in a fixed order. However, we observe that this solution contradicts with the order-free property of the ASQP task, since there is no need to fix the template order as long as the quadruplet is extracted correctly. Inspired by the observation, we study the effects of template orders and find that some orders help the generative model achieve better performance. It is hypothesized that different orders provide various views of the quadruplet. Therefore, we propose a simple but effective method to identify the most proper orders, and further combine multiple proper templates as data augmentation to improve the ASQP task. Specifically, we use the pre-trained language model to select the orders with minimal entropy. By fine-tuning the pre-trained language model with these template orders, our approach improves the performance of quad prediction, and outperforms state-of-the-art methods significantly in low-resource settings.

PDF Abstract
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Aspect-Based Sentiment Analysis (ABSA) ACOS DLO F1 (Laptop) 43.64 # 3
F1 (Restaurant) 59.99 # 5
Aspect-Based Sentiment Analysis (ABSA) ASQP DLO F1 (R15) 48.18 # 4
F1 (R16) 59.79 # 3
Aspect-Based Sentiment Analysis (ABSA) ASTE DLO F1 (L14) 61.46 # 7
F1(R14) 72.39 # 7
F1 (R15) 64.26 # 7
F1 (R16) 73.03 # 4
Aspect-Based Sentiment Analysis (ABSA) TASD DLO F1 (R15) 62.95 # 4
F1 (R16) 71.79 # 4

Methods


No methods listed for this paper. Add relevant methods here