用马尔可夫链生成文本样本,缓解严重不平衡分类问题
Extrapolated Markov Chain Oversampling Method for Imbalanced Text Classification
- 基于马尔可夫链,融合少数类与多数类的转移概率生成新样本
- 在极端不平衡数据下表现优于主流过采样方法
- 适合处理小样本、高维文本分类场景
文本分类是将文档自动分配到预定义类别中的任务。现实中,各类别样本数量和误分类代价常不均衡,即数据不平衡问题。合成过采样是常见解决方案,通过生成少数类的合成样本使训练集平衡。尽管通用过采样方法可用于文本,但文本数据因特性独特而面临特殊挑战:样本量增加时,词汇空间(特征空间)也易扩大。本文提出一种新型基于马尔可夫链的文本过采样方法,其转移概率由少数类主导,同时部分参考多数类,从而在生成过程中扩展少数类的特征空间。在多个真实数据集上的实验表明,该方法在严重不平衡条件下表现优异,显著优于现有主流过采样方法。
原文摘要 · Abstract (English)
Text classification is the task of automatically assigning text documents correct labels from a predefined set of categories. In real-life (text) classification tasks, observations and misclassification costs are often unevenly distributed between the classes - known as the problem of imbalanced data. Synthetic oversampling is a popular approach to imbalanced classification. The idea is to generate synthetic observations in the minority class to balance the classes in the training set. Many general-purpose oversampling methods can be applied to text data; however, imbalanced text data poses a number of distinctive difficulties that stem from the unique nature of text compared to other domains. One such factor is that when the sample size of text increases, the sample vocabulary (i.e., feature space) is likely to grow as well. We introduce a novel Markov chain based text oversampling method. The transition probabilities are estimated from the minority class but also partly from the majority class, thus allowing the minority feature space to expand in oversampling. We evaluate our approach against prominent oversampling methods and show that our approach is able to produce highly competitive results against the other methods in several real data examples, especially when the imbalance is severe.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。