Search papers, labs, and topics across Lattice.
This paper investigates the Emotion-Cause Pair Extraction (ECPE) task, demonstrating that high performance on the binary pair/non-pair prediction subtask does not necessarily equate to identifying grounded emotion explanations. The authors find that models trained on this binary task tend to prioritize direct triggers and lexical similarity over contextual support, leading to inaccurate attributions. Analysis of the IEMO-MECP dataset reveals that "emo-context" utterances, crucial for interpreting emotions, are often misclassified, highlighting the limitations of relying solely on direct causes.
Just because an AI can identify the trigger for an emotion doesn't mean it understands *why* that emotion occurred – and current benchmarks are misleading us.
Emotion-Cause Pair Extraction (ECPE) was introduced to explain why an emotion occurs, but this goal is now often reduced to binary pair/non-pair prediction. This proxy is useful for direct-cause extraction, yet easy to over-read as evidence grounded emotion explanation. We show that this interpretation is only partially valid. In IEMO-MECP, 90.9% of original positives remain emo-cause and 95.0% of original negatives remain non-pair, confirming that the binary ECPE task is largely preserved. The problem is that direct triggers alone do not constitute a grounded explanation. Emo-context, an utterance that helps interpret a target emotion without directly causing it, appears on both sides of the original boundary and is enriched near binary uncertainty, showing that the binary boundary has no stable place for such discourse evidence. Across evaluated ECPE models, direct triggers are recovered more reliably than contextual support. Under shortcut pressure, this imbalance becomes consequential. Binary-trained models assign higher pair scores to nearby lexically similar non-pair candidates than to evidence supported but structurally harder emo-cause and emo-context pairs. Thus, pair scores can reward convenient attributions over grounded explanations. High binary ECPE performance indicates that a model can identify direct triggers; it does not indicate that the model has explained the emotion. Code is publicly available at https://github.com/panzhzh/ECPExsame.