PulseAugur
EN
LIVE 07:49:31

LLM conversation analysis: Pair judgment outperforms generation

A new paper from arXiv explores the effectiveness of different approaches for emotion-cause pair extraction in conversations using large language models (LLMs). The research found that formulating the task as a pair-level judgment, where the LLM assesses individual candidate pairs, significantly outperforms dialogue-level generation methods. This is because LLMs are better at recognizing existing relations when explicitly queried rather than discovering and generating complete sets of relations. The study introduces an auxiliary retriever to improve performance by re-examining ambiguous cases, leading to consistent F1 score improvements. AI

IMPACT Suggests task decomposition and candidate scope are critical for effective LLM use in relation extraction.

RANK_REASON Academic paper on LLM capabilities for a specific NLP task. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.CL →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

LLM conversation analysis: Pair judgment outperforms generation

COVERAGE [1]

  1. arXiv cs.CL TIER_1 English(EN) · Weijie Feng, Hongchuang Wang, Binbin Liu, Zhiyong Cheng ·

    Generation or Judgement? A Paradigm Perspective on LLM-Based Emotion-Cause Pair Extraction in Conversation

    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…