paper-with-me

홈 › Papers

ToolWeave: Structured Synthesis of Complex Multi-Turn Tool-Calling Dialogues

2026-04-03 · Dinesh Khandelwal, Gnana Prakash Punnavajhala, GPS Bhargav, Gaurav Pandey, Sachin Joshi, Hima Karanam, Dinesh Raghu arxiv

Multi-turn tool calling is essential for LLMs to function as autonomous agents, yet synthesizing the training data required for these capabilities remains a fundamental challenge. Existing synthetic data generation pipelines often produce unrealistic dialogues for two reasons: they chain tools that are only superficially compatible rather than aligned with meaningful user tasks, and they generate dialogues in one shot, which often introduces arguments that were neither provided by the user nor produced by prior tool calls. These issues also lead to a severe underrepresentation of multi-step tool interactions. We introduce ToolWeave, a structured framework for synthesizing realistic multi-turn tool-calling dialogues. ToolWeave support realistic multi-step workflows (or tool sequences) by constructing tools with built-in dependencies and filters the workflows based on alignment with user goals. It reduces parameter hallucination by using a fine-grained planning stage that explicitly tracks parameter provenance. As a result, ToolWeave-generated synthetic dialogues contain more multi-step tool interactions (45%) and fewer hallucinations in parameters and tool names. Consequently, LLMs fine-tuned on ToolWeave consistently outperform those fine-tuned on prior datasets across three public benchmarks. Notably, Llama-3.1-70B fine-tuned on ToolWeave achieves 39.75% on BFCL-V3 multi-turn, compared to 23.50% when fine-tuned on SOTA ToolFlow data.

📄 PDF Abstract BibTeX arXiv:2605.12521

Code (0)

등록된 구현이 없습니다.

Tasks

Synthetic Data Generation

Similar Papers 제목 키워드 기반

ToolWeaver: Weaving Collaborative Semantics for Scalable Tool Use in Large Language Models

2026-01-29 · Bowen Fang, Wen Ye, Yunyue Su, Jinghao Zhang 외 arxiv

Prevalent retrieval-based tool-use pipelines struggle with a dual semantic challenge: their retrievers often employ encoders that fail to capture complex semantics, while the Large Language Model (LLM) itself lacks intri…

ISE: An Execution-Grounded Recipe for Multi-Turn OS-Agent Trajectories

2026-06-09 · Siyuan Luo, Nairong Zheng, Lin Zhou, Tiankuo Yao 외 arxiv

Training capable OS agents requires data that simultaneously captures structured user intents, multi-turn task delegation, and grounded tool execution--properties absent from existing datasets. We propose ISE (Intent -> …

FunReason-MT Technical Report: Advanced Data Synthesis Solution for Real-world Multi-Turn Tool-use

2025-10-28 · Zengzhuang Xu, Bingguang Hao, Zechuan Wang, Yuntao Wen 외 arxiv

Function calling (FC) empowers large language models (LLMs) and autonomous agents to interface with external tools, a critical capability for solving complex, real-world problems. As this ability becomes increasingly cen…

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…

TreeSeeker: Tree-Structured Trial, Error, and Return in Deep Search

2026-06-10 · Zhuofan Shi, Mingzhe Ma, Lu Wang, Fangkai Yang 외 arxiv

Deep search requires agents to answer complex questions through multi-step web search, browsing, evidence comparison, and synthesis. A central challenge is deciding how to search when several directions look plausible bu…