paper-with-me

홈 › Papers

EnvScaler: Scaling Tool-Interactive Environments for LLM Agent via Programmatic Synthesis

2026-01-09 · Xiaoshuai Song, Haofei Chang, Guanting Dong, Yutao Zhu, Ji-Rong Wen, Zhicheng Dou arxiv

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 https://github.com/RUC-NLPIR/EnvScaler.

📄 PDF Abstract BibTeX arXiv:2601.05808

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

ScaleEnv: Scaling Environment Synthesis from Scratch for Generalist Interactive Tool-Use Agent Training

2026-02-06 · Dunwei Tu, Hongyan Hao, Hansi Yang, Yihao Chen 외 arxiv

Training generalist agents capable of adapting to diverse scenarios requires interactive environments for self-exploration. However, interactive environments remain critically scarce, and existing synthesis methods suffe…

Democratizing Tool Learning with Environments Fully Simulated by a Free 8B Language Model

2026-04-20 · Chenming Tang, Hsiu-Yuan Huang, Weijie Liu, Junqiang Zheng 외 arxiv

Reinforcement learning (RL) has become a prevalent paradigm for training tool calling agents, which typically requires online interactive environments. Existing approaches either rely on training data with ground truth a…

Reinforcement Learning

MiroThinker: Pushing the Performance Boundaries of Open-Source Research Agents via Model, Context, and Interactive Scaling

2025-11-14 · MiroMind Team, Song Bai, Lidong Bing, Carson Chen 외 arxiv

We present MiroThinker v1.0, an open-source research agent designed to advance tool-augmented reasoning and information-seeking capabilities. Unlike previous agents that only scale up model size or context length, MiroTh…

Reinforcement Learning

Beyond Quantity: Trajectory Diversity Scaling for Code Agents

2026-02-03 · Guhong Chen, Chenghao Sun, Cheng Fu, Qiyao Wang 외 arxiv

As code large language models (LLMs) evolve into tool-interactive agents via the Model Context Protocol (MCP), their generalization is increasingly limited by low-quality synthetic data and the diminishing returns of qua…

TextQuests: How Good are LLMs at Text-Based Video Games?

2025-07-31 · Long Phan, Mantas Mazeika, Andy Zou, Dan Hendrycks arxiv

Evaluating AI agents within complex, interactive environments that mirror real-world challenges is critical for understanding their practical capabilities. While existing agent benchmarks effectively assess skills like t…