paper-with-me

Papers

Sarcasm Detection Using an Ensemble Approach

2020-07-01 · WS 2020 7 · Jens Lemmens, Ben Burtenshaw, Ehsan Lotfi, Ilia Markov, Walter Daelemans

We present an ensemble approach for the detection of sarcasm in Reddit and Twitter responses in the context of The Second Workshop on Figurative Language Processing held in conjunction with ACL 2020. The ensemble is trained on the predicted sarcasm probabilities of four component models and on additional features, such as the sentiment of the comment, its length, and source (Reddit or Twitter) in order to learn which of the component models is the most reliable for which input. The component models consist of an LSTM with hashtag and emoji representations; a CNN-LSTM with casing, stop word, punctuation, and sentiment representations; an MLP based on Infersent embeddings; and an SVM trained on stylometric and emotion-based features. All component models use the two conversational turns preceding the response as context, except for the SVM, which only uses features extracted from the response. The ensemble itself consists of an adaboost classifier with the decision tree algorithm as base estimator and yields F1-scores of 67{\%} and 74{\%} on the Reddit and Twitter test data, respectively.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Sarcasm Detection

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

ArSarcasm Shared Task: An Ensemble BERT Model for SarcasmDetection in Arabic Tweets

2021-04-01 · EACL (WANLP) 2021 4 · Laila Bashmal, Daliyah AlZeer

Detecting Sarcasm has never been easy for machines to process. In this work, we present our submission of the sub-task1 of the shared task on sarcasm and sentiment detection in Arabic organized by the 6th Workshop for Ar…

Contrastive LearningSarcasm DetectionSentenceSentence Embedding+1

Sarcasm and Sentiment Detection in Arabic: investigating the interest of character-level features

2021-04-01 · EACL (WANLP) 2021 4 · Dhaou Ghoul, Gaël Lejeune

We present three methods developed for the Shared Task on Sarcasm and Sentiment Detection in Arabic. We present a baseline that uses character n-gram features. We also propose two more sophisticated methods: a recurrent …

Sarcasm Detection

Sarcasm Detection in a Less-Resourced Language

2024-10-16 · Lazar Đoković, Marko Robnik-Šikonja

The sarcasm detection task in natural language processing tries to classify whether an utterance is sarcastic or not. It is related to sentiment analysis since it often inverts surface sentiment. Because sarcastic senten…

Language ModelingLanguage ModellingMachine TranslationSarcasm Detection+1

Amrita_CEN at SemEval-2022 Task 6: A Machine Learning Approach for Detecting Intended Sarcasm using Oversampling

2022-07-01 · SemEval (NAACL) 2022 7 · Aparna K Ajayan, Krishna Mohanan, Anugraha S, Premjith B 외

This paper describes the submission of the team Amrita_CEN to the shared task on iSarcasm Eval: Intended Sarcasm Detection in English and Arabic at SemEval 2022. We employed machine learning algorithms towards sarcasm de…

Feature EngineeringregressionSarcasm Detection

Sarcasm and Sentiment Detection in Arabic language A Hybrid Approach Combining Embeddings and Rule-based Features

2021-04-01 · EACL (WANLP) 2021 4 · Kamel Gaanoun, Imade Benelallam

This paper presents the ArabicProcessors team’s system designed for sarcasm (subtask 1) and sentiment (subtask 2) detection shared task. We created a hybrid system by combining rule-based features and both static and dyn…