This repo contains the data sets and source code of our paper:
Aspect-Category-Opinion-Sentiment Quadruple Extraction with Implicit Aspects and Opinions [ACL 2021].
The Aspect-Category-Opinion-Sentiment (ACOS) Quadruple Extraction aims to extract all aspect-category-opinion-sentiment quadruples, i.e., (aspect expression, aspect category, opinion expression, sentiment polarity), in a review sentence including implicit aspect and implicit opinion.
Two new datasets, Restaurant-ACOS and Laptop-ACOS, are constructed for the ACOS Quadruple Extraction task:
The following table shows the comparison between our two ACOS Quadruple datasets and existing representative ABSA datasets.
We benchmark the ACOS Quadruple Extraction task with four baseline systems:
We provided the source code of Extract-Classify-ACOS. The source code of the other three methods will be provided soon.
Overview of our Extract-Classify-ACOS method. The first step performs aspect-opinion co-extraction, and the second step predicts category-sentiment given the aspect-opinion pairs.
The ACOS quadruple extraction performance of four different systems on the two datasets:
We further investigate the ability of different systems in addressing the implicit aspects/opinion problem:
If you use the data and code in your research, please cite our paper as follows:
@inproceedings{cai2021aspect,
title={Aspect-Category-Opinion-Sentiment Quadruple Extraction with Implicit Aspects and Opinions},
author={Cai, Hongjie and Xia, Rui and Yu, Jianfei},
booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},
pages={340--350},
year={2021}
}