菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-01-09
📄 Abstract - EnvScaler: Scaling Tool-Interactive Environments for LLM Agent via Programmatic Synthesis

Large language models (LLMs) are expected to be trained to act as agents in various real-world environments, but this process relies on rich and varied tool-interaction sandboxes. However, access to real systems is often restricted; LLM-simulated environments are prone to hallucinations and inconsistencies; and manually built sandboxes are hard to scale. In this paper, we propose EnvScaler, an automated framework for scalable tool-interaction environments via programmatic synthesis. EnvScaler comprises two components. First, SkelBuilder constructs diverse environment skeletons through topic mining, logic modeling, and quality evaluation. Then, ScenGenerator generates multiple task scenarios and rule-based trajectory validation functions for each environment. With EnvScaler, we synthesize 191 environments and about 7K scenarios, and apply them to Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) for Qwen3 series models. Results on three benchmarks show that EnvScaler significantly improves LLMs' ability to solve tasks in complex environments involving multi-turn, multi-tool interactions. We release our code and data at this https URL.

顶级标签: llm agents systems
详细标签: tool interaction environment synthesis programmatic synthesis agent training scalable sandboxes 或 搜索:

EnvScaler:通过程序化合成扩展大语言模型代理的工具交互环境 / EnvScaler: Scaling Tool-Interactive Environments for LLM Agent via Programmatic Synthesis


1️⃣ 一句话总结

这篇论文提出了一个名为EnvScaler的自动化框架,它能够通过程序化合成的方法,大规模地生成多样化的工具交互环境,从而有效提升大语言模型在复杂、多步骤任务中的规划和执行能力。

源自 arXiv: 2601.05808