CAF-I, a multi-agent LLM framework with context, semantic, and rhetorical agents plus a refinement evaluator, reports state-of-the-art zero-shot irony detection, averaging 76.31 Macro-F1 across four benchmarks.
Is Sarcasm Detection A Step-by-Step Reasoning Process in Large Language Models?
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Elaborating a series of intermediate reasoning steps significantly improves the ability of large language models (LLMs) to solve complex problems, as such steps would evoke LLMs to think sequentially. However, human sarcasm understanding is often considered an intuitive and holistic cognitive process, in which various linguistic, contextual, and emotional cues are integrated to form a comprehensive understanding, in a way that does not necessarily follow a step-by-step fashion. To verify the validity of this argument, we introduce a new prompting framework (called SarcasmCue) containing four sub-methods, viz. chain of contradiction (CoC), graph of cues (GoC), bagging of cues (BoC) and tensor of cues (ToC), which elicits LLMs to detect human sarcasm by considering sequential and non-sequential prompting methods. Through a comprehensive empirical comparison on four benchmarks, we highlight three key findings: (1) CoC and GoC show superior performance with more advanced models like GPT-4 and Claude 3.5, with an improvement of 3.5%. (2) ToC significantly outperforms other methods when smaller LLMs are evaluated, boosting the F1 score by 29.7% over the best baseline. (3) Our proposed framework consistently pushes the state-of-the-art (i.e., ToT) by 4.2%, 2.0%, 29.7%, and 58.2% in F1 scores across four datasets. This demonstrates the effectiveness and stability of the proposed framework.
fields
cs.CL 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
CAF-I: A Collaborative Multi-Agent Framework for Enhanced Irony Detection with Large Language Models
CAF-I, a multi-agent LLM framework with context, semantic, and rhetorical agents plus a refinement evaluator, reports state-of-the-art zero-shot irony detection, averaging 76.31 Macro-F1 across four benchmarks.