paper-with-me

홈 › Papers

NTUA-SLP at SemEval-2018 Task 3: Tracking Ironic Tweets using Ensembles of Word and Character Level Attentive RNNs

2018-04-18 · SEMEVAL 2018 6 · Christos Baziotis, Nikos Athanasiou, Pinelopi Papalampidi, Athanasia Kolovou, Georgios Paraskevopoulos, Nikolaos Ellinas, Alexandros Potamianos

In this paper we present two deep-learning systems that competed at SemEval-2018 Task 3 "Irony detection in English tweets". We design and ensemble two independent models, based on recurrent neural networks (Bi-LSTM), which operate at the word and character level, in order to capture both the semantic and syntactic information in tweets. Our models are augmented with a self-attention mechanism, in order to identify the most informative words. The embedding layer of our word-level model is initialized with word2vec word embeddings, pretrained on a collection of 550 million English tweets. We did not utilize any handcrafted features, lexicons or external datasets as prior information and our models are trained end-to-end using back propagation on constrained data. Furthermore, we provide visualizations of tweets with annotations for the salient tokens of the attention layer that can help to interpret the inner workings of the proposed models. We ranked 2nd out of 42 teams in Subtask A and 2nd out of 31 teams in Subtask B. However, post-task-completion enhancements of our models achieve state-of-the-art results ranking 1st for both subtasks.

📄 PDF Abstract BibTeX arXiv:1804.06659

Code (3)

FengJiaChunFromSYSU/ntua-slp-semeval2018 pytorch
alexandra-chron/ntua-slp-semeval2018 pytorch
cbaziotis/ntua-slp-semeval2018 pytorch

Tasks

Word Embeddings

Similar Papers 제목 키워드 기반

NLPRL-IITBHU at SemEval-2018 Task 3: Combining Linguistic Features and Emoji pre-trained CNN for Irony Detection in Tweets

2018-06-01 · SEMEVAL 2018 6 · Harsh Rangwani, Devang Kulshreshtha, Anil Kumar Singh

This paper describes our participation in SemEval 2018 Task 3 on Irony Detection in Tweets. We combine linguistic features with pre-trained activations of a neural network. The CNN is trained on the emoji prediction task…

ClassificationGeneral ClassificationSarcasm Detection

CTSys at SemEval-2018 Task 3: Irony in Tweets

2018-06-01 · SEMEVAL 2018 6 · Myan Sherif, Sherine Mamdouh, Wegdan Ghazi

The objective of this paper is to provide a description for a system built as our participation in SemEval-2018 Task 3 on Irony detection in English tweets. This system classifies a tweet as either ironic or non-ironic t…

Feature EngineeringGeneral Classification

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

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

LDR at SemEval-2018 Task 3: A Low Dimensional Text Representation for Irony Detection

2018-06-01 · SEMEVAL 2018 6 · Bilal Ghanem, Francisco Rangel, Paolo Rosso

In this paper we describe our participation in the SemEval-2018 task 3 Shared Task on Irony Detection. We have approached the task with our low dimensionality representation method (LDR), which exploits low dimensional f…

Sentiment Analysis