DeepEmotex: Classifying Emotion in Text Messages using Deep Transfer Learning
Maryam Hasan, Elke Rundensteiner, Emmanuel Agu

TL;DR
DeepEmotex leverages transfer learning with large emotion-labeled Twitter data to effectively classify emotions in text, outperforming existing models and reducing overfitting and forgetting issues.
Contribution
The paper introduces DeepEmotex, a novel sequential transfer learning approach that enhances emotion classification in text by mitigating forgetting during fine-tuning with large emotion datasets.
Findings
DeepEmotex achieves over 91% accuracy on multi-class emotion classification.
The DeepEmotex-BERT model outperforms Bi-LSTM by 23% on benchmark datasets.
Fine-tuning with large emotion datasets improves model robustness and effectiveness.
Abstract
Transfer learning has been widely used in natural language processing through deep pretrained language models, such as Bidirectional Encoder Representations from Transformers and Universal Sentence Encoder. Despite the great success, language models get overfitted when applied to small datasets and are prone to forgetting when fine-tuned with a classifier. To remedy this problem of forgetting in transferring deep pretrained language models from one domain to another domain, existing efforts explore fine-tuning methods to forget less. We propose DeepEmotex an effective sequential transfer learning method to detect emotion in text. To avoid forgetting problem, the fine-tuning step is instrumented by a large amount of emotion-labeled data collected from Twitter. We conduct an experimental study using both curated Twitter data sets and benchmark data sets. DeepEmotex models achieve over 91%…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSentiment Analysis and Opinion Mining · Topic Modeling · Mental Health via Writing
MethodsTest
