paper-with-me

Papers

Affective and Contextual Embedding for Sarcasm Detection

2020-12-01 · COLING 2020 8 · Nastaran Babanejad, Heidar Davoudi, Aijun An, Manos Papagelis

Automatic sarcasm detection from text is an important classification task that can help identify the actual sentiment in user-generated data, such as reviews or tweets. Despite its usefulness, sarcasm detection remains a challenging task, due to a lack of any vocal intonation or facial gestures in textual data. To date, most of the approaches to addressing the problem have relied on hand-crafted affect features, or pre-trained models of non-contextual word embeddings, such as Word2vec. However, these models inherit limitations that render them inadequate for the task of sarcasm detection. In this paper, we propose two novel deep neural network models for sarcasm detection, namely ACE 1 and ACE 2. Given as input a text passage, the models predict whether it is sarcastic (or not). Our models extend the architecture of BERT by incorporating both affective and contextual features. To the best of our knowledge, this is the first attempt to directly alter BERT{'}s architecture and train it from scratch to build a sarcasm classifier. Extensive experiments on different datasets demonstrate that the proposed models outperform state-of-the-art models for sarcasm detection with significant margins.

📄 PDF Abstract BibTeX

Code (1)

nastaranba/ace-for-sarcasm-detection 공식 구현 pytorch

Tasks

Sarcasm DetectionWord Embeddings

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Reactive Supervision: A New Method for Collecting Sarcasm Data

2020-09-28 · EMNLP 2020 11 · Boaz Shmueli, Lun-Wei Ku, Soumya Ray

Sarcasm detection is an important task in affective computing, requiring large amounts of labeled data. We introduce reactive supervision, a novel data collection method that utilizes the dynamics of online conversations…

Sarcasm Detection

Multi-task Learning Using a Combination of Contextualised and Static Word Embeddings for Arabic Sarcasm Detection and Sentiment Analysis

2021-04-01 · EACL (WANLP) 2021 4 · Abdullah I. Alharbi, Mark Lee

Sarcasm detection and sentiment analysis are important tasks in Natural Language Understanding. Sarcasm is a type of expression where the sentiment polarity is flipped by an interfering factor. In this study, we exploite…

Multi-Task LearningNatural Language UnderstandingSarcasm DetectionSentiment Analysis+1

A Contextual Word Embedding for Arabic Sarcasm Detection with Random Forests

2021-04-01 · EACL (WANLP) 2021 4 · Hazem Elgabry, Shimaa Attia, Ahmed Abdel-Rahman, Ahmed Abdel-Ate 외

Sarcasm detection is of great importance in understanding people’s true sentiments and opinions. Many online feedbacks, reviews, social media comments, etc. are sarcastic. Several researches have already been done in thi…

Data AugmentationSarcasm Detection

DIP: Dual Incongruity Perceiving Network for Sarcasm Detection

2023-01-01 · CVPR 2023 1 · Changsong Wen, Guoli Jia, Jufeng Yang

Sarcasm indicates the literal meaning is contrary to the real attitude. Considering the popularity and complementarity of image-text data, we investigate the task of multi-modal sarcasm detection. Different from othe…

Sarcasm DetectionSemantic SimilaritySemantic Textual Similarity

NULL at SemEval-2022 Task 6: Intended Sarcasm Detection Using Stylistically Fused Contextualized Representation and Deep Learning

2022-07-01 · SemEval (NAACL) 2022 7 · Mostafa Rahgouy, Hamed Babaei Giglou, Taher Rahgooy, Cheryl Seals

The intended sarcasm cannot be understood until the listener observes that the text’s literal meaning violates truthfulness. Consequently, words and meanings play an essential role in specifying sarcasm. Enriched feature…

Sarcasm Detection