CLOct 8, 2021

Perceived and Intended Sarcasm Detection with Graph Attention Networks

arXiv:2110.04001v1663 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses sarcasm detection in social media, which is an incremental improvement by integrating social relationships and user history.

The paper tackled sarcasm detection by incorporating user historical tweets and social interaction graphs, achieving state-of-the-art results on a dataset of 19k Twitter users with 30K labeled tweets and 10M unlabeled tweets as context.

Existing sarcasm detection systems focus on exploiting linguistic markers, context, or user-level priors. However, social studies suggest that the relationship between the author and the audience can be equally relevant for the sarcasm usage and interpretation. In this work, we propose a framework jointly leveraging (1) a user context from their historical tweets together with (2) the social information from a user's conversational neighborhood in an interaction graph, to contextualize the interpretation of the post. We use graph attention networks (GAT) over users and tweets in a conversation thread, combined with dense user history representations. Apart from achieving state-of-the-art results on the recently published dataset of 19k Twitter users with 30K labeled tweets, adding 10M unlabeled tweets as context, our results indicate that the model contributes to interpreting the sarcastic intentions of an author more than to predicting the sarcasm perception by others.

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