Search papers, labs, and topics across Lattice.
This paper introduces the Agentic Data Evolution (ADE) framework, which enhances the alignment of large language models with human-centered objectives by organizing synthetic supervision into evolving data snapshots. By implementing a closed-loop Observation-Variation-Selection (OVS) procedure, ADE effectively improves data quality and consistency, leading to significant performance gains in both intrinsic and extrinsic evaluations. The results show an increase in the intrinsic win rate from 50% to 75.81% and the extrinsic win rate from 55.20% to 68.86%, demonstrating the framework's robustness across various benchmarks and tasks.
Evolving data snapshots can boost LLM performance by over 20% in both intrinsic and extrinsic evaluations, reshaping how we approach human-centered AI alignment.
Aligning large language models to human-centered objectives is difficult when targets are non-executable and context-dependent, limiting reliable verification and scalable supervision. Although synthetic data expands coverage, weak verification shifts the bottleneck from generation to selection. Noisy signals destabilize iterative refinement and can cause silent regressions. We propose Agentic Data Evolution (ADE), a data-centric framework that organizes synthetic supervision as evolving data snapshots. ADE improves data snapshots through a closed-loop Observation-Variation-Selection (OVS) procedure, where a steady-state admission mechanism acts as a quality ratchet that conservatively gates updates for sustained cross-round improvement. We validate these improvements through complementary intrinsic trend tracking and extrinsic post-training evaluation. On DEV300, ADE raises the intrinsic win rate from 50% to 75.81% and the extrinsic win rate from 55.20% to 68.86%, consistent performance gains across diverse benchmarks. Blind expert evaluation further confirms this, with a 66.11% preference for evolved answers. These gains extend across post-training methods, model scales, and tasks beyond the target weakly verifiable educational objectives. Resources are available at https://github.com/ZeroLoss-Lab/Agentic-Data-Evolution.