PulseAugur
EN
LIVE 18:23:39

DataOrchestra framework optimizes LLM pretraining data processing

Researchers have introduced DataOrchestra, a novel framework designed to optimize the pretraining data processing for large-language models (LLMs). Unlike existing methods that apply uniform processing strategies, DataOrchestra dynamically orchestrates a per-example pipeline, deciding whether to drop, keep, or clean each data chunk. For cleaning, it selects specific operations and generates instructions for tool models, leading to stable performance gains across multiple benchmarks when models are pretrained from scratch. This approach also proves effective for specialized tasks like math continued pretraining, outperforming stronger baselines while reducing computational costs by skipping unnecessary processing steps. AI

IMPACT This framework could lead to more efficient and effective LLM training by tailoring data processing to individual examples.

RANK_REASON The cluster contains an academic paper detailing a new framework for data processing in LLMs. [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 →

DataOrchestra framework optimizes LLM pretraining data processing

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Zhen Huang, Yikun Wang, Shijie Xia, Pengfei Liu ·

    DataOrchestra: Learning to Orchestrate Per-Example Curation of Pretraining Data

    arXiv:2607.24717v1 Announce Type: cross Abstract: Pretraining data processing is critical to the downstream performance of Large Language Models (LLMs). However, many existing approaches define a fixed processing strategy at the corpus or domain level and apply it uniformly to ma…