paper-with-me

Papers

Balancing Methods for Multi-label Text Classification with Long-Tailed Class Distribution

2021-09-10 · EMNLP 2021 11 · Yi Huang, Buse Giledereli, Abdullatif Köksal, Arzucan Özgür, Elif Ozkirimli

Multi-label text classification is a challenging task because it requires capturing label dependencies. It becomes even more challenging when class distribution is long-tailed. Resampling and re-weighting are common approaches used for addressing the class imbalance problem, however, they are not effective when there is label dependency besides class imbalance because they result in oversampling of common labels. Here, we introduce the application of balancing loss functions for multi-label text classification. We perform experiments on a general domain dataset with 90 labels (Reuters-21578) and a domain-specific dataset from PubMed with 18211 labels. We find that a distribution-balanced loss function, which inherently addresses both the class imbalance and label linkage problems, outperforms commonly used loss functions. Distribution balancing methods have been successfully used in the image recognition field. Here, we show their effectiveness in natural language processing. Source code is available at https://github.com/Roche/BalancedLossNLP.

📄 PDF Abstract BibTeX arXiv:2109.04712

Code (2)

Roche/BalancedLossNLP 공식 구현 pytorch
blessu/balancedlossnlp 공식 구현 pytorch

Tasks

Document ClassificationMulti-Label Text ClassificationText Classification

Similar 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 imbala…

Multi-Label ClassificationComputational Efficiency

An Active Learning Framework with a Class Balancing Strategy for Time Series Classification

2024-05-20 · Shemonto Das

Training machine learning models for classification tasks often requires labeling numerous samples, which is costly and time-consuming, especially in time series analysis. This research investigates Active Learning (AL) …

Active LearningClassificationFault DetectionTexture Classification+3

Text Role Classification in Scientific Charts Using Multimodal Transformers

2024-02-08 · Hye Jin Kim, Nicolas Lell, Ansgar Scherp

Text role classification involves classifying the semantic role of textual elements within scientific charts. For this task, we propose to finetune two pretrained multimodal document layout analysis models, LayoutLMv3 an…

Data AugmentationDocument Layout Analysis

ARBEx: Attentive Feature Extraction with Reliability Balancing for Robust Facial Expression Learning

2023-05-02 · Azmine Toushik Wasi, Karlo Šerbetar, Raima Islam, Taki Hasan Rafi 외

In this paper, we introduce a framework ARBEx, a novel attentive feature extraction framework driven by Vision Transformer with reliability balancing to cope against poor class distributions, bias, and uncertainty in the…

Facial Emotion RecognitionFacial Expression RecognitionFacial Expression Recognition (FER)

Explore Spurious Correlations at the Concept Level in Language Models for Text Classification

2023-11-15 · YuHang Zhou, Paiheng Xu, Xiaoyu Liu, Bang An 외

Language models (LMs) have achieved notable success in numerous NLP tasks, employing both fine-tuning and in-context learning (ICL) methods. While language models demonstrate exceptional performance, they face robustness…

counterfactualIn-Context Learningtext-classificationText Classification