LGCLMay 15, 2025

RouteNator: A Router-Based Multi-Modal Architecture for Generating Synthetic Training Data for Function Calling LLMs

DeepMind
arXiv:2505.10495v112 citationsh-index: 31Proceedings of the 4th International Workshop on Knowledge-Augmented Methods for Natural Language Processing
Originality Incremental advance
AI Analysis

This addresses a data scarcity and privacy issue for developers of digital content creation tools, though it appears incremental as it builds on existing synthetic data generation methods.

The paper tackles the problem of fine-tuning LLMs for function calling tasks when real user data is unavailable, by proposing a router-based architecture that generates synthetic training data; evaluation shows it significantly improves function classification accuracy and API parameter selection, outperforming traditional approaches.

This paper addresses fine-tuning Large Language Models (LLMs) for function calling tasks when real user interaction data is unavailable. In digital content creation tools, where users express their needs through natural language queries that must be mapped to API calls, the lack of real-world task-specific data and privacy constraints for training on it necessitate synthetic data generation. Existing approaches to synthetic data generation fall short in diversity and complexity, failing to replicate real-world data distributions and leading to suboptimal performance after LLM fine-tuning. We present a novel router-based architecture that leverages domain resources like content metadata and structured knowledge graphs, along with text-to-text and vision-to-text language models to generate high-quality synthetic training data. Our architecture's flexible routing mechanism enables synthetic data generation that matches observed real-world distributions, addressing a fundamental limitation of traditional approaches. Evaluation on a comprehensive set of real user queries demonstrates significant improvements in both function classification accuracy and API parameter selection. Models fine-tuned with our synthetic data consistently outperform traditional approaches, establishing new benchmarks for function calling tasks.

Foundations

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

Your Notes