paper-with-me

Papers

World model inspired sarcasm reasoning with large language model agents

2025-12-30 · Keito Inoshita, Shinnosuke Mizuno arxiv

Sarcasm understanding is a challenging problem in natural language processing, as it requires capturing the discrepancy between the surface meaning of an utterance and the speaker's intentions as well as the surrounding social context. Although recent advances in deep learning and Large Language Models (LLMs) have substantially improved performance, most existing approaches still rely on black-box predictions of a single model, making it difficult to structurally explain the cognitive factors underlying sarcasm. Moreover, while sarcasm often emerges as a mismatch between semantic evaluation and normative expectations or intentions, frameworks that explicitly decompose and model these components remain limited. In this work, we reformulate sarcasm understanding as a world model inspired reasoning process and propose World Model inspired SArcasm Reasoning (WM-SAR), which decomposes literal meaning, context, normative expectation, and intention into specialized LLM-based agents. The discrepancy between literal evaluation and normative expectation is explicitly quantified as a deterministic inconsistency score, and together with an intention score, these signals are integrated by a lightweight Logistic Regression model to infer the final sarcasm probability. This design leverages the reasoning capability of LLMs while maintaining an interpretable numerical decision structure. Experiments on representative sarcasm detection benchmarks show that WM-SAR consistently outperforms existing deep learning and LLM-based methods. Ablation studies and case analyses further demonstrate that integrating semantic inconsistency and intention reasoning is essential for effective sarcasm detection, achieving both strong performance and high interpretability.

📄 PDF Abstract BibTeX arXiv:2512.24329

Code (0)

등록된 구현이 없습니다.

Tasks

Sarcasm Detection

Similar Papers 제목 키워드 기반

CofiPara: A Coarse-to-fine Paradigm for Multimodal Sarcasm Target Identification with Large Multimodal Models

2024-05-01 · Hongzhan Lin, Zixin Chen, Ziyang Luo, Mingfei Cheng 외

Social media abounds with multimodal sarcasm, and identifying sarcasm targets is particularly challenging due to the implicit incongruity not directly evident in the text and image modalities. Current methods for Multimo…

Language ModelingLanguage ModellingMultimodal ReasoningSarcasm Detection+1

RAM-SD: Retrieval-Augmented Multi-agent framework for Sarcasm Detection

2026-01-14 · Ziyang Zhou, Ziqi Liu, Yan Wang, Yiming Lin 외 arxiv

Sarcasm detection remains a significant challenge due to its reliance on nuanced contextual understanding, world knowledge, and multi-faceted linguistic cues that vary substantially across different sarcastic expressions…

Sarcasm Detection

Detecting Emotional Incongruity of Sarcasm by Commonsense Reasoning

2024-12-17 · Ziqi Qiu, Jianxing Yu, Yufeng Zhang, Hanjiang Lai 외

This paper focuses on sarcasm detection, which aims to identify whether given statements convey criticism, mockery, or other negative sentiment opposite to the literal meaning. To detect sarcasm, humans often require a c…

Contrastive LearningSarcasm Detection

Commander-GPT: Fully Unleashing the Sarcasm Detection Capability of Multi-Modal Large Language Models

2025-03-24 · Yazhou Zhang, Chunwang Zou, Bo wang, Jing Qin

Sarcasm detection, as a crucial research direction in the field of Natural Language Processing (NLP), has attracted widespread attention. Traditional sarcasm detection tasks have typically focused on single-modal approac…

Large Language ModelSarcasm Detection

SarcasmBench: Towards Evaluating Large Language Models on Sarcasm Understanding

2024-08-21 · Yazhou Zhang, Chunwang Zou, Zheng Lian, Prayag Tiwari 외

In the era of large language models (LLMs), the task of ``System I''~-~the fast, unconscious, and intuitive tasks, e.g., sentiment analysis, text classification, etc., have been argued to be successfully solved. However,…

Logical ReasoningMathematical ReasoningSarcasm DetectionSentiment Analysis+2