Perceived and Intended Sarcasm Detection with Graph Attention Networks
Joan Plepi, Lucie Flek

TL;DR
This paper introduces a graph attention network-based framework that incorporates user social context and historical data to improve sarcasm detection, emphasizing author intent interpretation over perception prediction.
Contribution
It presents a novel approach combining user history and social graph data with GATs for sarcasm detection, achieving state-of-the-art results.
Findings
State-of-the-art accuracy on Twitter sarcasm dataset
Model better interprets author’s sarcastic intent
Utilizes 10 million unlabeled tweets as context
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSentiment Analysis and Opinion Mining · Topic Modeling · Advanced Text Analysis Techniques
