Tracking Emotional Dynamics in Chat Conversations: A Hybrid Approach using DistilBERT and Emoji Sentiment Analysis

Ayan Igali,Abdulkhak Abdrakhman,Yerdaut Torekhan,Pakizar Shamoi
2024-08-04
Abstract:Computer-mediated communication has become more important than face-to-face communication in many contexts. Tracking emotional dynamics in chat conversations can enhance communication, improve services, and support well-being in various contexts. This paper explores a hybrid approach to tracking emotional dynamics in chat conversations by combining DistilBERT-based text emotion detection and emoji sentiment analysis. A Twitter dataset was analyzed using various machine learning algorithms, including SVM, Random Forest, and AdaBoost. We contrasted their performance with DistilBERT. Results reveal DistilBERT's superior performance in emotion recognition. Our approach accounts for emotive expressions conveyed through emojis to better understand participants' emotions during chats. We demonstrate how this approach can effectively capture and analyze emotional shifts in real-time conversations. Our findings show that integrating text and emoji analysis is an effective way of tracking chat emotion, with possible applications in customer service, work chats, and social media interactions.
Computation and Language
What problem does this paper attempt to address?
The paper aims to address the following issues: 1. **Emotion Dynamics Tracking**: Investigating how to track emotional dynamics in chat conversations to enhance communication effectiveness, improve service, and support users' emotional well-being. This goal is achieved by combining text emotion detection and emoji sentiment analysis. 2. **Integration of Text and Emojis**: Proposing a hybrid approach that combines DistilBERT-based text emotion detection with emoji sentiment analysis to gain a more comprehensive understanding of emotional expressions in chats. 3. **Real-time Application**: Demonstrating that this method can effectively capture and analyze emotional changes in real-time conversations, and proving that combining text and emoji analysis is an effective way to track chat emotions. The study primarily focuses on emotion recognition in digital communication environments, particularly in scenarios such as social media, customer service, and work chats. By comparing various machine learning algorithms (such as SVM, random forest, etc.) and deep learning models (such as DistilBERT), the paper showcases performance on different datasets and explores its potential applications in real-world scenarios.