paper-with-me

Papers

A Survey of Methods for Addressing Class Imbalance in Deep-Learning Based Natural Language Processing

2022-10-10 · Sophie Henning, William Beluch, Alexander Fraser, Annemarie Friedrich

Many natural language processing (NLP) tasks are naturally imbalanced, as some target categories occur much more frequently than others in the real world. In such scenarios, current NLP models still tend to perform poorly on less frequent classes. Addressing class imbalance in NLP is an active research topic, yet, finding a good approach for a particular task and imbalance scenario is difficult. With this survey, the first overview on class imbalance in deep-learning based NLP, we provide guidance for NLP researchers and practitioners dealing with imbalanced data. We first discuss various types of controlled and real-world class imbalance. Our survey then covers approaches that have been explicitly proposed for class-imbalanced NLP tasks or, originating in the computer vision community, have been evaluated on them. We organize the methods by whether they are based on sampling, data augmentation, choice of loss function, staged learning, or model design. Finally, we discuss open problems such as dealing with multi-label scenarios, and propose systematic benchmarking and reporting in order to move forward on this problem as a community.

📄 PDF Abstract BibTeX arXiv:2210.04675

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingData AugmentationSurvey

Similar Papers 제목 키워드 기반

Survey on Imbalanced Data, Representation Learning and SEP Forecasting

2023-10-11 · Josias Moukpe

Deep Learning methods have significantly advanced various data-driven tasks such as regression, classification, and forecasting. However, much of this progress has been predicated on the strong but often unrealistic assu…

Representation LearningSurvey

A Survey of Imbalanced Learning on Graphs: Problems, Techniques, and Future Directions

2023-08-26 · Zemin Liu, Yuan Li, Nan Chen, Qian Wang 외

Graphs represent interconnected structures prevalent in a myriad of real-world scenarios. Effective graph analytics, such as graph learning methods, enables users to gain profound insights from graph data, underpinning v…

Graph LearningLink PredictionNode Classification

Rethinking Semi-Supervised Imbalanced Node Classification from Bias-Variance Decomposition

2023-10-28 · NeurIPS 2023 11 · Divin Yan, Gengchen Wei, Chen Yang, Shengzhong Zhang 외

This paper introduces a new approach to address the issue of class imbalance in graph neural networks (GNNs) for learning on graph-structured data. Our approach integrates imbalanced node classification and Bias-Variance…

Node Classification

A Survey of Deep Long-Tail Classification Advancements

2024-04-24 · Charika De Alvis, Suranga Seneviratne

Many data distributions in the real world are hardly uniform. Instead, skewed and long-tailed distributions of various kinds are commonly observed. This poses an interesting problem for machine learning, where most algor…

ClassificationDeep LearningSurvey

A Survey of Methods for Managing the Classification and Solution of Data Imbalance Problem

2020-12-22 · Khan Md. Hasib, Md. Sadiq Iqbal, Faisal Muhammad Shah, Jubayer Al Mahmud 외

The problem of class imbalance is extensive for focusing on numerous applications in the real world. In such a situation, nearly all of the examples are labeled as one class called majority class, while far fewer example…

General ClassificationSurvey