paper-with-me

Papers

LT3 at SemEval-2018 Task 1: A classifier chain to detect emotions in tweets

2018-06-01 · SEMEVAL 2018 6 · Luna De Bruyne, Orph{\'e}e De Clercq, V{\'e}ronique Hoste

This paper presents an emotion classification system for English tweets, submitted for the SemEval shared task on Affect in Tweets, subtask 5: Detecting Emotions. The system combines lexicon, n-gram, style, syntactic and semantic features. For this multi-class multi-label problem, we created a classifier chain. This is an ensemble of eleven binary classifiers, one for each possible emotion category, where each model gets the predictions of the preceding models as additional features. The predicted labels are combined to get a multi-label representation of the predictions. Our system was ranked eleventh among thirty five participating teams, with a Jaccard accuracy of 52.0{\%} and macro- and micro-average F1-scores of 49.3{\%} and 64.0{\%}, respectively.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Emotion ClassificationEmotion RecognitionGeneral ClassificationSentiment Analysis

Similar Papers 제목 키워드 기반

Seq2Emo: A Sequence to Multi-Label Emotion Classification Model

2021-06-01 · NAACL 2021 4 · Chenyang Huang, Amine Trabelsi, Xuebin Qin, Nawshad Farruque 외

Multi-label emotion classification is an important task in NLP and is essential to many applications. In this work, we propose a sequence-to-emotion (Seq2Emo) approach, which implicitly models emotion correlations in a b…

ClassificationDecoderEmotion Classification

CLaC Lab at SemEval-2019 Task 3: Contextual Emotion Detection Using a Combination of Neural Networks and SVM

2019-06-01 · SEMEVAL 2019 6 · Elham Mohammadi, Hessam Amini, Leila Kosseim

This paper describes our system at SemEval 2019, Task 3 (EmoContext), which focused on the contextual detection of emotions in a dataset of 3-round dialogues. For our final system, we used a neural network with pretraine…

POSWord Embeddings

Empaths at SemEval-2025 Task 11: Retrieval-Augmented Approach to Perceived Emotions Prediction

2025-06-04 · Lev Morozov, Aleksandr Mogilevskii, Alexander Shirnin

This paper describes EmoRAG, a system designed to detect perceived emotions in text for SemEval-2025 Task 11, Subtask A: Multi-label Emotion Detection. We focus on predicting the perceived emotions of the speaker from a …

CENTEMENT at SemEval-2018 Task 1: Classification of Tweets using Multiple Thresholds with Self-correction and Weighted Conditional Probabilities

2018-06-01 · SEMEVAL 2018 6 · Tariq Ahmad, Allan Ramsay, Hanady Ahmed

In this paper we present our contribution to SemEval-2018, a classifier for classifying multi-label emotions of Arabic and English tweets. We attempted {``}Affect in Tweets{''}, specifically Task E-c: Detecting Emotions …

General ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONOpinion Mining+1

LIIR at SemEval-2021 task 6: Detection of Persuasion Techniques In Texts and Images using CLIP features

2021-05-31 · SEMEVAL 2021 · Erfan Ghadery, Damien Sileo, Marie-Francine Moens

We describe our approach for SemEval-2021 task 6 on detection of persuasion techniques in multimodal content (memes). Our system combines pretrained multimodal models (CLIP) and chained classifiers. Also, we propose to e…

Data Augmentation