PulseAugur
EN
LIVE 10:26:05

New agentic system automates pre-training data selection for LLMs

Researchers have developed AutoData, an agentic system designed to automate the selection of pre-training data for large language models. This agent treats data selection as a heuristic engineering problem, searching directly over executable algorithms that utilize document features like lexical statistics and perplexity. AutoData iteratively refines these algorithms based on validation feedback from a proxy model, discovering a data selection recipe that surpasses human-designed curation pipelines within a single night of searching. The discovered method also demonstrates effectiveness at larger scales, improving downstream metrics. AI

IMPACT Automates a critical, labor-intensive part of LLM development, potentially accelerating research and deployment.

RANK_REASON The item is a research paper detailing a new method for data selection in LLM pre-training. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New agentic system automates pre-training data selection for LLMs

How we ranked this

Signal score
11 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
The item is a research paper detailing a new method for data selection in LLM pre-training. [lever_c_demoted from research: ic=1 ai=1.0]
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
paper, infra
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
Same-day
Cluster formed today. Ranking reflects the current source set at time of score.

Full methodology in our editorial standards.

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Yan Meng, Dhruv Srikanth, Bingchen Zhao, Zhengyao Jiang, Yuxiang Wu ·

    AutoData: Agentic Search for Pre-training Data Selection

    arXiv:2609.19754v1 Announce Type: new Abstract: LLM agents have recently shown promise in automating machine learning engineering by editing model and training code under execution feedback. Data, however, remains largely outside this agentic optimisation loop. We frame pre-train…