Neural Feature Extraction for Contextual Emotion Detection
This paper describes a new approach for the task of contextual emotion detection. The approach is based on a neural feature extractor, composed of a recurrent neural network with an attention mechanism, followed by a classifier, that can be neural or SVM-based. We evaluated the model with the dataset of the task 3 of SemEval 2019 (EmoContext), which includes short 3-turn conversations, tagged with 4 emotion classes. The best performing setup was achieved using ELMo word embeddings and POS tags as input, bidirectional GRU as hidden units, and an SVM as the final classifier. This configuration reached 69.93{\%} in terms of micro-average F1 score on the main 3 emotion classes, a score that outperformed the baseline system by 11.25{\%}.
Code (0)
등록된 구현이 없습니다.
Tasks
Emotion Recognition in ConversationPOSWord EmbeddingsMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Sarcasm Detection Using Deep Convolutional Neural Networks: A Modular Deep Learning Framework
Sarcasm is a nuanced and often misinterpreted form of communication, especially in text, where tone and body language are absent. This paper proposes a modular deep learning framework for sarcasm detection, leveraging De…
Sentiment AnalysisSarcasm DetectionAdCOFE: Advanced Contextual Feature Extraction in Conversations for emotion classification
Emotion recognition in conversations is an important step in various virtual chat bots which require opinion-based feedback, like in social media threads, online support and many more applications. Current Emotion recogn…
ClassificationEmotion ClassificationEmotion RecognitionGeneral Classification+2Learning Emotion-Aware Contextual Representations for Emotion-Cause Pair Extraction
Emotion Cause Pair Extraction (ECPE), the task expanded from the previous emotion cause extraction (ECE) task, focuses on extracting emotion-cause pairs in text. Two reasons have made ECPE a more challenging, but more ap…
Emotion Cause ExtractionEmotion-Cause Pair ExtractionLearning Emotion-Aware Contextual Representations for Emotion Cause Analysis
Emotion Cause Analysis has been a key topic in natural language processing. Previous works focus on Emotion Cause Extraction (ECE), a clause-level classification task aimed at extracting causes of certain given emotion i…
Emotion Cause ExtractionEmotion-Cause Pair ExtractionELiRF-UPV at SemEval-2019 Task 3: Snapshot Ensemble of Hierarchical Convolutional Neural Networks for Contextual Emotion Detection
This paper describes the approach developed by the ELiRF-UPV team at SemEval 2019 Task 3: Contextual Emotion Detection in Text. We have developed a Snapshot Ensemble of 1D Hierarchical Convolutional Neural Networks to ex…