paper-with-me

Papers

IronyMagnet at SemEval-2018 Task 3: A Siamese network for Irony detection in Social media

2018-06-01 · SEMEVAL 2018 6 · Aniruddha Ghosh, Tony Veale

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationGeneral ClassificationTask 2Text Classification

Methods 이 논문이 사용한 방법론

GloVe GloVe Embeddings are a type of word embedding that encode the co-occurrence probability ratio between two words as vector differences. GloVe uses a weighted least squares…

Similar Papers 제목 키워드 기반

ALANIS at SemEval-2018 Task 3: A Feature Engineering Approach to Irony Detection in English Tweets

2018-06-01 · SEMEVAL 2018 6 · Kevin Swanberg, Madiha Mirza, Ted Pedersen, Zhenduo Wang

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 Similarity

NIHRIO at SemEval-2018 Task 3: A Simple and Accurate Neural Network Model for Irony Detection in Twitter

2018-04-02 · SEMEVAL 2018 6 · Thanh Vu, Dat Quoc Nguyen, Xuan-Son Vu, Dai Quoc Nguyen 외

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

2018-06-01 · SEMEVAL 2018 6 · Edward Dearden, Alistair Baron

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 Analysis

SSN MLRG1 at SemEval-2018 Task 3: Irony Detection in English Tweets Using MultiLayer Perceptron

2018-06-01 · SEMEVAL 2018 6 · Rajalakshmi S, Angel Deborah S, S Milton Rajendram, Mirnalinee T T

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 Analysis

Binarizer at SemEval-2018 Task 3: Parsing dependency and deep learning for irony detection

2018-05-03 · SEMEVAL 2018 6 · Nishant Nikhil, Muktabh Mayank Srivastava

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