paper-with-me

홈 › Papers

Zewen at SemEval-2018 Task 1: An Ensemble Model for Affect Prediction in Tweets

2018-06-01 · SEMEVAL 2018 6 · Zewen Chi, He-Yan Huang, Jiangui Chen, Hao Wu, Ran Wei

This paper presents a method for Affect in Tweets, which is the task to automatically determine the intensity of emotions and intensity of sentiment of tweets. The term affect refers to emotion-related categories such as anger, fear, etc. Intensity of emo-tions need to be quantified into a real valued score in [0, 1]. We propose an en-semble system including four different deep learning methods which are CNN, Bidirectional LSTM (BLSTM), LSTM-CNN and a CNN-based Attention model (CA). Our system gets an average Pearson correlation score of 0.682 in the subtask EI-reg and an average Pearson correlation score of 0.784 in subtask V-reg, which ranks 17th among 48 systems in EI-reg and 19th among 38 systems in V-reg.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Sentence ClassificationSentiment Analysis

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Yuan at SemEval-2018 Task 1: Tweets Emotion Intensity Prediction using Ensemble Recurrent Neural Network

2018-06-01 · SEMEVAL 2018 6 · Min Wang, Xiaobing Zhou

We perform the LSTM and BiLSTM model for the emotion intensity prediction. We only join the third subtask in Task 1:Affect in Tweets. Our system rank 6th among all the teams.

Sentiment Analysis

UIUC at SemEval-2018 Task 1: Recognizing Affect with Ensemble Models

2018-06-01 · SEMEVAL 2018 6 · Abhishek Avinash Narwekar, Roxana Girju

Our submission to the SemEval-2018 Task1: Affect in Tweets shared task competition is a supervised learning model relying on standard lexicon features coupled with word embedding features. We used an ensemble of diverse …

General ClassificationOrdinal ClassificationSentiment Analysis

SeerNet at SemEval-2018 Task 1: Domain Adaptation for Affect in Tweets

2018-04-17 · SEMEVAL 2018 6 · Venkatesh Duppada, Royal Jain, Sushant Hiray

The paper describes the best performing system for the SemEval-2018 Affect in Tweets (English) sub-tasks. The system focuses on the ordinal classification and regression sub-tasks for valence and emotion. For ordinal cla…

Domain AdaptationGeneral ClassificationOrdinal ClassificationPosition+1

LT3 at SemEval-2018 Task 1: A classifier chain to detect emotions in tweets

2018-06-01 · SEMEVAL 2018 6 · Luna De Bruyne, Orph{\'e}e De Clercq, V{\'e}ronique Hoste

This paper presents an emotion classification system for English tweets, submitted for the SemEval shared task on Affect in Tweets, subtask 5: Detecting Emotions. The system combines lexicon, n-gram, style, syntactic and…

Emotion ClassificationEmotion RecognitionGeneral ClassificationSentiment Analysis

AffecThor at SemEval-2018 Task 1: A cross-linguistic approach to sentiment intensity quantification in tweets

2018-06-01 · SEMEVAL 2018 6 · Mostafa Abdou, Artur Kulmizev, Joan Gin{\'e}s i Ametll{\'e}

In this paper we describe our submission to SemEval-2018 Task 1: Affects in Tweets. The model which we present is an ensemble of various neural architectures and gradient boosted trees, and employs three different types …

Emotion ClassificationGeneral ClassificationSentiment AnalysisTransfer Learning