CLAISEMay 11

Simulating Complex Multi-Turn Tool Calling Interactions in Stateless Execution Environments

IBM
arXiv:2601.1991428.1h-index: 12
Predicted impact top 28% in CL · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the practical limitation of stateful environments in enterprise and multi-source tool settings, enabling synthetic data generation for tool-calling LLMs in stateless contexts.

The paper introduces DiGiT-TC, a method for generating synthetic multi-turn tool calling data without requiring a stateful execution environment, achieving strong performance gains on standard tool calling benchmarks.

Synthetic data has proven itself to be a valuable resource for tuning smaller, cost-effective language models to handle the complexities of multi-turn tool calling conversations. While many frameworks and systems for producing synthetic multi-turn tool calling data have been proposed, prior works have frequently assumed that any tool calling interactions will take place in an execution environment that maintains state. When such an environment is available, this is advantageous as it allows for the validity of an interaction to be determined by whether or not the state of the execution environment matches to some prespecified objective. Unfortunately, this does not hold in many real-world tool use settings, e.g., in enterprise settings where data security is of the utmost importance or in cases where tool specifications are synthesized from multiple sources. In this work, we address this gap by introducing a data generation method, DiGiT-TC, that is designed to produce tool calling conversations that have the characteristics of conversations generated through search in a stateful environment. The key to our technique lies in a novel generation pattern that allows our approach to implicitly represent certain tool calls in the user request. We validate our approach on standard tool calling benchmarks and demonstrate that, even in stateful problem settings, our approach results in strong performance gains.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes