TL;DR
This paper compares different models and data augmentation techniques for sarcasm detection on social media, highlighting the effectiveness of mutation-based augmentation with transformer models, and reports improved results after model refinement.
Contribution
It provides a comparative analysis of traditional, transformer, and attention-based models with mutation and generation data augmentation for sarcasm detection.
Findings
Mutation-based data augmentation improved model performance.
Transformer models outperformed traditional machine learning approaches.
Post-competition model tuning increased F1-sarcastic from 0.38 to 0.414.
Abstract
Sarcasm is a term that refers to the use of words to mock, irritate, or amuse someone. It is commonly used on social media. The metaphorical and creative nature of sarcasm presents a significant difficulty for sentiment analysis systems based on affective computing. The methodology and results of our team, UTNLP, in the SemEval-2022 shared task 6 on sarcasm detection are presented in this paper. We put different models, and data augmentation approaches to the test and report on which one works best. The tests begin with traditional machine learning models and progress to transformer-based and attention-based models. We employed data augmentation based on data mutation and data generation. Using RoBERTa and mutation-based data augmentation, our best approach achieved an F1-sarcastic of 0.38 in the competition's evaluation phase. After the competition, we fixed our model's flaws and…
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
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Adam · Residual Connection · Dense Connections · Attention Dropout · Softmax · Dropout · Layer Normalization
