paper-with-me

홈 › Papers

Synthetic Oversampling: Theory and A Practical Approach Using LLMs to Address Data Imbalance

2024-06-05 · Ryumei Nakada, Yichen Xu, Lexin Li, Linjun Zhang

Imbalanced classification and spurious correlation are common challenges in data science and machine learning. Both issues are linked to data imbalance, with certain groups of data samples significantly underrepresented, which in turn would compromise the accuracy, robustness and generalizability of the learned models. Recent advances have proposed leveraging the flexibility and generative capabilities of large language models (LLMs), typically built on transformer architectures, to generate synthetic samples and to augment the observed data. In the context of imbalanced data, LLMs are used to oversample underrepresented groups and have shown promising improvements. However, there is a clear lack of theoretical understanding of such synthetic data approaches. In this article, we develop novel theoretical foundations to systematically study the roles of synthetic samples in addressing imbalanced classification and spurious correlation. Specifically, we first explicitly quantify the benefits of synthetic oversampling. Next, we analyze the scaling dynamics in synthetic data augmentation, and derive the corresponding scaling law. Finally, we demonstrate the capacity of transformer models to generate high-quality synthetic samples. We further conduct extensive numerical experiments to validate the efficacy of the LLM-based synthetic oversampling and augmentation.

📄 PDF Abstract BibTeX arXiv:2406.03628

Code (1)

Xyc-arch/OPAL-OversamPling-with-Artificial-LLM-generated-data 공식 구현

Tasks

Data Augmentationimbalanced classificationSynthetic Data Generation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Neighbor displacement-based enhanced synthetic oversampling for multiclass imbalanced data

2025-01-07 · I Made Putrama, Peter Martinek

Imbalanced multiclass datasets pose challenges for machine learning algorithms. These datasets often contain minority classes that are important for accurate prediction. Existing methods still suffer from sparse data and…

Concentration and excess risk bounds for imbalanced classification with synthetic oversampling

2025-10-23 · Touqeer Ahmad, Mohammadreza M. Kalan, François Portier, Gilles Stupfler arxiv

Synthetic oversampling of minority examples using SMOTE and its variants is a leading strategy for addressing imbalanced classification problems. Despite the success of this approach in practice, its theoretical foundati…

Handling Imbalanced Data: A Case Study for Binary Class Problems

2020-10-09 · Richmond Addo Danquah

For several years till date, the major issues in terms of solving for classification problems are the issues of Imbalanced data. Because majority of the machine learning algorithms by default assumes all data are balance…

Binary Classification

When Noisy Labels Meet Class Imbalance on Graphs: A Graph Augmentation Method with LLM and Pseudo Label

2025-07-24 · Riting Xia, Rucong Wang, Yulin Liu, Anchen Li 외 arxiv

Class-imbalanced graph node classification is a practical yet underexplored research problem. Although recent studies have attempted to address this issue, they typically assume clean and reliable labels when processing …

Node Classification

Evo-TFS: Evolutionary Time-Frequency Domain-Based Synthetic Minority Oversampling Approach to Imbalanced Time Series Classification

2026-01-03 · Wenbin Pei, Ruohao Dai, Bing Xue, Mengjie Zhang 외 arxiv

Time series classification is a fundamental machine learning task with broad real-world applications. Although many deep learning methods have proven effective in learning time-series data for classification, they were o…

Time Series Classification