Researchers propose unsupervised data augmentation method combining GMMs and LLMs to address imbalanced text clustering
The method uses Gaussian Mixture Models to detect underrepresented clusters and Large Language Models to generate synthetic documents, improving interpretability and performance on imbalanced datasets.
1 source · cross-referenced
- A novel unsupervised data augmentation method integrates Gaussian Mixture Models (GMMs) and Large Language Models (LLMs) to address underrepresented topics in NLP clustering tasks.
- The approach detects minority-topic clusters with GMMs and enriches them with LLM-generated synthetic documents.
- Experiments on imbalanced text datasets show preserved or improved clustering performance and enhanced interpretability.
- The method is presented as robust and scalable for unsupervised NLP tasks.
Researchers from the University of Paris and University of Oran 1 propose a method to improve unsupervised text clustering in the presence of imbalanced data by combining Gaussian Mixture Models (GMMs) with Large Language Models (LLMs). The core idea is to use GMMs to identify clusters corresponding to underrepresented topics and then leverage LLMs to generate synthetic documents that enrich these clusters, thereby improving their representation in the dataset.
The authors argue that traditional clustering methods often fail to adequately capture minority topics in unsupervised settings, which can skew downstream analyses. Their approach aims to address this by first detecting minority clusters using the flexibility and robustness of GMMs, and then using LLMs to create synthetic documents that bolster the representation of these clusters.
In experiments across multiple imbalanced text datasets, the proposed method preserved clustering performance in all cases and often improved cluster interpretability. The authors describe the approach as robust and scalable, suggesting it could be broadly applicable to unsupervised NLP tasks where data imbalance is a concern.
The paper is titled 'Imbalanced Data Clustering via Targeted Data Augmentation Using GMM and LLM' and was submitted to arXiv on May 19, 2026. It is associated with the 23rd International Symposium on Intelligent Data Analysis (IDA 2025), where it is slated to appear in the proceedings.
- Aug 3, 2026 · arXiv cs.CL
Cross-model auditing improves bias resistance in LLM judges by selecting auditors per bias type
Trust79 - Aug 3, 2026 · arXiv cs.CL
Vision-language model adapts Qwen3-VL-8B-Instruct for Nepali meme classification in CHiPSAL 2026 shared task
Trust79 - Aug 3, 2026 · arXiv cs.AI
Researchers propose LLM pipeline to generate and formally validate mathematical conjectures
Trust76