paper-with-me

홈 › Papers

IIIDYT at IEST 2018: Implicit Emotion Classification With Deep Contextualized Word Representations

2018-08-27 · WS 2018 10 · Jorge A. Balazs, Edison Marrese-Taylor, Yutaka Matsuo

In this paper we describe our system designed for the WASSA 2018 Implicit Emotion Shared Task (IEST), which obtained 2$^{\text{nd}}$ place out of 26 teams with a test macro F1 score of $0.710$. The system is composed of a single pre-trained ELMo layer for encoding words, a Bidirectional Long-Short Memory Network BiLSTM for enriching word representations with context, a max-pooling operation for creating sentence representations from said word vectors, and a Dense Layer for projecting the sentence representations into label space. Our official submission was obtained by ensembling 6 of these models initialized with different random seeds. The code for replicating this paper is available at https://github.com/jabalazs/implicit_emotion.

📄 PDF Abstract BibTeX arXiv:1808.08672

Code (1)

jabalazs/implicit_emotion 공식 구현 pytorch

Tasks

Emotion ClassificationGeneral ClassificationSentence

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…
ELMo Embeddings from Language Models, or ELMo, is a type of deep contextualized word representation that models both (1) complex characteristics of word use (e.g., syntax and…

Similar Papers 제목 키워드 기반

DataSEARCH at IEST 2018: Multiple Word Embedding based Models for Implicit Emotion Classification of Tweets with Deep Learning

2018-10-01 · WS 2018 10 · Yasas Senarath, Uthayasanker Thayasivam

This paper describes an approach to solve implicit emotion classification with the use of pre-trained word embedding models to train multiple neural networks. The system described in this paper is composed of a sequentia…

ClassificationEmotion ClassificationGeneral ClassificationOpinion Mining+2

SINAI at IEST 2018: Neural Encoding of Emotional External Knowledge for Emotion Classification

2018-10-01 · WS 2018 10 · Flor Miriam Plaza-del-Arco, Eugenio Mart{\'\i}nez-C{\'a}mara, Maite Martin, L. Alfonso Ure{\~n}a- L{\'o}pez

In this paper, we describe our participation in WASSA 2018 Implicit Emotion Shared Task (IEST 2018). We claim that the use of emotional external knowledge may enhance the performance and the capacity of generalization of…

Emotion ClassificationEmotion RecognitionGeneral ClassificationSentiment Analysis

HGSGNLP at IEST 2018: An Ensemble of Machine Learning and Deep Neural Architectures for Implicit Emotion Classification in Tweets

2018-10-01 · WS 2018 10 · Wenting Wang

This paper describes our system designed for the WASSA-2018 Implicit Emotion Shared Task (IEST). The task is to predict the emotion category expressed in a tweet by removing the terms \textit{angry}, \textit{afraid}, \te…

Common Sense ReasoningEmotion ClassificationEmotion RecognitionGeneral Classification+1

EmotiKLUE at IEST 2018: Topic-Informed Classification of Implicit Emotions

2018-10-01 · WS 2018 10 · Thomas Proisl, Philipp Heinrich, Besim Kabashi, Stefan Evert

EmotiKLUE is a submission to the Implicit Emotion Shared Task. It is a deep learning system that combines independent representations of the left and right contexts of the emotion word with the topic distribution of an L…

ClassificationGeneral ClassificationOpinion Mining

NTUA-SLP at IEST 2018: Ensemble of Neural Transfer Methods for Implicit Emotion Classification

2018-09-03 · WS 2018 10 · Alexandra Chronopoulou, Aikaterini Margatina, Christos Baziotis, Alexandros Potamianos

In this paper we present our approach to tackle the Implicit Emotion Shared Task (IEST) organized as part of WASSA 2018 at EMNLP 2018. Given a tweet, from which a certain word has been removed, we are asked to predict th…

Emotion ClassificationGeneral ClassificationSentiment AnalysisTransfer Learning+1