paper-with-me

Papers

Sarcasm Detection Framework Using Context, Emotion and Sentiment Features

2022-11-23 · Oxana Vitman, Yevhen Kostiuk, Grigori Sidorov, Alexander Gelbukh

Sarcasm detection is an essential task that can help identify the actual sentiment in user-generated data, such as discussion forums or tweets. Sarcasm is a sophisticated form of linguistic expression because its surface meaning usually contradicts its inner, deeper meaning. Such incongruity is the essential component of sarcasm, however, it makes sarcasm detection quite a challenging task. In this paper, we propose a model, that incorporates different features to capture the incongruity intrinsic to sarcasm. We use a pre-trained transformer and CNN to capture context features, and we use transformers pre-trained on emotions detection and sentiment analysis tasks. Our approach outperformed previous state-of-the-art results on four datasets from social networking platforms and online media.

📄 PDF Abstract BibTeX arXiv:2211.13014

Code (0)

등록된 구현이 없습니다.

Tasks

Sarcasm DetectionSentiment Analysis

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Adam 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

An Emoji-aware Multitask Framework for Multimodal Sarcasm Detection

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Sarcasm is a case of implicit emotion and needs additional information like context and multimodality for its better detection. But sometimes this additional information also fails to help in sarcasm detection. For examp…

Sarcasm Detection

Sentiment and Emotion help Sarcasm? A Multi-task Learning Framework for Multi-Modal Sarcasm, Sentiment and Emotion Analysis

2020-07-01 · ACL 2020 6 · Dushyant Singh Chauhan, Dhanush S R, Asif Ekbal, Pushpak Bhattacharyya

In this paper, we hypothesize that sarcasm is closely related to sentiment and emotion, and thereby propose a multi-task deep learning framework to solve all these three problems simultaneously in a multi-modal conversat…

Emotion RecognitionMulti-Task LearningSarcasm DetectionSentence+1

Sarcasm Detection Using Deep Convolutional Neural Networks: A Modular Deep Learning Framework

2025-10-12 · Manas Zambre, Sarika Bobade arxiv

Sarcasm is a nuanced and often misinterpreted form of communication, especially in text, where tone and body language are absent. This paper proposes a modular deep learning framework for sarcasm detection, leveraging De…

Sentiment AnalysisSarcasm Detection

A Quantum Probability Driven Framework for Joint Multi-Modal Sarcasm, Sentiment and Emotion Analysis

2023-06-06 · Yaochen Liu, Yazhou Zhang, Dawei Song

Sarcasm, sentiment, and emotion are three typical kinds of spontaneous affective responses of humans to external events and they are tightly intertwined with each other. Such events may be expressed in multiple modalitie…

Decision MakingEmotion Recognition

Sentiment and Sarcasm Classification with Multitask Learning

2019-01-23 · Navonil Majumder, Soujanya Poria, Haiyun Peng, Niyati Chhaya 외

Sentiment classification and sarcasm detection are both important natural language processing (NLP) tasks. Sentiment is always coupled with sarcasm where intensive emotion is expressed. Nevertheless, most literature cons…

ClassificationGeneral ClassificationMulti-Task LearningSarcasm Detection+2