LGAIDec 8, 2025

SIT-Graph: State Integrated Tool Graph for Multi-Turn Agents

arXiv:2512.07287v12 citationsh-index: 5
Originality Incremental advance
AI Analysis

This addresses multi-turn tool-use problems for AI agents, representing an incremental improvement over existing memory- and graph-based methods.

The paper tackles the challenge of multi-turn tool-use scenarios where intent clarification and environment evolution across turns hinder adaptation, proposing SIT-Graph to enhance performance by exploiting partially overlapping experience. Experiments show it consistently outperforms baselines on multiple benchmarks, delivering more robust tool selection and effective experience transfer.

Despite impressive advances in agent systems, multi-turn tool-use scenarios remain challenging. It is mainly because intent is clarified progressively and the environment evolves with each tool call. While reusing past experience is natural, current LLM agents either treat entire trajectories or pre-defined subtasks as indivisible units, or solely exploit tool-to-tool dependencies, hindering adaptation as states and information evolve across turns. In this paper, we propose a State Integrated Tool Graph (SIT-Graph), which enhances multi-turn tool use by exploiting partially overlapping experience. Inspired by human decision-making that integrates episodic and procedural memory, SIT-Graph captures both compact state representations (episodic-like fragments) and tool-to-tool dependencies (procedural-like routines) from historical trajectories. Specifically, we first build a tool graph from accumulated tool-use sequences, and then augment each edge with a compact state summary of the dialog and tool history that may shape the next action. At inference time, SIT-Graph enables a human-like balance between episodic recall and procedural execution: when the next decision requires recalling prior context, the agent retrieves the state summaries stored on relevant edges and uses them to guide its next action; when the step is routine, it follows high-confidence tool dependencies without explicit recall. Experiments across multiple stateful multi-turn tool-use benchmarks show that SIT-Graph consistently outperforms strong memory- and graph-based baselines, delivering more robust tool selection and more effective experience transfer.

Foundations

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

Your Notes