Research Papers 论文研究 8d ago Updated 7d ago 更新于 7天前 46

Class-Structure Preservation Beats Diversity: A Comprehensive Benchmark of Text Augmentation Methods for Imbalanced Text Classification 类结构保持优于多样性:不平衡文本分类中文本增强方法的全面基准测试

LLM-based text augmentation methods are statistically equivalent or inferior to embedding-space SMOTE-style retrieval (EmbSMOTE) across seven public datasets The performance gap between LLM-based methods and EmbSMOTE widens monotonically as class imbalance increases, reaching ~0.063 macro F1 delta on GoEmotions-28 Surface-level diversity/uniqueness of augmented text has negligible correlation with downstream classification performance LLM-specific artifacts—text elongation and label-distribution 首次系统性基准测试对比LLM生成增强与经典EmbSMOTE检索增强在文本分类不平衡问题上的表现 所有LLM-based增强方法在统计上等同于或劣于EmbSMOTE,且性能差距随不平衡程度加剧而扩大 表面级文本多样性与下游分类性能几乎无关,而LLM特有的文本拉长和标签分布均匀化伪影会损害分类准确率 类条件结构保真度(保留训练分布的类条件几何结构)才是影响分类效果的关键变量 建议将检索式过采样作为不平衡多分类任务的默认方案,并对LLM增强部署设置更高实证门槛

62
Hot 热度
72
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • LLM-based text augmentation methods are statistically equivalent or inferior to embedding-space SMOTE-style retrieval (EmbSMOTE) across seven public datasets
  • The performance gap between LLM-based methods and EmbSMOTE widens monotonically as class imbalance increases, reaching ~0.063 macro F1 delta on GoEmotions-28
  • Surface-level diversity/uniqueness of augmented text has negligible correlation with downstream classification performance
  • LLM-specific artifacts—text elongation and label-distribution uniformization—are negatively associated with classification accuracy
  • Class-conditional structural fidelity, not diversity, is the critical variable determining augmentation effectiveness for imbalanced text classification

Why It Matters

This study directly challenges the prevailing assumption that generative LLM-based augmentation is superior for handling imbalanced text classification, a common pain point in NLP pipelines. For practitioners deploying data augmentation strategies, it provides empirical evidence that simpler, retrieval-based approaches may outperform more complex and costly LLM-generated alternatives, especially under severe class imbalance.

Technical Details

  • Benchmark covers 11 augmentation methods across three categories: classical perturbation, embedding-space retrieval (EmbSMOTE), and LLM-based generation, evaluated on seven public text classification datasets
  • Datasets span class counts K=2–28 and imbalance ratios from 1.1 to over 500, with five random seeds per experimental condition
  • Evaluation metrics include macro F1, Welch's t-tests for statistical significance, five distributional metrics, and an LLM-family sensitivity analysis using Qwen3-8B
  • Key finding: class-conditional structural fidelity—the degree to which augmented samples preserve the class-conditioned geometry of the training distribution—is identified as the effective variable, not surface-level uniqueness
  • LLM artifacts such as text elongation and artificial label-distribution uniformization were found to degrade classification accuracy

Industry Insight

  • Retrieval-based oversampling (EmbSMOTE) should be adopted as the default strategy for imbalanced multi-class text classification before investing in LLM-based augmentation pipelines
  • Organizations relying on LLM-generated synthetic data for imbalanced classification should re-evaluate their approach, as the added computational cost may not translate to performance gains and could even harm results
  • Future augmentation research should prioritize structural fidelity metrics over diversity-oriented benchmarks, and practitioners should monitor for LLM-specific artifacts like text elongation when deploying generative augmentation in production

TL;DR

  • 首次系统性基准测试对比LLM生成增强与经典EmbSMOTE检索增强在文本分类不平衡问题上的表现
  • 所有LLM-based增强方法在统计上等同于或劣于EmbSMOTE,且性能差距随不平衡程度加剧而扩大
  • 表面级文本多样性与下游分类性能几乎无关,而LLM特有的文本拉长和标签分布均匀化伪影会损害分类准确率
  • 类条件结构保真度(保留训练分布的类条件几何结构)才是影响分类效果的关键变量
  • 建议将检索式过采样作为不平衡多分类任务的默认方案,并对LLM增强部署设置更高实证门槛

为什么值得看

这篇论文为当前LLM数据增强热潮提供了重要的实证纠偏,揭示了表面多样性并非提升不平衡分类性能的有效指标。对于AI从业者和研究者而言,该研究提供了清晰的实践指导:在资源有限的情况下,应优先采用经典的嵌入空间检索方法而非盲目追求LLM生成方案。

技术解析

  • 基准测试设计:构建了涵盖11种增强方法的全面基准,包括6种LLM-based方法和4种经典方法,在7个公开文本分类数据集上验证,类别数K=2-28,不平衡比率从1.1到超过500,每个实验配置使用5个随机种子。
  • 评估体系:采用macro F1作为主要指标,结合Welch's t-tests进行统计显著性检验,并引入5个分布度量指标和基于Qwen3-8B的LLM家族敏感性分析。
  • 核心发现:LLM生成方法在极端不平衡场景下表现更差,性能差距在GoEmotions-28数据集上达到ΔF1_macro≈0.063;表面级独特性与下游性能几乎无相关性。
  • 关键洞察:LLM特有的伪影(文本拉长、标签分布均匀化)与分类准确率呈负相关,而类条件结构保真度才是决定性能的有效变量。

行业启示

  • 实践建议:在部署LLM增强方案前应建立更严格的实证验证流程,避免仅凭表面多样性指标做出决策。
  • 技术趋势:检索式过采样应成为不平衡多分类任务的默认基线方案,LLM生成增强需证明其在特定场景下的显著优势。
  • 研究启示:未来研究应更关注类条件结构保真度而非表面多样性,探索如何在保持类别几何结构的前提下进行数据增强。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 Benchmark 基准测试 Embedding Model 嵌入模型 Research 科学研究 Fine-tuning 微调