EmotionX-HSU: Adopting Pre-trained BERT for Emotion Classification
This paper describes our approach to the EmotionX-2019, the shared task of SocialNLP 2019. To detect emotion for each utterance of two datasets from the TV show Friends and Facebook chat log EmotionPush, we propose two-step deep learning based methodology: (i) encode each of the utterance into a sequence of vectors that represent its meaning; and (ii) use a simply softmax classifier to predict one of the emotions amongst four candidates that an utterance may carry. Notice that the source of labeled utterances is not rich, we utilise a well-trained model, known as BERT, to transfer part of the knowledge learned from a large amount of corpus to our model. We then focus on fine-tuning our model until it well fits to the in-domain data. The performance of the proposed model is evaluated by micro-F1 scores, i.e., 79.1% and 86.2% for the testsets of Friends and EmotionPush, respectively. Our model ranks 3rd among 11 submissions.
Code (0)
등록된 구현이 없습니다.
Tasks
ClassificationEmotion ClassificationGeneral ClassificationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
EmotionX-KU: BERT-Max based Contextual Emotion Classifier
We propose a contextual emotion classifier based on a transferable language model and dynamic max pooling, which predicts the emotion of each utterance in a dialogue. A representative emotion analysis task, EmotionX, req…
Emotion RecognitionLanguage ModelingLanguage ModellingEmotionX-SmartDubai\_NLP: Detecting User Emotions In Social Media Text
This paper describes the working note on {``}EmotionX{''} shared task. It is hosted by SocialNLP 2018. The objective of this task is to detect the emotions, based on each speaker{'}s utterances that are in English. Takin…
Feature EngineeringGeneral ClassificationNatural Language Understandingtext-classification+2EmotionX-IDEA: Emotion BERT -- an Affectional Model for Conversation
In this paper, we investigate the emotion recognition ability of the pre-training language model, namely BERT. By the nature of the framework of BERT, a two-sentence structure, we adapt BERT to continues dialogue emotion…
Emotion RecognitionLanguage ModelingLanguage ModellingSentenceEmotionX-DLC: Self-Attentive BiLSTM for Detecting Sequential Emotions in Dialogues
In this paper, we propose a self-attentive bidirectional long short-term memory (SA-BiLSTM) network to predict multiple emotions for the EmotionX challenge. The BiLSTM exhibits the power of modeling the word dependencies…
Emotion ClassificationGeneral ClassificationSentence ClassificationSentence EmbeddingEmotionX-DLC: Self-Attentive BiLSTM for Detecting Sequential Emotions in Dialogue
In this paper, we propose a self-attentive bidirectional long short-term memory (SA-BiLSTM) network to predict multiple emotions for the EmotionX challenge. The BiLSTM exhibits the power of modeling the word dependencies…
Emotion ClassificationGeneral Classification