Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Knowing What, How and Why: A Near Complete Solution for Aspect-based Sentiment Analysis

About

Target-based sentiment analysis or aspect-based sentiment analysis (ABSA) refers to addressing various sentiment analysis tasks at a fine-grained level, which includes but is not limited to aspect extraction, aspect sentiment classification, and opinion extraction. There exist many solvers of the above individual subtasks or a combination of two subtasks, and they can work together to tell a complete story, i.e. the discussed aspect, the sentiment on it, and the cause of the sentiment. However, no previous ABSA research tried to provide a complete solution in one shot. In this paper, we introduce a new subtask under ABSA, named aspect sentiment triplet extraction (ASTE). Particularly, a solver of this task needs to extract triplets (What, How, Why) from the inputs, which show WHAT the targeted aspects are, HOW their sentiment polarities are and WHY they have such polarities (i.e. opinion reasons). For instance, one triplet from "Waiters are very friendly and the pasta is simply average" could be ('Waiters', positive, 'friendly'). We propose a two-stage framework to address this task. The first stage predicts what, how and why in a unified model, and then the second stage pairs up the predicted what (how) and why from the first stage to output triplets. In the experiments, our framework has set a benchmark performance in this novel triplet extraction task. Meanwhile, it outperforms a few strong baselines adapted from state-of-the-art related methods.

Haiyun Peng, Lu Xu, Lidong Bing, Fei Huang, Wei Lu, Luo Si• 2019

Related benchmarks

TaskDatasetResultRank
aspect sentiment triplet extractionRest SemEval 2014 (test)
F1 Score51.46
40
Opinion Term Extraction14res SemEval 2014 (test)
Precision81.77
37
aspect sentiment triplet extractionRest SemEval 2015 (test)
F1 Score52.32
34
aspect sentiment triplet extractionLap SemEval 2014 (test)
F1 Score42.87
34
aspect sentiment triplet extractionRest SemEval 2016 (test)
F1 Score54.21
34
aspect sentiment triplet extraction14Rest ASTE-DATA-V2 (test)
Precision43.24
32
aspect sentiment triplet extraction15Rest ASTE-DATA-V2 (test)
Precision48.07
32
aspect sentiment triplet extraction16Rest ASTE-DATA-V2 (test)
Precision46.96
32
aspect sentiment triplet extraction14Lap ASTE-DATA-V2 (test)
Precision37.38
32
Aspect term-polarity pair extractionSemEval Restaurant (SR) (test)
F1 Score71.95
29
Showing 10 of 87 rows
...

Other info

Code

Follow for update