paper-with-me

홈 › Papers

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. Further, most datasets do not focus on the cause or the stimulus of the emotion. Here, for the first time, we propose a shared task where systems have to predict the emotions in a large automatically labeled dataset of tweets without access to words denoting emotions. Based on this intention, we call this the Implicit Emotion Shared Task (IEST) because the systems have to infer the emotion mostly from the context. Every tweet has an occurrence of an explicit emotion word that is masked. The tweets are collected in a manner such that they are likely to include a description of the cause of the emotion - the stimulus. Altogether, 30 teams submitted results which range from macro F1 scores of 21 % to 71 %. The baseline (MaxEnt bag of words and bigrams) obtains an F1 score of 60 % which was available to the participants during the development phase. A study with human annotators suggests that automatic methods outperform human predictions, possibly by honing into subtle textual clues not used by humans. Corpora, resources, and results are available at the shared task website at http://implicitemotions.wassa2018.com.

📄 PDF Abstract BibTeX arXiv:1809.01083

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

AM 설명 없음

Similar Papers 제목 키워드 기반

Amobee at IEST 2018: Transfer Learning from Language Models

2018-08-27 · WS 2018 10 · Alon Rozental, Daniel Fleischer, Zohar Kelrich

This paper describes the system developed at Amobee for the WASSA 2018 implicit emotions shared task (IEST). The goal of this task was to predict the emotion expressed by missing words in tweets without an explicit menti…

Transfer Learning

Disney at IEST 2018: Predicting Emotions using an Ensemble

2018-10-01 · WS 2018 10 · Wojciech Witon, Pierre Colombo, Ashutosh Modi, Mubbasir Kapadia

This paper describes our participating system in the WASSA 2018 shared task on emotion prediction. The task focuses on implicit emotion prediction in a tweet. In this task, keywords corresponding to the six emotion label…

Emotion ClassificationLanguage ModelingLanguage ModellingPrediction+3

NLP at IEST 2018: BiLSTM-Attention and LSTM-Attention via Soft Voting in Emotion Classification

2018-10-01 · WS 2018 10 · Qimin Zhou, Hao Wu

This paper describes our method that competed at WASSA2018 \textit{Implicit Emotion Shared Task}. The goal of this task is to classify the emotions of excluded words in tweets into six different classes: sad, joy, disgus…

Emotion ClassificationGeneral ClassificationPositionSentiment Analysis

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…

USI-IR at IEST 2018: Sequence Modeling and Pseudo-Relevance Feedback for Implicit Emotion Detection

2018-10-01 · WS 2018 10 · Esteban R{\'\i}ssola, Anastasia Giachanou, Fabio Crestani

This paper describes the participation of USI-IR in WASSA 2018 Implicit Emotion Shared Task. We propose a relevance feedback approach employing a sequential model (biLSTM) and word embeddings derived from a large collect…

Emotion RecognitionGeneral ClassificationSentiment AnalysisWord Embeddings