Yaxin Du
2026
MCP-Flow: Facilitating LLM Agents to Master Real-World, Diverse and Scaling MCP Tools
WenHao Wang | Peizhi Niu | Zhao Xu | Zhaoyu Chen | Jian Du | Yaxin Du | Xianghe Pang | Keduan Huang | Yanfeng Wang | Qiang Yan | Siheng Chen
Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
WenHao Wang | Peizhi Niu | Zhao Xu | Zhaoyu Chen | Jian Du | Yaxin Du | Xianghe Pang | Keduan Huang | Yanfeng Wang | Qiang Yan | Siheng Chen
Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
Large Language Models (LLMs) increasingly rely on external tools to perform complex, realistic tasks, yet their ability to utilize the rapidly expanding Model Contextual Protocol (MCP) ecosystem remains limited. Existing MCP research covers few servers, depends on costly manual curation, and lacks training support, hindering progress toward real-world deployment. To overcome these limitations, we introduce MCP-Flow, an automated web-agent-driven pipeline for large-scale server discovery, data synthesis, and model training. MCP-Flow collects and filters data from 1166 servers and 11536 tools, producing 68733 high-quality instruction-function call pairs and 6439 trajectories, far exceeding prior work in scale and diversity. Extensive experiments demonstrate MCP-Flow’s effectiveness in driving superior MCP tool selection, function-call generation, and enhanced agentic task performance. MCP-Flow thus provides a scalable foundation for advancing LLM agents’ proficiency in real-world MCP environments.
2025
Optimizing Cross-Client Domain Coverage for Federated Instruction Tuning of Large Language Models
Zezhou Wang | Yaxin Du | Xingjun Ma | Yu-Gang Jiang | Zhuzhong Qian | Siheng Chen
Findings of the Association for Computational Linguistics: EMNLP 2025
Zezhou Wang | Yaxin Du | Xingjun Ma | Yu-Gang Jiang | Zhuzhong Qian | Siheng Chen
Findings of the Association for Computational Linguistics: EMNLP 2025
Federated domain-specific instruction tuning (FedDIT) for large language models (LLMs) aims to enhance performance in specialized domains using distributed private and limited data, yet identifying key performance drivers and optimal augmentation strategies remains challenging. We empirically establish that cross-client domain coverage, rather than data heterogeneity, is the pivotal factor. We then introduce FedDCA, an algorithm that explicitly maximizes this coverage through diversity-oriented client center selection and retrieval-based augmentation, constructing diverse, non-redundant cross-client instruction sets. Extensive experiments across multiple domains demonstrate FedDCA’s superiority over eleven baselines, achieving performance gains of up to 29.19% and domain coverage improvements of 4.82%-21.36%. FedDCA maintains its effectiveness in diverse and challenging scenarios, including data selection, held-out settings where task-specific public data is scarce and various data heterogeneity, with manageable privacy risks. This work clarifies critical FedDIT dynamics and presents FedDCA as an effective, privacy-preserving, and scalable solution for advancing domain-specific LLM tuning.
FedDQC: Data Quality Control in Federated Instruction-tuning of Large Language Models
Yaxin Du | Rui Ye | Fengting Yuchi | Wanru Zhao | Jingjing Qu | Yanfeng Wang | Siheng Chen
Findings of the Association for Computational Linguistics: ACL 2025
Yaxin Du | Rui Ye | Fengting Yuchi | Wanru Zhao | Jingjing Qu | Yanfeng Wang | Siheng Chen
Findings of the Association for Computational Linguistics: ACL 2025
Federated Learning (FL) enables privacy-preserving collaborative instruction tuning of large language models (LLMs) by leveraging massively distributed data. However, the decentralized nature of FL exacerbates data quality challenges, as local clients lack global visibility to filter noisy or low-quality samples before training. To resolve this issue, we propose FedDQC, a novel federated instruction tuning framework with dynamic data quality control. Our approach introduces two key innovations. First, we propose instruction-response alignment (IRA)—an efficient client-side metric for quality evaluation requiring only low-cost inference. We validate that higher-IRA data corresponds to more relevant and easier-to-learn question-answer pairs. Second, mirroring the human easy-to-hard knowledge acquisition process, we design a quality-aware hierarchical FL training framework, where the LLM is progressively fine-tuned from high- to low-IRA data in a collaborative manner. The framework also supports adaptive data quality assessment at each hierarchy, enabling dynamic adjustments throughout the training process. Extensive experiments on synthetic and real-world datasets show that our method significantly improves LLM performance on mixed-quality data in FL.