paper-with-me

홈 › Papers

Investigating Shallow and Deep Learning Techniques for Emotion Classification in Short Persian Texts

2023-12-16 · Journal of AI and Data Mining 2023 12 · Mahdi Rasouli, Vahid Kiani

The identification of emotions in short texts of low-resource languages poses a significant challenge, requiring specialized frameworks and computational intelligence techniques. This paper presents a comprehensive exploration of shallow and deep learning methods for emotion detection in short Persian texts. Shallow learning methods employ feature extraction and dimension reduction to enhance classification accuracy. On the other hand, deep learning methods utilize transfer learning and word embedding, particularly BERT, to achieve high classification accuracy. A Persian dataset called "ShortPersianEmo" is introduced to evaluate the proposed methods, comprising 5472 diverse short Persian texts labeled in five main emotion classes. The evaluation results demonstrate that transfer learning and BERT-based text embedding perform better in accurately classifying short Persian texts than alternative approaches. The dataset of this study ShortPersianEmo will be publicly available online at https://github.com/vkiani/ShortPersianEmo.

📄 PDF Abstract BibTeX

Code (1)

vkiani/ShortPersianEmo

Tasks

Deep LearningDimensionality ReductionEmotion ClassificationTransfer Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Emotion Classification in Short English Texts using Deep Learning Techniques

2024-02-25 · Siddhanth Bhat

Detecting emotions in limited text datasets from under-resourced languages presents a formidable obstacle, demanding specialized frameworks and computational strategies. This study conducts a thorough examination of deep…

Deep LearningEmotion ClassificationTransfer Learning

Shallow over Deep Neural Networks: A empirical analysis for human emotion classification using audio data

2020-07-03 · International Conference on Internet of Things and Connected Technologies 2020 7 · Chandresh S. Kanani, Karanjit Singh Gill, Sourajit Behera, Anurag Choubey 외

Human emotions can be identified in numerous ways, ranging from analyzing the tonal properties of speech to the facial expressions created before speech delivery and even the body gestures that can suggest various emotio…

Emotion ClassificationEmotion RecognitionSpeech Emotion Recognition

Podlab at SemEval-2019 Task 3: The Importance of Being Shallow

2019-06-01 · SEMEVAL 2019 6 · Andrew Nguyen, Tobin South, Nigel Bean, Jonathan Tuke 외

This paper describes our linear SVM system for emotion classification from conversational dialogue, entered in SemEval2019 Task 3. We used off-the-shelf tools coupled with feature engineering and parameter tuning to crea…

ClassificationEmotion ClassificationFeature EngineeringGeneral Classification

Investigating critical frequency bands and channels for EEG-based emotion recognition with deep neural networks

2015-05-08 · IEEE Transactions on Autonomous Mental Development ( Volume: 7 , Issue: 3 , Sept. 2015 ) 2015 5 · Wei-Long Zheng, Bao-liang Lu

To investigate critical frequency bands and channels, this paper introduces deep belief networks (DBNs) to constructing EEG-based emotion recognition models for three emotions: positive, neutral and negative. We develop …

EEGElectroencephalogram (EEG)Emotion Recognition

Exploring Deep Neural Networks and Transfer Learning for Analyzing Emotions in Tweets

2020-12-10 · Yasas Senarath, Uthayasanker Thayasivam

In this paper, we present an experiment on using deep learning and transfer learning techniques for emotion analysis in tweets and suggest a method to interpret our deep learning models. The proposed approach for emotion…

Deep LearningEmotion ClassificationEmotion RecognitionTransfer Learning