paper-with-me

Papers

Emotion Detection From Social Media Posts

2023-02-11 · Md Mahbubur Rahman, Shaila Shova

Over the last few years, social media has evolved into a medium for expressing personal views, emotions, and even business and political proposals, recommendations, and advertisements. We address the topic of identifying emotions from text data obtained from social media posts like Twitter in this research. We have deployed different traditional machine learning techniques such as Support Vector Machines (SVM), Naive Bayes, Decision Trees, and Random Forest, as well as deep neural network models such as LSTM, CNN, GRU, BiLSTM, BiGRU to classify these tweets into four emotion categories (Fear, Anger, Joy, and Sadness). Furthermore, we have constructed a BiLSTM and BiGRU ensemble model. The evaluation result shows that the deep neural network models(BiGRU, to be specific) produce the most promising results compared to traditional machine learning models, with an 87.53 % accuracy rate. The ensemble model performs even better (87.66 %), albeit the difference is not significant. This result will aid in the development of a decision-making tool that visualizes emotional fluctuations.

📄 PDF Abstract BibTeX arXiv:2302.05610

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Making

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…
BiGRU A Bidirectional GRU, or BiGRU, is a sequence processing model that consists of two GRUs. one taking the input in a forward…

Similar Papers 제목 키워드 기반

Why Do You Feel This Way? Summarizing Triggers of Emotions in Social Media Posts

2022-10-22 · Hongli Zhan, Tiberiu Sosea, Cornelia Caragea, Junyi Jessy Li

Crises such as the COVID-19 pandemic continuously threaten our world and emotionally affect billions of people worldwide in distinct ways. Understanding the triggers leading to people's emotions is of crucial importance.…

Emotion Detection and Trigger Summarization

Depression detection in social media posts using affective and social norm features

2023-03-24 · Ilias Triantafyllopoulos, Georgios Paraskevopoulos, Alexandros Potamianos

We propose a deep architecture for depression detection from social media posts. The proposed architecture builds upon BERT to extract language representations from social media posts and combines these representations u…

Depression DetectionEmotion Recognition

Depression detection from Social Media Bangla Text Using Recurrent Neural Networks

2024-12-08 · Sultan Ahmed, Salman Rakin, Mohammad Washeef Ibn Waliur, Nuzhat Binte Islam 외

Emotion artificial intelligence is a field of study that focuses on figuring out how to recognize emotions, especially in the area of text mining. Today is the age of social media which has opened a door for us to share …

Depression DetectionEmotion RecognitionSentiment Analysis

Emotion Detection with Neural Personal Discrimination

2019-08-28 · IJCNLP 2019 11 · Xiabing Zhou, Zhongqing Wang, Shoushan Li, Guodong Zhou 외

There have been a recent line of works to automatically predict the emotions of posts in social media. Existing approaches consider the posts individually and predict their emotions independently. Different from previous…

On the Complementarity of Images and Text for the Expression of Emotions in Social Media

2022-02-11 · WASSA (ACL) 2022 5 · Anna Khlyzova, Carina Silberer, Roman Klinger

Authors of posts in social media communicate their emotions and what causes them with text and images. While there is work on emotion and stimulus detection for each modality separately, it is yet unknown if the modaliti…