paper-with-me

홈 › Papers

ntuer at SemEval-2019 Task 3: Emotion Classification with Word and Sentence Representations in RCNN

2019-02-21 · SEMEVAL 2019 6 · Peixiang Zhong, Chunyan Miao

In this paper we present our model on the task of emotion detection in textual conversations in SemEval-2019. Our model extends the Recurrent Convolutional Neural Network (RCNN) by using external fine-tuned word representations and DeepMoji sentence representations. We also explored several other competitive pre-trained word and sentence representations including ELMo, BERT and InferSent but found inferior performance. In addition, we conducted extensive sensitivity analysis, which empirically shows that our model is relatively robust to hyper-parameters. Our model requires no handcrafted features or emotion lexicons but achieved good performance with a micro-F1 score of 0.7463.

📄 PDF Abstract BibTeX arXiv:1902.07867

Code (1)

zhongpeixiang/SemEval2019-Task3-EmotionDetection 공식 구현 pytorch

Tasks

Emotion ClassificationGeneral ClassificationSensitivitySentence

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
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…
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$…
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 제목 키워드 기반

UWB at SemEval-2018 Task 1: Emotion Intensity Detection in Tweets

2018-06-01 · SEMEVAL 2018 6 · Pavel P{\v{r}}ib{\'a}{\v{n}}, Tom{\'a}{\v{s}} Hercig, Ladislav Lenc

This paper describes our system created for the SemEval-2018 Task 1: Affect in Tweets (AIT-2018). We participated in both the regression and the ordinal classification subtasks for emotion intensity detection in English,…

ClassificationGeneral ClassificationOrdinal ClassificationPOS+2

NTUA-SLP at SemEval-2018 Task 1: Predicting Affective Content in Tweets with Deep Attentive RNNs and Transfer Learning

2018-04-18 · SEMEVAL 2018 6 · Christos Baziotis, Nikos Athanasiou, Alexandra Chronopoulou, Athanasia Kolovou 외

In this paper we present deep-learning models that submitted to the SemEval-2018 Task~1 competition: "Affect in Tweets". We participated in all subtasks for English tweets. We propose a Bi-LSTM architecture equipped with…

Emotion ClassificationTransfer LearningWord Embeddings

LIRMM-Advanse at SemEval-2019 Task 3: Attentive Conversation Modeling for Emotion Detection and Classification

2019-06-01 · SEMEVAL 2019 6 · Waleed Ragheb, J{\'e}r{\^o}me Az{\'e}, S Bringay, ra 외

This paper addresses the problem of modeling textual conversations and detecting emotions. Our proposed model makes use of 1) deep transfer learning rather than the classical shallow methods of word embedding; 2) self-at…

Emotion Detection and ClassificationGeneral ClassificationTransfer Learning

CLaC Lab at SemEval-2019 Task 3: Contextual Emotion Detection Using a Combination of Neural Networks and SVM

2019-06-01 · SEMEVAL 2019 6 · Elham Mohammadi, Hessam Amini, Leila Kosseim

This paper describes our system at SemEval 2019, Task 3 (EmoContext), which focused on the contextual detection of emotions in a dataset of 3-round dialogues. For our final system, we used a neural network with pretraine…

POSWord Embeddings

CENNLP at SemEval-2018 Task 1: Constrained Vector Space Model in Affects in Tweets

2018-06-01 · SEMEVAL 2018 6 · Naveen J R, Barathi Ganesh H. B., An Kumar M, 외

This paper discusses on task 1, {``}Affect in Tweets{''} sharedtask, conducted in SemEval-2018. This task comprises of various subtasks, which required participants to analyse over different emotions and sentiments based…

General ClassificationSentiment Analysistext-classificationText Classification