PulseAugur
实时 11:05:04

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

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

排序理由 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]

在 arXiv cs.AI 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

New agentic system automates pre-training data selection for LLMs

本文如何被排名

Signal score
10 / 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.

完整方法见我们的编辑标准

报道来源 [1]

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

    AutoData:用于预训练数据选择的代理搜索

    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…