paper-with-me

홈 › Papers

VISU at WASSA 2023 Shared Task: Detecting Emotions in Reaction to News Stories Leveraging BERT and Stacked Embeddings

2023-07-27 · Vivek Kumar, Sushmita Singh, Prayag Tiwari

Our system, VISU, participated in the WASSA 2023 Shared Task (3) of Emotion Classification from essays written in reaction to news articles. Emotion detection from complex dialogues is challenging and often requires context/domain understanding. Therefore in this research, we have focused on developing deep learning (DL) models using the combination of word embedding representations with tailored prepossessing strategies to capture the nuances of emotions expressed. Our experiments used static and contextual embeddings (individual and stacked) with Bidirectional Long short-term memory (BiLSTM) and Transformer based models. We occupied rank tenth in the emotion detection task by scoring a Macro F1-Score of 0.2717, validating the efficacy of our implemented approaches for small and imbalanced datasets with mixed categories of target emotions.

📄 PDF Abstract BibTeX arXiv:2307.15164

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesEmotion ClassificationVisu

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Transformer based ensemble for emotion detection

2022-03-22 · WASSA (ACL) 2022 5 · Aditya Kane, Shantanu Patankar, Sahil Khose, Neeraja Kirtane

Detecting emotions in languages is important to accomplish a complete interaction between humans and machines. This paper describes our contribution to the WASSA 2022 shared task which handles this crucial task of emotio…

IEST: WASSA-2018 Implicit Emotions Shared Task

2018-09-04 · WS 2018 10 · Roman Klinger, Orphée De Clercq, Saif M. Mohammad, Alexandra Balahur

Past shared tasks on emotions use data with both overt expressions of emotions (I am so happy to see you!) as well as subtle expressions where the emotions have to be inferred, for instance from event descriptions. Furth…

EmpNa at WASSA 2021: A Lightweight Model for the Prediction of Empathy, Distress and Emotions from Reactions to News Stories

2021-04-01 · EACL (WASSA) 2021 4 · Giuseppe Vettigli, Antonio Sorgente

This paper describes our submission for the WASSA 2021 shared task regarding the prediction of empathy, distress and emotions from news stories. The solution is based on combining the frequency of words, lexicon-based in…

Predictionregression

WASSA 2021 Shared Task: Predicting Empathy and Emotion in Reaction to News Stories

2021-04-01 · EACL (WASSA) 2021 4 · Shabnam Tafreshi, Orphee De Clercq, Valentin Barriere, Sven Buechel 외

This paper presents the results that were obtained from the WASSA 2021 shared task on predicting empathy and emotions. The participants were given access to a dataset comprising empathic reactions to news stories where h…

ArticlesSentence

WASSA 2022 Shared Task: Predicting Empathy, Emotion and Personality in Reaction to News Stories

2022-05-01 · WASSA (ACL) 2022 5 · Valentin Barriere, Shabnam Tafreshi, João Sedoc, Sawsan Alqahtani

This paper presents the results that were obtained from WASSA 2022 shared task on predicting empathy, emotion, and personality in reaction to news stories. Participants were given access to a dataset comprising empathic …

Articles