IronyMagnet at SemEval-2018 Task 3: A Siamese network for Irony detection in Social media
This paper describes our system, entitled IronyMagnet, for the 3rd Task of the SemEval 2018 workshop, {`}Irony Detection in English Tweets{''}. In Task 1, irony classification task has been considered as a binary classification task. Now for the first time, finer categories of irony are considered as part of a shared task. In task 2, three types of irony are considered; {}Irony by contrast{''} - ironic instances where evaluative expression portrays inverse polarity (positive, negative) of the literal proposition; {}Situational irony{''} - ironic instances where output of a situation do not comply with its expectation; {`}Other verbal irony{''} - instances where ironic intent does not rely on polarity contrast or unexpected outcome. We proposed a Siamese neural network for irony detection, which is consisted of two subnetworks, each containing a long short term memory layer(LSTM) and an embedding layer initialized with vectors from Glove word embedding 1 . The system achieved a f-score of 0.72, and 0.50 in task 1, and task 2 respectively.
Code (0)
등록된 구현이 없습니다.
Tasks
Binary ClassificationGeneral ClassificationTask 2Text ClassificationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
ALANIS at SemEval-2018 Task 3: A Feature Engineering Approach to Irony Detection in English Tweets
This paper describes the ALANIS system that participated in Task 3 of SemEval-2018. We develop a system for detection of irony, as well as the detection of three types of irony: verbal polar irony, other verbal irony, an…
Feature EngineeringregressionSemantic Textual SimilarityNIHRIO at SemEval-2018 Task 3: A Simple and Accurate Neural Network Model for Irony Detection in Twitter
This paper describes our NIHRIO system for SemEval-2018 Task 3 "Irony detection in English tweets". We propose to use a simple neural network architecture of Multilayer Perceptron with various types of input features inc…
Lancaster at SemEval-2018 Task 3: Investigating Ironic Features in English Tweets
This paper describes the system we submitted to SemEval-2018 Task 3. The aim of the system is to distinguish between irony and non-irony in English tweets. We create a targeted feature set and analyse how different featu…
Sentiment AnalysisSSN MLRG1 at SemEval-2018 Task 3: Irony Detection in English Tweets Using MultiLayer Perceptron
Sentiment analysis plays an important role in E-commerce. Identifying ironic and sarcastic content in text plays a vital role in inferring the actual intention of the user, and is necessary to increase the accuracy of se…
feature selectionOpinion MiningSarcasm DetectionSentiment AnalysisBinarizer at SemEval-2018 Task 3: Parsing dependency and deep learning for irony detection
In this paper, we describe the system submitted for the SemEval 2018 Task 3 (Irony detection in English tweets) Subtask A by the team Binarizer. Irony detection is a key task for many natural language processing works. O…
General Classification