Generation or Judgement? A Paradigm Perspective on LLM-Based Emotion-Cause Pair Extraction in Conversation A study from arXiv finds that LLM-based emotion-cause pair extraction in conversation performs better when formulated as pair-level judgement rather than dialogue-level generation, with pair-level judgement outperforming in all 18 controlled comparisons. The LLMs recognized 92.7%-98.1% of emotion-cause relations under explicit pair queries but struggled to discover complete pair sets. The researchers introduced an auxiliary retriever that improved F1 scores by 0.50-1.46 points across three datasets with only 1.49x inference time overhead. arXiv:2607.26967v1 Announce Type: new Abstract: Emotion-cause pair extraction in conversation ECPEC identifies utterance pairs in which one utterance causes an emotion expressed in another. Recent LLM-based approaches formulate ECPEC at markedly different granularities, ranging from generating complete pair sets to judging individual candidate pairs. In this paper, we make the surprising observation that task formulation substantially affects performance, where pair-level judgement outperforms dialogue-level generation in all 18 controlled comparisons. We investigate the sources of this paradigm gap and find that many relations omitted by dialogue-level generation remain recognizable under explicit pair queries, under which the model recognizes 92.7%-98.1% of emotion-cause relations. This suggests that LLMs can recognize emotion-cause relations but struggle to discover and return complete pair sets. Pair-level judgement alleviates this burden, although its candidate rankings are more reliable than the binary decisions produced by a shared threshold. Based on this diagnosis, we introduce an auxiliary retriever that selectively re-examines ambiguous boundary cases, yielding consistent F1 improvements of 0.50-1.46 points across three datasets while maintaining an inference time of only 1.49x that of the baseline paradigm. These findings show that task decomposition and candidate scope are critical to effectively utilizing LLMs for ECPEC.