Search papers, labs, and topics across Lattice.
This paper introduces a two-level framework for generating agentic data for LLMs, emphasizing the need for consistency across environments, tasks, and success signals. By employing the Accuracy-Complexity-divErsity (ACE) lens, the authors analyze how to design data generation that balances grounded accuracy, learner-relative complexity, and diversity to enhance the learning experience. The findings indicate a significant shift in the literature towards prioritizing execution-grounded accuracy and adaptive learning strategies, highlighting the importance of generating valid and informative data rather than merely increasing volume.
Generating agentic data isn't just about quantity; it's about crafting valid, informative experiences that evolve alongside agents and their environments.
LLM agents increasingly rely on generated interaction data to learn how to interact with external environments. Agentic data generation must maintain consistency among environments, tasks, interactions, and success signals while producing experience that is useful rather than merely abundant. Existing work spans many agent domains, but domain-centered organization and heterogeneous evaluation often obscure common generation mechanisms and conflate candidate construction with verification and selection. This work develops a two-level framework for the field. First, we represent agentic data as a common factorized object $(E,q,\tau,v)$, comprising an environment specification, task signal, interaction realization, and optional verifier. We organize generation paradigms by their primary anchor and dependency structure. Second, we formulate generation as constrained distribution design through the Accuracy-Complexity-divErsity (ACE) lens. Accuracy establishes the feasible support of grounded and internally consistent data. Within this support, Complexity places learning mass relative to the capability of a declared learner and execution configuration, while divErsity controls coverage and redundancy of data. Using this framework, we explore how prior work verifies generated experience, constructs and calibrates difficulty, and expands behavioral coverage. The literature reveals a shift toward execution-grounded accuracy, learner-relative complexity, and diversity beyond surface variation or dataset size. We further discuss broader directions and emerging trends in agentic data generation through the ACE lens, including their implications for scaling, data sources, training regimes and adaptive learning. Overall, the central challenge is not simply to generate more data, but to continually allocate valid, informative, and non-redundant experience as agents and environments evolve.