EMNLP 2023short findings0 citations

Low-Resource Comparative Opinion Quintuple Extraction by Data Augmentation with Prompting

Qingting Xu, Yu Hong, Fubang Zhao, Kaisong Song, Yangyang Kang, Jiaxiang Chen, Guodong Zhou

Abstract

Comparative Opinion Quintuple Extraction (COQE) aims to predict comparative opinion quintuples from comparative sentences. These quintuples include subject, object, shareable aspect, comparative opinion, and preference. The existing pipeline-based COQE method fails in error propagation. In addition, the complexity and insufficient amounts of annotated data hinder the performance of COQE models. In this paper, we introduce a novel approach called low-resource comparative opinion quintuple extraction by Data Augmentation with Prompting (DAP). Firstly, we present an end-to-end model architecture better suited to the data augmentation method from triplets to quintuples and can effectively avoid error propagation. Additionally, we introduce a data-centric augmentation approach that leverages the robust generative abilities of ChatGPT and integrates transfer learning techniques. Experimental results over three datasets (Camera, Car, Ele) demonstrate that our approach yields substantial improvements and achieves state-of-the-art results. The source code and data are publicly released at: https://github.com/qtxu-nlp/COQE-DAP.

Comparative opinion quintuple extractionLow-resourceData augmentationLarge language modelsSentiment analysis
BibTeX
@inproceedings{
xu2023lowresource,
title={Low-Resource Comparative Opinion Quintuple Extraction by Data Augmentation with Prompting},
author={Qingting Xu and Yu Hong and Fubang Zhao and Kaisong Song and Yangyang Kang and Jiaxiang Chen and Guodong Zhou},
booktitle={The 2023 Conference on Empirical Methods in Natural Language Processing},
year={2023},
url={https://openreview.net/forum?id=nC47EZVfAw}
}