Magnet: Multi-turn Tool-use Data Synthesis and Distillation via Graph Translation
Fan Yin, Zifeng Wang, I-Hung Hsu, Jun Yan, Ke Jiang, Yanfei Chen, Jindong Gu, Long T. Le, Kai-Wei Chang, Chen-Yu Lee, Hamid Palangi, Tomas Pfister
TL;DR
Magnet tackles the challenge of robustly training language model agents for multi-turn tool use by synthesizing high-quality training trajectories through graph-based function execution paths and hint-driven distillation. It couples a back-and-forth translation backbone with Insert, Merge, and Split node operations to generate diverse, nested, and context-dependent function call sequences, while employing positive and negative trajectory signals from a teacher model to steer learning via supervised fine-tuning and preference optimization. The approach demonstrates strong gains on BFCL-v3 and ToolQuery with Magnet-14B-mDPO, surpassing several baselines and the teacher model, and shows the benefits of graph-aware trajectory construction and data mixture. Overall, Magnet offers a scalable, generalizable framework to improve multi-turn FC performance across models and domains, with potential extensions to multilingual and multimodal tool ecosystems.
Abstract
Large language models (LLMs) have exhibited the ability to effectively utilize external tools to address user queries. However, their performance may be limited in complex, multi-turn interactions involving users and multiple tools. To address this, we propose Magnet, a principled framework for synthesizing high-quality training trajectories to enhance the function calling capability of large language model agents in multi-turn conversations with humans. The framework is based on automatic and iterative translations from a function signature path to a sequence of queries and executable function calls. We model the complicated function interactions in multi-turn cases with graph and design novel node operations to build reliable signature paths. Motivated by context distillation, when guiding the generation of positive and negative trajectories using a teacher model, we provide reference function call sequences as positive hints in context and contrastive, incorrect function calls as negative hints. Experiments show that training with the positive trajectories with supervised fine-tuning and preference optimization against negative trajectories, our 14B model, Magnet-14B-mDPO, obtains 68.01 on BFCL-v3 and 73.30 on ToolQuery, surpassing the performance of the teacher model Gemini-1.5-pro-002 by a large margin in function calling.
