CLNov 5, 2019

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

arXiv:1911.01616v4500 citations
Originality Highly original
AI Analysis

This provides a near-complete solution for fine-grained sentiment analysis, addressing a gap in previous research that lacked a one-shot approach to extract aspect, sentiment, and reason together.

The paper tackles the problem of aspect-based sentiment analysis by introducing a new subtask called aspect sentiment triplet extraction (ASTE), which extracts triplets of aspect, sentiment, and opinion reason from text, and proposes a two-stage framework that sets benchmark performance in this task while outperforming strong baselines.

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.

Code Implementations6 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes