Exploring Autonomous Agentic Data Engineering for Model Specialization
Summary
This paper introduces Autonomous Agentic Data Engineering, a task where LLMs autonomously execute end-to-end data curation pipelines for model specialization, showing significant performance gains (e.g., GPT-5.2 improves a student model by 57.29%).
View Cached Full Text
Cached at: 06/01/26, 03:18 AM
Paper page - Exploring Autonomous Agentic Data Engineering for Model Specialization
Source: https://huggingface.co/papers/2605.30407 Authors:
,
,
,
,
,
,
,
,
,
,
,
Abstract
Large language models can autonomously execute end-to-end data engineering pipelines for model specialization through iterative data adaptation and optimization.
Large Language Models(LLMs) have demonstrated strong performance on general tasks, while often struggling to adapt to specialized domains without high-quality domain-specific data. Existing LLM-baseddata curationmethods primarily rely on human-designed workflows, leaving it unexamined whether LLMs can autonomously execute anend-to-end data engineering pipelineformodel specialization. We formalizeAutonomous Agentic Data Engineering, a novel task designed to evaluate LLMs as autonomous data engineers that drivemodel specializationthrough end-to-enddata curation. We frame data as an optimizable component and study agents that plan, generate, and iteratively optimize training data across multiple domains, guided bypost-training performance improvement. Experiments show that autonomous LLM data engineers yield substantial gains, as GPT-5.2 constructs a training curriculum that improves a student model by 57.29\%, entirely through iterative,agent-driven data adaptation. By illuminating both potential and bottlenecks, our study establishes autonomous data engineering as a measurable capability and charts a path toward agent-drivenmodel specializationCode will be released at https://github.com/zjunlp/DataAgent..
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2605\.30407
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2605.30407 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2605.30407 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2605.30407 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
GuidedRAG: Semantic Steering of Retrieval-Augmented Generation
GuidedRAG is a research paper proposing a novel RAG extension that adds a semantics-based selection stage before retrieval, improving retrieval relevance and reducing overhead across diverse RAG variants.
AI Security Priorities: A Field-Wide Agenda
This paper presents a prioritized, field-wide agenda for advancing AI security, based on interviews with leaders across sectors and an expert workshop. It organizes actionable priorities across four themes including policy frameworks, public-private coordination, technical security engineering, and governing agentic AI under adversarial pressure.
AgentMap: Joint Equivalence and Subsumption Discovery for Ontology Matching
This paper introduces Hybrid Ontology Matching (HOM), unifying equivalence and subsumption discovery, and proposes AgentMap, an LLM-based multi-agent framework for joint ontology matching. Experiments show promising results on hybrid, equivalence-only, and subsumption-only settings.
Eco3S: Complex Socio-Economic System Simulation via Agent-Based Models
Presents Eco3S, a socio-economic system simulation framework that uses LLM-based agents with co-evolving environments, structural causal simulation, and a self-corrective refinement paradigm to replicate and analyze economic phenomena.
GoGoTB: Agentic RTL Verification with Specification-Grounded Coverage Closure
GoGoTB is an agentic framework for end-to-end RTL verification that achieves specification-grounded coverage closure, reaching high coverage on 8 designs without human intervention.