CLAISep 16, 2022

A Multi-turn Machine Reading Comprehension Framework with Rethink Mechanism for Emotion-Cause Pair Extraction

arXiv:2209.07972v1580 citationsh-index: 12
Originality Incremental advance
AI Analysis

This addresses the problem of extracting emotion-cause pairs from emotional documents for natural language processing applications, representing an incremental improvement over prior methods.

The paper tackles the Emotion-Cause Pair Extraction (ECPE) task by transforming it into a document-level machine reading comprehension problem, proposing a Multi-turn MRC framework with Rethink mechanism (MM-R) that outperforms existing state-of-the-art methods.

Emotion-cause pair extraction (ECPE) is an emerging task in emotion cause analysis, which extracts potential emotion-cause pairs from an emotional document. Most recent studies use end-to-end methods to tackle the ECPE task. However, these methods either suffer from a label sparsity problem or fail to model complicated relations between emotions and causes. Furthermore, they all do not consider explicit semantic information of clauses. To this end, we transform the ECPE task into a document-level machine reading comprehension (MRC) task and propose a Multi-turn MRC framework with Rethink mechanism (MM-R). Our framework can model complicated relations between emotions and causes while avoiding generating the pairing matrix (the leading cause of the label sparsity problem). Besides, the multi-turn structure can fuse explicit semantic information flow between emotions and causes. Extensive experiments on the benchmark emotion cause corpus demonstrate the effectiveness of our proposed framework, which outperforms existing state-of-the-art methods.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes