CLAug 21, 2019

MoEL: Mixture of Empathetic Listeners

arXiv:1908.07687v11046 citations
AI Analysis

This work addresses the need for more empathetic AI in conversational agents, though it is incremental as it builds on prior emotion-focused dialogue research.

The paper tackles the problem of building empathetic dialogue systems by proposing MoEL, a model that captures user emotions and combines outputs from specialized listeners to generate empathetic responses, achieving better performance in human evaluations on empathy, relevance, and fluency compared to a multitask baseline.

Previous research on empathetic dialogue systems has mostly focused on generating responses given certain emotions. However, being empathetic not only requires the ability of generating emotional responses, but more importantly, requires the understanding of user emotions and replying appropriately. In this paper, we propose a novel end-to-end approach for modeling empathy in dialogue systems: Mixture of Empathetic Listeners (MoEL). Our model first captures the user emotions and outputs an emotion distribution. Based on this, MoEL will softly combine the output states of the appropriate Listener(s), which are each optimized to react to certain emotions, and generate an empathetic response. Human evaluations on empathetic-dialogues (Rashkin et al., 2018) dataset confirm that MoEL outperforms multitask training baseline in terms of empathy, relevance, and fluency. Furthermore, the case study on generated responses of different Listeners shows high interpretability of our model.

Code Implementations5 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