Apple proposes environment-free synthetic data generation for training API-calling agents
Method uses LLMs as digital world models to generate trajectories from API specs alone, bypassing the need for executable environments or pre-populated databases.
1 source · cross-referenced
- Apple’s Machine Learning Research team proposes a method to generate synthetic training data for API-calling agents without executable environments or pre-populated databases.
- The approach uses LLMs to simulate stateful environments and generate diverse tasks and synthetic API responses.
- Fine-tuning on the synthetic data improved performance on AppWorld and OfficeBench benchmarks, which include information-retrieval and state-changing tasks.
- Authors include Seanie Lee, Sanjoy Chowdhury, Chao Jiang, Cheng-Yu Hsieh, Ting-Yao Hu, Alexander T Toshev, Oncel Tuzel, and Raviteja Vemulapalli.
Apple’s Machine Learning Research team describes an environment-free synthetic data generation approach for training API-calling large language model (LLM) agents. The method addresses a bottleneck in scaling agent training: the need for fully implemented environments with executable APIs and pre-populated backend databases to collect high-quality trajectories.
The proposed approach uses LLMs as on-the-fly digital world models. Given only API specifications, an LLM first generates diverse tasks that are solvable with the provided APIs. A teacher agent then iteratively solves each task while a separate LLM simulator generates coherent synthetic API responses conditioned on the task context and simulation history.
An LLM judge filters the resulting trajectories to ensure dataset quality. The authors evaluate the method on the AppWorld and OfficeBench benchmarks, which include both information-retrieval and state-changing tasks.
Fine-tuning models on the synthetic data yields significant performance gains, demonstrating that effective supervision for API-calling agents can be generated without any executable environment. The results suggest LLM-based API simulation is a practical, scalable solution for training agents across diverse API ecosystems.
- Jul 25, 2026 · Apple — Machine Learning Research
Apple researchers propose LEAD to mitigate long-horizon reasoning failures in LLMs
Trust79 - Jul 25, 2026 · Apple — Machine Learning Research
Apple proposes CalibAtt, a training-free method to accelerate video generation via calibrated sparse attention
Trust79 - Jul 24, 2026 · arXiv cs.AI
Researchers propose ClickGuard, an AI tool that detects clickbait and spoils articles in real time
Trust79