FloatingIsland2 / Implicit-Sentiment-Analysis

Dataset for paper Implicit Sentiment Analysis with Event-Centered Text Representation
7 stars 2 forks source link

Implicit-Sentiment-Analysis-with-Event-Centered-Text-Representation (EMNLP 2021)

Abstract

Implicit sentiment analysis, aiming at detecting the sentiment of a sentence without sentiment words, has become an attractive research topic in recent years. In this paper, we focus on event-centric implicit sentiment analysis that utilizes the sentiment-aware event contained in a sentence to infer its sentiment polarity. Most existing methods in implicit sentiment analysis simply view noun phrases or entities in text as events or indirectly model events with sophisticated models. Since events often trigger sentiments in sentences, we argue that this task would benefit from explicit modeling of events and event representation learning. To this end, we represent an event as the combination of its event type and the event triplet <subject, predicate, object>. Based on such event representation, we further propose a novel model with hierarchical tensor-based composition mechanism to detect sentiment in text. In addition, we present a dataset for event-centric implicit sentiment analysis where each sentence is labeled with the event representation described above. Experimental results on our constructed dataset and an existing benchmark dataset show the effectiveness of the proposed approach.

Dataset format

Given a sentence: You abandon me for a week to go off on holiday with daddy, come back and barely 2 days later you go off out with him again.

Annotations:

Event triplet: <you, abandon, me>

Event type: abandonment

Sentiment: negative