paper-with-me

홈 › Papers

Towards High Supervised Learning Utility Training Data Generation: Data Pruning and Column Reordering

2025-07-14 · Tung Sum Thomas Kwok, Zeyong Zhang, Chi-Hua Wang, Guang Cheng arxiv

Tabular data synthesis for supervised learning ('SL') model training is gaining popularity in industries such as healthcare, finance, and retail. Despite the progress made in tabular data generators, models trained with synthetic data often underperform compared to those trained with original data. This low SL utility of synthetic data stems from class imbalance exaggeration and SL data relationship overlooked by tabular generator. To address these challenges, we draw inspirations from techniques in emerging data-centric artificial intelligence and elucidate Pruning and ReOrdering ('PRRO'), a novel pipeline that integrates data-centric techniques into tabular data synthesis. PRRO incorporates data pruning to guide the table generator towards observations with high signal-to-noise ratio, ensuring that the class distribution of synthetic data closely matches that of the original data. Besides, PRRO employs a column reordering algorithm to align the data modeling structure of generators with that of SL models. These two modules enable PRRO to optimize SL utility of synthetic data. Empirical experiments on 22 public datasets show that synthetic data generated using PRRO enhances predictive performance compared to data generated without PRRO. Specifically, synthetic replacement of original data yields an average improvement of 26.74% and up to 871.46% improvement using PRRO, while synthetic appendant to original data results with PRRO-generated data results in an average improvement of 6.13% and up to 200.32%. Furthermore, experiments on six highly imbalanced datasets show that PRRO enables the generator to produce synthetic data with a class distribution that resembles the original data more closely, achieving a similarity improvement of 43%. Through PRRO, we foster a seamless integration of data synthesis to subsequent SL prediction, promoting quality and accessible data analysis.

📄 PDF Abstract BibTeX arXiv:2507.10088

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Offline RL for Natural Language Generation with Implicit Language Q Learning

2022-06-05 · Charlie Snell, Ilya Kostrikov, Yi Su, Mengjiao Yang 외

Large language models distill broad knowledge from text corpora. However, they can be inconsistent when it comes to completing user specified tasks. This issue can be addressed by finetuning such models via supervised le…

Language ModellingOffline RLQ-LearningText Generation

Relevance to Utility: Process-Supervised Rewrite for RAG

2025-09-19 · Jaeyoung Kim, Jongho Kim, Seung-won Hwang, Seoho Song 외 arxiv

Retrieval-augmented generation systems often suffer from a gap between optimizing retrieval relevance and generative utility. With such a gap, retrieved documents may be topically relevant but still lack the content need…

Unsupervised Generative Feature Transformation via Graph Contrastive Pre-training and Multi-objective Fine-tuning

2024-05-27 · Wangyang Ying, Dongjie Wang, Xuanming Hu, Yuanchun Zhou 외

Feature transformation is to derive a new feature set from original features to augment the AI power of data. In many science domains such as material performance screening, while feature transformation can model materia…

Contrastive Learning

Utility-Probability Duality of Neural Networks

2023-05-24 · Huang Bojun, Fei Yuan

It is typically understood that the training of modern neural networks is a process of fitting the probability distribution of desired output. However, recent paradoxical observations in a number of language generation t…

Text Generation

Quantifying the Pre-training Dividend: Generative versus Latent Self-Supervised Learning for Time Series Foundation Models

2026-05-19 · Noam Major, Kathy Razmadze, Yoli Shavit arxiv

The success of self-supervised learning (SSL) in vision and NLP has motivated its rapid adoption for time series. However, research has focused primarily on Generative paradigms and forecasting tasks, leaving the broader…

Self-Supervised LearningAnomaly Detection