CLSep 8, 2021

A Dual-Channel Framework for Sarcasm Recognition by Detecting Sentiment Conflict

arXiv:2109.03587v2629 citations
AI Analysis

This addresses the challenge of recognizing sophisticated and obscure sentiment in sarcasm detection, which is incremental as it builds on existing methods for sentiment analysis.

The paper tackles sarcasm recognition by detecting sentiment conflict between literal and implied sentiments, proposing a Dual-Channel Framework (DC-Net) that achieves state-of-the-art performance on political debates and Twitter datasets.

Sarcasm employs ambivalence, where one says something positive but actually means negative, and vice versa. The essence of sarcasm, which is also a sufficient and necessary condition, is the conflict between literal and implied sentiments expressed in one sentence. However, it is difficult to recognize such sentiment conflict because the sentiments are mixed or even implicit. As a result, the recognition of sophisticated and obscure sentiment brings in a great challenge to sarcasm detection. In this paper, we propose a Dual-Channel Framework by modeling both literal and implied sentiments separately. Based on this dual-channel framework, we design the Dual-Channel Network~(DC-Net) to recognize sentiment conflict. Experiments on political debates (i.e. IAC-V1 and IAC-V2) and Twitter datasets show that our proposed DC-Net achieves state-of-the-art performance on sarcasm recognition. Our code is released to support research.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes