paper-with-me

홈 › Papers

Emotion Classification in a Resource Constrained Language Using Transformer-based Approach

2021-04-17 · NAACL 2021 4 · Avishek Das, Omar Sharif, Mohammed Moshiul Hoque, Iqbal H. Sarker

Although research on emotion classification has significantly progressed in high-resource languages, it is still infancy for resource-constrained languages like Bengali. However, unavailability of necessary language processing tools and deficiency of benchmark corpora makes the emotion classification task in Bengali more challenging and complicated. This work proposes a transformer-based technique to classify the Bengali text into one of the six basic emotions: anger, fear, disgust, sadness, joy, and surprise. A Bengali emotion corpus consists of 6243 texts is developed for the classification task. Experimentation carried out using various machine learning (LR, RF, MNB, SVM), deep neural networks (CNN, BiLSTM, CNN+BiLSTM) and transformer (Bangla-BERT, m-BERT, XLM-R) based approaches. Experimental outcomes indicate that XLM-R outdoes all other techniques by achieving the highest weighted $f_1$-score of $69.73\%$ on the test data. The dataset is publicly available at https://github.com/omar-sharif03/NAACL-SRW-2021.

📄 PDF Abstract BibTeX arXiv:2104.08613

Code (4)

omar-sharif03/NAACL-SRW-2021 공식 구현 tf
sagorbrur/bangla-bert 공식 구현 tf
avishek-018/Emotion-Classification-using-Transformers
avishek-018/TransEmoC

Tasks

ClassificationEmotion ClassificationGeneral ClassificationXLM-R

Methods 이 논문이 사용한 방법론

XLM-R XLM-R
Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
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…

Similar Papers 제목 키워드 기반

Analysing the Greek Parliament Records with Emotion Classification

2022-05-24 · John Pavlopoulos, Vanessa Lislevand

In this project, we tackle emotion classification for the Greek language, presenting and releasing a new dataset in Greek. We fine-tune and assess Transformer-based masked language models that were pre-trained on monolin…

ClassificationEmotion Classification

CUET-NLP@TamilNLP-ACL2022: Multi-Class Textual Emotion Detection from Social Media using Transformer

2022-05-01 · DravidianLangTech (ACL) 2022 5 · Nasehatul Mustakim, Rabeya Rabu, Golam Md. Mursalin, Eftekhar Hossain 외

Recently, emotion analysis has gained increased attention by NLP researchers due to its various applications in opinion mining, e-commerce, comprehensive search, healthcare, personalized recommendations and online educat…

Emotion RecognitionOpinion MiningXLM-R

SpectroFusion-ViT: A Lightweight Transformer for Speech Emotion Recognition Using Harmonic Mel-Chroma Fusion

2026-02-28 · Faria Ahmed, Rafi Hassan Chowdhury, Fatema Tuz Zohora Moon, Sabbir Ahmed arxiv

Speech is a natural means of conveying emotions, making it an effective method for understanding and representing human feelings. Reliable speech emotion recognition (SER) is central to applications in human-computer int…

Speech Emotion RecognitionEmotion ClassificationTransfer Learning

Transformer-based Text Classification on Unified Bangla Multi-class Emotion Corpus

2022-10-12 · Md Sakib Ullah Sourav, Huidong Wang, Mohammad Sultan Mahmud, Hua Zheng

In this research, we propose a complete set of approaches for identifying and extracting emotions from Bangla texts. We provide a Bangla emotion classifier for six classes: anger, disgust, fear, joy, sadness, and surpris…

Emotion ClassificationSentiment Analysistext-classificationText Classification

Emotion Classification in Low and Moderate Resource Languages

2024-02-28 · Shabnam Tafreshi, Shubham Vatsal, Mona Diab

It is important to be able to analyze the emotional state of people around the globe. There are 7100+ active languages spoken around the world and building emotion classification for each language is labor intensive. Par…

ClassificationCross-Lingual TransferEmotion ClassificationTransfer Learning