paper-with-me

홈 › Papers

DeepMiner at SemEval-2018 Task 1: Emotion Intensity Recognition Using Deep Representation Learning

2018-06-01 · SEMEVAL 2018 6 · Habibeh Naderi, Behrouz Haji Soleimani, Saif Mohammad, Svetlana Kiritchenko, Stan Matwin

In this paper, we propose a regression system to infer the emotion intensity of a tweet. We develop a multi-aspect feature learning mechanism to capture the most discriminative semantic features of a tweet as well as the emotion information conveyed by each word in it. We combine six types of feature groups: (1) a tweet representation learned by an LSTM deep neural network on the training data, (2) a tweet representation learned by an LSTM network on a large corpus of tweets that contain emotion words (a distant supervision corpus), (3) word embeddings trained on the distant supervision corpus and averaged over all words in a tweet, (4) word and character n-grams, (5) features derived from various sentiment and emotion lexicons, and (6) other hand-crafted features. As part of the word embedding training, we also learn the distributed representations of multi-word expressions (MWEs) and negated forms of words. An SVR regressor is then trained over the full set of features. We evaluate the effectiveness of our ensemble feature sets on the SemEval-2018 Task 1 datasets and achieve a Pearson correlation of 72{\%} on the task of tweet emotion intensity prediction.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Feature EngineeringRepresentation LearningSentiment AnalysisWord Embeddings

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 제목 키워드 기반

CSIRO-LT at SemEval-2025 Task 11: Adapting LLMs for Emotion Recognition for Multiple Languages

2025-08-02 · Jiyu Chen, Necva Bölücü, Sarvnaz Karimi, Diego Mollá 외 arxiv

Detecting emotions across different languages is challenging due to the varied and culturally nuanced ways of emotional expressions. The \textit{Semeval 2025 Task 11: Bridging the Gap in Text-Based emotion} shared task w…

Emotion Recognition

SSN MLRG1 at SemEval-2018 Task 1: Emotion and Sentiment Intensity Detection Using Rule Based Feature Selection

2018-06-01 · SEMEVAL 2018 6 · Angel Deborah S, Rajalakshmi S, S Milton Rajendram, Mirnalinee T T

The system developed by the SSN MLRG1 team for Semeval-2018 task 1 on affect in tweets uses rule based feature selection and one-hot encoding to generate the input feature vector. Multilayer Perceptron was used to build …

Classificationfeature selectionGeneral ClassificationOrdinal Classification+2

ECNU at SemEval-2018 Task 1: Emotion Intensity Prediction Using Effective Features and Machine Learning Models

2018-06-01 · SEMEVAL 2018 6 · Huimin Xu, Man Lan, Yuanbin Wu

This paper describes our submissions to SemEval 2018 task 1. The task is affect intensity prediction in tweets, including five subtasks. We participated in all subtasks of English tweets. We extracted several traditional…

BIG-bench Machine LearningEmotion ClassificationFeature EngineeringGeneral Classification+2

DMCB at SemEval-2018 Task 1: Transfer Learning of Sentiment Classification Using Group LSTM for Emotion Intensity prediction

2018-06-01 · SEMEVAL 2018 6 · Youngmin Kim, Hyunju Lee

This paper describes a system attended in the SemEval-2018 Task 1 {``}Affect in tweets{''} that predicts emotional intensities. We use Group LSTM with an attention model and transfer learning with sentiment classificatio…

General ClassificationregressionSentiment AnalysisSentiment Classification+2

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