paper-with-me

Papers

Based on Data Balancing and Model Improvement for Multi-Label Sentiment Classification Performance Enhancement

2025-11-18 · Zijin Su, Huanzhu Lyu, Yuren Niu, Yiming Liu arxiv

Multi-label sentiment classification plays a vital role in natural language processing by detecting multiple emotions within a single text. However, existing datasets like GoEmotions often suffer from severe class imbalance, which hampers model performance, especially for underrepresented emotions. To address this, we constructed a balanced multi-label sentiment dataset by integrating the original GoEmotions data, emotion-labeled samples from Sentiment140 using a RoBERTa-base-GoEmotions model, and manually annotated texts generated by GPT-4 mini. Our data balancing strategy ensured an even distribution across 28 emotion categories. Based on this dataset, we developed an enhanced multi-label classification model that combines pre-trained FastText embeddings, convolutional layers for local feature extraction, bidirectional LSTM for contextual learning, and an attention mechanism to highlight sentiment-relevant words. A sigmoid-activated output layer enables multi-label prediction, and mixed precision training improves computational efficiency. Experimental results demonstrate significant improvements in accuracy, precision, recall, F1-score, and AUC compared to models trained on imbalanced data, highlighting the effectiveness of our approach.

📄 PDF Abstract BibTeX arXiv:2511.14073

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Label ClassificationComputational Efficiency

Similar Papers 제목 키워드 기반

Balancing the Style-Content Trade-Off in Sentiment Transfer UsingPolarity-Aware Denoising

2022-01-16 · ACL ARR January 2022 1 · Anonymous

We present a polarity-aware denoising-based sentiment transfer model, which accurately controls the sentiment attributes in generated text, preserving the content to a great extent. Though current models have shown good …

DenoisingRepresentation Learning

LogSigma at SemEval-2026 Task 3: Uncertainty-Weighted Multitask Learning for Dimensional Aspect-Based Sentiment Analysis

2026-03-26 · Baraa Hikal, Jonas Becker, Bela Gipp arxiv

This paper describes LogSigma, our system for SemEval-2026 Task 3: Dimensional Aspect-Based Sentiment Analysis (DimABSA). Unlike traditional Aspect-Based Sentiment Analysis (ABSA), which predicts discrete sentiment label…

Sentiment Analysis

Unimodal Intermediate Training for Multimodal Meme Sentiment Classification

2023-08-01 · Muzhaffar Hazman, Susan Mckeever, Josephine Griffith

Internet Memes remain a challenging form of user-generated content for automated sentiment classification. The availability of labelled memes is a barrier to developing sentiment classifiers of multimodal memes. To addre…

ClassificationSentiment AnalysisSentiment Classification

AI-Driven Sentiment Analytics: Unlocking Business Value in the E-Commerce Landscape_v1

2025-03-20 · Qianye Wu, Chengxuan Xia, Sixuan Tian

The rapid growth of e-commerce has led to an overwhelming volume of customer feedback, from product reviews to service interactions. Extracting meaningful insights from this data is crucial for businesses aiming to impro…

Decision MakingSentiment Analysis

Improved Sentiment Detection via Label Transfer from Monolingual to Synthetic Code-Switched Text

2019-06-13 · ACL 2019 7 · Bidisha Samanta, Niloy Ganguly, Soumen Chakrabarti

Multilingual writers and speakers often alternate between two languages in a single discourse, a practice called "code-switching". Existing sentiment detection methods are usually trained on sentiment-labeled monolingual…

Hate Speech Detection