AutoData uses agents to automate pre-training data selection
AutoData reframes pre-training data selection as an optimization problem solvable by AI agents rather than manual engineering. The system searches over executable algorithms that combine scoring, stratification, and sampling rules, using validation feedback to discover feature interactions automatically. This shifts data curation from fixed domain-weighting approaches into a programmable search space, potentially unlocking efficiency gains in model training pipelines. The work signals a broader trend of automating the full ML stack, including the data layer that has historically resisted systematic optimization.
Modelwire context
ExplainerThe key insight is that AutoData treats data curation as a searchable algorithm space rather than a fixed weighting scheme. Prior work assumed domain experts should manually decide which data sources matter; AutoData lets an agent discover which combinations of scoring, stratification, and sampling rules work best for a given validation set.
This connects directly to the reward modeling and curriculum learning work from this week. F2DR and MATCH both tackle the problem of learning what to optimize for across multi-step pipelines, but they focus on inference-time behavior (search workflows, tool use). AutoData pushes that same principle backward into the pre-training layer itself. The Dictionary-Constrained Grapheme-to-Phoneme paper also used LLM-generated data with constraints, but that was manual constraint design; AutoData automates the discovery of which constraints and sampling rules matter. Together, these papers suggest a broader trend: the ML stack is moving from fixed heuristics (manual domain weighting, fixed curriculum schedules, hand-coded constraints) toward learned, adaptive policies at every layer.
If AutoData's discovered algorithms transfer across model scales (e.g., the optimal data selection policy for a 7B model also improves a 70B model without retraining), that confirms the approach captures genuine data properties rather than overfitting to a specific validation set. If not, the method is a form of expensive per-scale tuning with limited practical value.
Coverage we drew on
This analysis is generated by Modelwire’s editorial layer from our archive and the summary above. It is not a substitute for the original reporting. How we write it.
MentionsAutoData
Modelwire Editorial
This synthesis and analysis was prepared by the Modelwire editorial team. We use advanced language models to read, ground, and connect the day’s most significant AI developments, providing original strategic context that helps practitioners and leaders stay ahead of the frontier.
Modelwire summarizes, we don’t republish. arXiv cs.CL originally reported this story as “AutoData: Agentic Search for Pre-training Data Selection”. The full content lives on arxiv.org. If you’re a publisher and want a different summarization policy for your work, see our takedown page.