SOTAVerified

MarSan at SemEval-2022 Task 6: iSarcasm Detection via T5 and Sequence Learners

2022-07-01SemEval (NAACL) 2022Unverified0· sign in to hype

Maryam Najafi, Ehsan Tavan

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

The paper describes SemEval-2022’s shared task “Intended Sarcasm Detection in English and Arabic.” This task includes English and Arabic tweets with sarcasm and non-sarcasm samples and irony speech labels.The first two subtasks predict whether a text is sarcastic and the ironic category the sarcasm sample belongs to. The third one is to find the sarcastic sample from its non-sarcastic paraphrase. Deep neural networks have recently achieved highly competitive performance in many tasks.Combining deep learning with language models has also resulted in acceptable accuracy. Inspired by this, we propose a novel deep learning model on top of language models. On top of T5, this architecture uses an encoder module of the transformer, followed by LSTM and attention to utilizing past and future information, concentrating on informative tokens. Due to the success of the proposed model, we used the same architecture with a few modifications to the output layer in all three subtasks.

Tasks

Reproductions