SOTAVerified

Aspect-based Sentiment Analysis in Question Answering Forums

2021-11-01Findings (EMNLP) 2021Code Available0· sign in to hype

Wenxuan Zhang, Yang Deng, Xin Li, Lidong Bing, Wai Lam

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Aspect-based sentiment analysis (ABSA) typically focuses on extracting aspects and predicting their sentiments on individual sentences such as customer reviews. Recently, another kind of opinion sharing platform, namely question answering (QA) forum, has received increasing popularity, which accumulates a large number of user opinions towards various aspects. This motivates us to investigate the task of ABSA on QA forums (ABSA-QA), aiming to jointly detect the discussed aspects and their sentiment polarities for a given QA pair. Unlike review sentences, a QA pair is composed of two parallel sentences, which requires interaction modeling to align the aspect mentioned in the question and the associated opinion clues in the answer. To this end, we propose a model with a specific design of cross-sentence aspect-opinion interaction modeling to address this task. The proposed method is evaluated on three real-world datasets and the results show that our model outperforms several strong baselines adopted from related state-of-the-art models.

Tasks

Reproductions