Emotion-Cause Pair Extraction in Conversations via Semantic Decoupling and Graph Alignment

arXiv cs.CL / 4/22/2026

📰 NewsDeveloper Stack & InfrastructureModels & Research

Key Points

  • The paper introduces ECPEC for extracting causal relationships between emotion utterances and their causes within dialogues, addressing limitations of prior methods that treat emotion–cause links as independent pairwise classification.
  • It proposes semantic decoupling by representing emotion-oriented meaning and cause-oriented meaning in two complementary embedding spaces to reflect their distinct conversational roles.
  • The work reformulates ECPEC as a global alignment problem between emotion-side and cause-side representations, using optimal transport to enable many-to-many matching with global consistency.
  • A unified framework called SCALE implements the semantic decoupling and graph/alignment principle within a shared conversational structure, achieving state-of-the-art results across multiple benchmarks.
  • The authors release code for SCALE on GitHub, enabling researchers to reproduce and extend the approach.

Abstract

Emotion-Cause Pair Extraction in Conversations (ECPEC) aims to identify the set of causal relations between emotion utterances and their triggering causes within a dialogue. Most existing approaches formulate ECPEC as an independent pairwise classification task, overlooking the distinct semantics of emotion diffusion and cause explanation, and failing to capture globally consistent many-to-many conversational causality. To address these limitations, we revisit ECPEC from a semantic perspective and seek to disentangle emotion-oriented semantics from cause-oriented semantics, mapping them into two complementary representation spaces to better capture their distinct conversational roles. Building on this semantic decoupling, we naturally formulate ECPEC as a global alignment problem between the emotion-side and cause-side representations, and employ optimal transport to enable many-to-many and globally consistent emotion-cause matching. Based on this perspective, we propose a unified framework SCALE that instantiates the above semantic decoupling and alignment principle within a shared conversational structure. Extensive experiments on several benchmark datasets demonstrate that SCALE consistently achieves state-of-the-art performance. Our codes are released at https://github.com/CoCoSphere/SCALE.