SOTAVerified

Casting the Same Sentiment Classification Problem

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

Erik Körner, Ahmad Dawar Hakimi, Gerhard Heyer, Martin Potthast

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We introduce and study a problem variant of sentiment analysis, namely the “same sentiment classification problem”, where, given a pair of texts, the task is to determine if they have the same sentiment, disregarding the actual sentiment polarity. Among other things, our goal is to enable a more topic-agnostic sentiment classification. We study the problem using the Yelp business review dataset, demonstrating how sentiment data needs to be prepared for this task, and then carry out sequence pair classification using the BERT language model. In a series of experiments, we achieve an accuracy above 83% for category subsets across topics, and 89% on average.

Tasks

Reproductions