CLMay 4, 2022

Multi-Granularity Semantic Aware Graph Model for Reducing Position Bias in Emotion-Cause Pair Extraction

arXiv:2205.02132v229 citationsh-index: 73
Originality Incremental advance
AI Analysis

This addresses a domain-specific issue in NLP for emotion-cause extraction, offering an incremental improvement by better handling distant semantic connections.

The paper tackles the problem of position bias in Emotion-Cause Pair Extraction (ECPE) by proposing a Multi-Granularity Semantic Aware Graph model (MGSAG) that incorporates fine-grained and coarse-grained semantic features, which outperforms existing state-of-the-art models, especially on position-insensitive data.

The Emotion-Cause Pair Extraction (ECPE) task aims to extract emotions and causes as pairs from documents. We observe that the relative distance distribution of emotions and causes is extremely imbalanced in the typical ECPE dataset. Existing methods have set a fixed size window to capture relations between neighboring clauses. However, they neglect the effective semantic connections between distant clauses, leading to poor generalization ability towards position-insensitive data. To alleviate the problem, we propose a novel Multi-Granularity Semantic Aware Graph model (MGSAG) to incorporate fine-grained and coarse-grained semantic features jointly, without regard to distance limitation. In particular, we first explore semantic dependencies between clauses and keywords extracted from the document that convey fine-grained semantic features, obtaining keywords enhanced clause representations. Besides, a clause graph is also established to model coarse-grained semantic relations between clauses. Experimental results indicate that MGSAG surpasses the existing state-of-the-art ECPE models. Especially, MGSAG outperforms other models significantly in the condition of position-insensitive data.

Foundations

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

Your Notes