paper-with-me

Papers

FiLMing Multimodal Sarcasm Detection with Attention

2021-08-09 · Sundesh Gupta, Aditya Shah, Miten Shah, Laribok Syiemlieh, Chandresh Maurya

Sarcasm detection identifies natural language expressions whose intended meaning is different from what is implied by its surface meaning. It finds applications in many NLP tasks such as opinion mining, sentiment analysis, etc. Today, social media has given rise to an abundant amount of multimodal data where users express their opinions through text and images. Our paper aims to leverage multimodal data to improve the performance of the existing systems for sarcasm detection. So far, various approaches have been proposed that uses text and image modality and a fusion of both. We propose a novel architecture that uses the RoBERTa model with a co-attention layer on top to incorporate context incongruity between input text and image attributes. Further, we integrate feature-wise affine transformation by conditioning the input image through FiLMed ResNet blocks with the textual features using the GRU network to capture the multimodal information. The output from both the models and the CLS token from RoBERTa is concatenated and used for the final prediction. Our results demonstrate that our proposed model outperforms the existing state-of-the-art method by 6.14% F1 score on the public Twitter multimodal sarcasm detection dataset.

📄 PDF Abstract BibTeX arXiv:2110.00416

Code (1)

sundeshgupta/FiLMing-Multimodal-Sarcasm-Detection pytorch

Tasks

Opinion MiningSarcasm DetectionSentiment Analysis

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
WordPiece 설명 없음
Adam 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Weight Decay 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Multimodal Learning using Optimal Transport for Sarcasm and Humor Detection

2021-10-21 · Shraman Pramanick, Aniket Roy, Vishal M. Patel

Multimodal learning is an emerging yet challenging research area. In this paper, we deal with multimodal sarcasm and humor detection from conversational videos and image-text pairs. Being a fleeting action, which is refl…

Humor DetectionSarcasm Detection

AMuSeD: An Attentive Deep Neural Network for Multimodal Sarcasm Detection Incorporating Bi-modal Data Augmentation

2024-12-13 · Xiyuan Gao, Shubhi Bansal, Kushaan Gowda, Zhu Li 외

Detecting sarcasm effectively requires a nuanced understanding of context, including vocal tones and facial expressions. The progression towards multimodal computational methods in sarcasm detection, however, faces chall…

Data AugmentationSarcasm DetectionSpeech Synthesistext-to-speech+1

Modelling Visual Semantics via Image Captioning to extract Enhanced Multi-Level Cross-Modal Semantic Incongruity Representation with Attention for Multimodal Sarcasm Detection

2024-08-05

Sarcasm is a type of irony, characterized by an inherent mismatch between the literal interpretation and the intended connotation. Though sarcasm detection in text has been extensively studied, there are situations in wh…

DescriptiveImage CaptioningLanguage ModellingSarcasm Detection

Multimodal Sarcasm Target Identification in Tweets

2022-05-01 · ACL 2022 5 · Jiquan Wang, Lin Sun, Yi Liu, Meizhi Shao 외

Sarcasm is important to sentiment analysis on social media. Sarcasm Target Identification (STI) deserves further study to understand sarcasm in depth. However, text lacking context or missing sarcasm target makes target …

Sentiment Analysis

Towards Multimodal Sarcasm Detection (An _Obviously_ Perfect Paper)

2019-06-05 · Santiago Castro, Devamanyu Hazarika, Verónica Pérez-Rosas, Roger Zimmermann 외

Sarcasm is often expressed through several verbal and non-verbal cues, e.g., a change of tone, overemphasis in a word, a drawn-out syllable, or a straight looking face. Most of the recent work in sarcasm detection has be…

Sarcasm Detection