Zewen at SemEval-2018 Task 1: An Ensemble Model for Affect Prediction in Tweets
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.
Code (0)
등록된 구현이 없습니다.
Tasks
Sentence ClassificationSentiment AnalysisMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Yuan at SemEval-2018 Task 1: Tweets Emotion Intensity Prediction using Ensemble Recurrent Neural Network
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 AnalysisUIUC at SemEval-2018 Task 1: Recognizing Affect with Ensemble Models
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 AnalysisSeerNet at SemEval-2018 Task 1: Domain Adaptation for Affect in Tweets
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+1LT3 at SemEval-2018 Task 1: A classifier chain to detect emotions in tweets
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 AnalysisAffecThor at SemEval-2018 Task 1: A cross-linguistic approach to sentiment intensity quantification in tweets
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