EMNLP 2024finding1 citations

Enhancing Emotion-Cause Pair Extraction in Conversations via Center Event Detection and Reasoning

Botao Wang, Keke Tang, Peican Zhu

Abstract

Emotion-Cause Pair Extraction in Conversations (ECPEC) aims to identify emotion utterances and their corresponding cause utterances in unannotated conversations, this task that has garnered increasing attention recently. Previous methods often apply Emotion-Cause Pair Extraction (ECPE) task models, treating the entire conversation as a whole for contextual interaction. However, statistical analysis shows that the number of emotion-cause pairs in ECPEC conversation data far exceeds that in ECPE datasets, leading to interference among multiple events within a conversation and causing noise to propagate between different events. To address this issue, we propose a novel CEnter eveNT-guided framEwoRk (CENTER). This model introduces a Center Event Detection task to construct a center event-aware graph that captures the unique representations of different event regions. Additionally, mimicking human reasoning processes, we build a center event reasoning graph and use graph neural network to facilitate the flow of information between utterance pairs, thereby uncovering the relationships between emotions and their causes. Experimental results demonstrate that our approach achieves state-of-the-art performance across three benchmark datasets.

BibTeX
@inproceedings{wang-etal-2024-enhancing-emotion,
    title = "Enhancing Emotion-Cause Pair Extraction in Conversations via Center Event Detection and Reasoning",
    author = "Wang, Botao  and
      Tang, Keke  and
      Zhu, Peican",
    editor = "Al-Onaizan, Yaser  and
      Bansal, Mohit  and
      Chen, Yun-Nung",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2024",
    month = nov,
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.findings-emnlp.632/",
    doi = "10.18653/v1/2024.findings-emnlp.632",
    pages = "10773--10783"
}