SOTAVerified

Perspective-taking and Pragmatics for Generating Empathetic Responses Focused on Emotion Causes

2021-09-18EMNLP 2021Code Available1· sign in to hype

Hyunwoo Kim, Byeongchang Kim, Gunhee Kim

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Empathy is a complex cognitive ability based on the reasoning of others' affective states. In order to better understand others and express stronger empathy in dialogues, we argue that two issues must be tackled at the same time: (i) identifying which word is the cause for the other's emotion from his or her utterance and (ii) reflecting those specific words in the response generation. However, previous approaches for recognizing emotion cause words in text require sub-utterance level annotations, which can be demanding. Taking inspiration from social cognition, we leverage a generative estimator to infer emotion cause words from utterances with no word-level label. Also, we introduce a novel method based on pragmatics to make dialogue models focus on targeted words in the input during generation. Our method is applicable to any dialogue models with no additional training on the fly. We show our approach improves multiple best-performing dialogue agents on generating more focused empathetic responses in terms of both automatic and human evaluation.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
EmoCauseHumanTop-1 Recall41.3Unverified
EmoCauseGEETop-1 Recall17.3Unverified
EmoCauseBERT-AttentionTop-1 Recall13.8Unverified
EmoCauseEmpDGTop-1 Recall13.4Unverified
EmoCauseRAKETop-1 Recall12.7Unverified
EmoCauseRandomTop-1 Recall10.7Unverified

Reproductions