ENTP: Enhancing Low-Quality SFT Data via Neural-Symbolic Text Purge-Mix
Zile Yang, Ling Li, Na Di, Jinlong Pang, Yao Zhou, Hao Cheng, Bo Han, Jiaheng Wei
TL;DR
This paper tackles the bottleneck of relying on scarce high-quality data for supervised fine-tuning of instruction-following models. It proposes ENTP, a neural-symbolic purge-mix framework that first purges genuinely noisy low-quality data using symbolic priors and score-consensus mechanisms, then enriches the remaining signal with neural reconstruction and a two-to-one corpus fusion guided by domain-aware symbolic prompts. By combining a Score Transition Matrix, consensus vectors, one-hop clustering, and neural-symbolic fusion cycles, ENTP constructs synthetic corpora from low-quality data that outperform 13 baselines and even rival or exceed models trained on the full original dataset across five benchmarks. The results underscore the latent value in low-quality data and demonstrate that intelligent purification and synthesis can enable more efficient instruction alignment and better out-of-distribution generalization in LLM fine-tuning. The approach offers practical implications for scaling SFT with noisy data and provides a blueprint for neural-symbolic data augmentation in instruction-tuning contexts, with empirical scaling laws supporting the benefit of larger ENTP-generated corpora.$
Abstract
Supervised Fine-Tuning (SFT) adapts pre-trained Large Language Models (LLMs) to domain-specific instructions by training on a carefully curated subset of high-quality instruction-response pairs, typically drawn from a larger dataset that often contains many low-quality or noisy samples. However, existing quality-first paradigms often overlook valuable signals in discarded low-quality data and rely on imperfect quality filters. We introduce ENTP (Enhancing low-quality SFT data via Neural-symbolic Text Purge-Mix), a framework that revitalizes low-quality corpora through symbolic purification and neural reconstruction. The symbolic module identifies and prunes noisy samples based on statistical priors, while the neural component synthesizes enriched instruction-response pairs by leveraging latent representations and model knowledge. This neural-symbolic synergy enhances data informativeness and diversity. Experiments show that ENTP-augmented datasets, constructed exclusively from low-quality data, outperform 13 established data-selection baselines across five instruction-following benchmarks, and even surpass fine-tuning on the full original dataset (approximately 300K examples). Our results highlight the untapped potential of low-quality data and underscore the importance of intelligent purification and synthesis for efficient instruction alignment.
