paper-with-me

홈 › Papers

The World Won't Stay Still: Programmable Evolution for Agent Benchmarks

2026-03-06 · Guangrui Li, Yaochen Xie, Yi Liu, Ziwei Dong, Xingyuan Pan, Tianqi Zheng, Jason Choi, Michael J. Morais, Binit Jha, Shaunak Mishra, Bingrou Zhou, Chen Luo, Monica Xiao Cheng, Dawn Song arxiv

LLM-powered tool-calling agents fulfill user requests by interacting with environments, querying data, and invoking tools in a multi-turn process. Yet, most existing benchmarks evaluate these systems under static environment interfaces, with fixed schemas and toolsets, making it difficult to assess how agents behave as environments evolves -- when capabilities are added, reorganized, or deprecated across successive environment versions. In this paper, we study structured environment evolution as a benchmark-construction problem for tool-calling agents. We propose ProEvolve, a graph-based framework that makes environment evolution programmable. At its core, a typed relational graph provides a unified, explicit representation of the environment - data, tools, and schema. Under this formalism, adding, removing, or modifying capabilities are expressed as graph transformations that coherently propagate updates across tools, schemas, and data access. Building on this, ProEvolve supports (1) automatic generation of evolved executable environments through explicit graph transformations, and (2) graph-grounded construction of task sandboxes via subgraph sampling and instantiation. We validate ProEvolve in two tool-calling domains, e-commerce and airline booking, in terms of quality, implementation validity, and failure modes. Finally, we use the generated benchmark as a downstream diagnostic to study how representative agents behave under structured environment evolution.

📄 PDF Abstract BibTeX arXiv:2603.05910

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Programmable World Model

2026-09-09 · Zheng-Hui Huang, Guixu Lin, Jiacheng Lin, Yi-Chuan Huang 외 arxiv

Recent video world models generate increasingly realistic and interactive visual experiences, yet lack reliable mechanisms for maintaining persistent world state and enforcing programmable rules over extended interaction…

METASYMBO: Multi-Agent Language-Guided Metamaterial Discovery via Symbolic Latent Evolution

2026-04-30 · Jianpeng Chen, Wangzhi Zhan, Dongqi Fu, Junkai Zhang 외 arxiv

Metamaterial discovery seeks microstructured materials whose geometry induces targeted mechanical behavior. Existing inverse-design methods can efficiently generate candidates, but they typically require explicit numeric…

A Self-Evolving Agentic Framework for Metasurface Inverse Design

2026-04-01 · Yi Huang, Bowen Zheng, Yunxi Dong, Hong Tang 외 arxiv

Metasurface inverse design can realize complex optical functionality, but turning a target optical response into executable optimization code still requires substantial expertise in computational electromagnetics and sol…

EnvHarness: Awakening Static Worlds for Agent Learning

2026-08-20 · Chengsong Huang, Zifeng Wang, Rujun Han, Jun Yan 외 arxiv

LLM agents learn by interacting with environments, yet these environments are hand-built and static: blind to an agent's weaknesses, and quickly left behind as it improves. While recent environment generation methods att…

Reinforcement Learning

Artificially intelligent agents in the social and behavioral sciences: A history and outlook

2025-10-07 · Petter Holme, Milena Tsvetkova arxiv

We review the historical development and current trends of artificially intelligent agents (agentic AI) in the social and behavioral sciences: from the first programmable computers, and social simulations soon thereafter…