paper-with-me

Papers

ToolSandbox: A Stateful, Conversational, Interactive Evaluation Benchmark for LLM Tool Use Capabilities

2024-08-08 · Jiarui Lu, Thomas Holleis, Yizhe Zhang, Bernhard Aumayer, Feng Nan, Felix Bai, Shuang Ma, Shen Ma, Mengyu Li, Guoli Yin, ZiRui Wang, Ruoming Pang

Recent large language models (LLMs) advancements sparked a growing research interest in tool assisted LLMs solving real-world challenges, which calls for comprehensive evaluation of tool-use capabilities. While previous works focused on either evaluating over stateless web services (RESTful API), based on a single turn user prompt, or an off-policy dialog trajectory, ToolSandbox includes stateful tool execution, implicit state dependencies between tools, a built-in user simulator supporting on-policy conversational evaluation and a dynamic evaluation strategy for intermediate and final milestones over an arbitrary trajectory. We show that open source and proprietary models have a significant performance gap, and complex tasks like State Dependency, Canonicalization and Insufficient Information defined in ToolSandbox are challenging even the most capable SOTA LLMs, providing brand-new insights into tool-use LLM capabilities. ToolSandbox evaluation framework is released at https://github.com/apple/ToolSandbox

📄 PDF Abstract BibTeX arXiv:2408.04682

Code (1)

apple/toolsandbox 공식 구현

Similar Papers 제목 키워드 기반

MM-ToolSandBox: A Unified Framework for Evaluating Visual Tool-Calling Agents

2026-07-13 · Kaixin Ma, Di Feng, Alexander Metz, Jiarui Lu 외 arxiv

We introduce MM-ToolSandBox, a benchmark and evaluation framework for visually grounded tool-calling agents. The framework provides a stateful execution environment spanning 500+ tools across 16 application domains, supp…

ContinuityBench: A Benchmark and Systems Study of Stateful Failover in Multi-Provider LLM Routing

2026-07-17 · Vishal Pandey, Gopal Singh arxiv

In production large language model (LLM) deployments, high API availability guarantees do not equate to conversational continuity. When a primary provider experiences an outage or strict rate-limiting, naive stateless fa…

VikingMem: A Memory Base Management System for Stateful LLM-based Applications

2026-05-28 · Jiajie Fu, Junwen Chen, Mengzhao Wang, Aoxiang He 외 arxiv

Large Language Models have revolutionized interactive applications; however, their finite context windows pose a critical data management challenge for maintaining stateful, long-term interactions. Existing memory approa…

Evo-Memory: Benchmarking LLM Agent Test-time Learning with Self-Evolving Memory

2025-11-25 · Tianxin Wei, Noveen Sachdeva, Benjamin Coleman, Zhankui He 외 arxiv

Statefulness is essential for large language model (LLM) agents to perform long-term planning and problem-solving. This makes memory a critical component, yet its management and evolution remain largely underexplored. Ex…

DevNous: An LLM-Based Multi-Agent System for Grounding IT Project Management in Unstructured Conversation

2025-08-12 · Stavros Doropoulos, Stavros Vologiannidis, Ioannis Magnisalis arxiv

The manual translation of unstructured team dialogue into the structured artifacts required for Information Technology (IT) project governance is a critical bottleneck in modern information systems management. We introdu…