paper-with-me

Papers

DataEvolver: Automatic Data Preparation for Large Language Models through Multi-Level Self-Evolving

2026-06-05 · Chao Deng, Shaolei Zhang, Ju Fan, Xiaoyong Du arxiv

High-quality training data is essential to large language models (LLMs) and typically requires extensive and costly manual curation. Existing automatic data preparation methods rely on predefined pipelines or customized human instructions, which limits their adaptability to diverse data distributions and lacks principled guidance from high-quality examples. In this paper, we introduce DataEvolver, the first self-evolving data preparation system that automatically constructs pipelines to transform raw data into high-quality data. DataEvolver employs a multi-level mechanism to ensure both pipeline executability and effectiveness. At the operator level, it incrementally expands the operator set to construct a logical plan while resolving dependency conflicts. At the pipeline level, it instantiates logical plans into executable code and iteratively refines pipeline orchestration through a feedback loop that reduces the distribution gap between prepared data and high-quality examples. Experiments on seven benchmarks show that DataEvolver substantially improves data quality and achieves an average 10\% gain in downstream LLM performance compared with training on original data, highlighting new opportunities for the iterative co-evolution of LLMs and data.

📄 PDF Abstract BibTeX arXiv:2606.07001

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DataEvolver: Self-Evolving Multi-Agent Data Construction for Text-Rich Image Generation

2026-06-30 · Siyu Yan, Yizhen Gao, Yilin Wang, Dongxing Mao 외 hf

Text-rich image generation is one of the most challenging settings in image generation, since models must simultaneously produce visually realistic images and render legible, semantically aligned, and layout-consistent t…

Image Generation

DataEvolver: Let Your Data Build and Improve Itself via Goal-Driven Loop Agents

2026-05-03 · Qisong Zhang, Wenzhuo Wu, Zhuangzhuang Jia, Yunhao Yang 외 arxiv

Constructing controllable visual data is a major bottleneck for image editing and multimodal understanding. Useful supervision is rarely produced by a single rendering pass; instead it emerges through iterative generatio…

Image Editing

Preparation of Bangla Speech Corpus from Publicly Available Audio \& Text

2020-05-01 · LREC 2020 5 · Shafayat Ahmed, Nafis Sadeq, Sudipta Saha Shubha, Md. Nahidul Islam 외

Automatic speech recognition systems require large annotated speech corpus. The manual annotation of a large corpus is very difficult. In this paper, we focus on the automatic preparation of a speech corpus for Banglades…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speaker-diarizationSpeaker Diarization+2

Automating Date Format Detection for Data Visualization

2025-01-10 · Zixuan Liang

Data preparation, specifically date parsing, is a significant bottleneck in analytic workflows. To address this, we present two algorithms, one based on minimum entropy and the other on natural language modeling that aut…

Data VisualizationLanguage ModelingLanguage Modelling

Towards Next-Generation LLM Training: From the Data-Centric Perspective

2026-03-16 · Hao Liang, Zhengyang Zhao, Zhaoyang Han, Meiyi Qiang 외 arxiv

Large language models (LLMs) have demonstrated remarkable performance across a wide range of tasks and domains, with data playing a central role in enabling these advances. Despite this success, the preparation and effec…