paper-with-me

홈 › Papers

TOUCAN: Synthesizing 1.5M Tool-Agentic Data from Real-World MCP Environments

2025-10-01 · Zhangchen Xu, Adriana Meza Soria, Shawn Tan, Anurag Roy, Ashish Sunil Agrawal, Radha Poovendran, Rameswar Panda arxiv

Large Language Model (LLM) agents are rapidly emerging as powerful systems for automating tasks across domains. Yet progress in the open-source community is constrained by the lack of high quality permissively licensed tool-agentic training data. Existing datasets are often limited in diversity, realism, and complexity, particularly regarding multi-tool and multi-turn interactions. To address this gap, we introduce Toucan, the largest publicly available tool-agentic dataset to date, containing 1.5 million trajectories synthesized from nearly 500 real-world Model Context Protocols (MCPs). Unlike prior work, Toucan leverages authentic MCP environments to generate diverse, realistic, and challenging tasks with trajectories involving real tool execution. Our pipeline first produces a broad spectrum of tool-use queries using five distinct models, applies model-based quality filtering, and then generates agentic trajectories with three teacher models using two agentic frameworks. Rigorous rule-based and model-based validation ensures high-quality outputs. We also introduce three extension mechanisms to further diversify tasks and simulate multi-turn conversations. Models fine-tuned on Toucan outperform larger closed-source counterparts on the BFCL V3 benchmark and push the Pareto frontier forward on MCP-Universe Bench.

📄 PDF Abstract BibTeX arXiv:2510.01179

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Toucan: Many-to-Many Translation for 150 African Language Pairs

2024-07-05 · AbdelRahim Elmadany, Ife Adebara, Muhammad Abdul-Mageed

We address a notable gap in Natural Language Processing (NLP) by introducing a collection of resources designed to improve Machine Translation (MT) for low-resource languages, with a specific focus on African languages. …

Machine TranslationTranslation

FABRIC: Framework for Agent-Based Realistic Intelligence Creation

2025-10-20 · Abhigya Verma, Seganrasan Subramanian, Nandhakumar Kandasamy, Naman Gupta arxiv

Large language models (LLMs) are increasingly deployed as agents, expected to decompose goals, invoke tools, and verify results in dynamic environments. Realizing these capabilities requires access to agentic data-struct…

Toucan: Token-Aware Character Level Language Modeling

2023-11-15 · William Fleshman, Benjamin Van Durme

Character-level language models obviate the need for separately trained tokenizers, but efficiency suffers from longer sequence lengths. Learning to combine character representations into tokens has made training these m…

Language ModelingLanguage Modelling

Synthesizing Procedural Memory: Challenges and Architectures in Automated Workflow Generation

2025-12-23 · Nishant Gaurav, Adit Akarsh, Ankit Ranjan, Manoj Bajaj arxiv

While CodeMem establishes executable code as the optimal representation for agentic procedural memory, the mechanism for autonomously synthesizing this memory from a blank slate remains underexplored. This paper operatio…

Lost in the Maze: Overcoming Context Limitations in Long-Horizon Agentic Search

2025-10-21 · Howard Yen, Ashwin Paranjape, Mengzhou Xia, Thejas Venkatesh 외 arxiv

Long-horizon agentic search requires iteratively exploring the web over long trajectories and synthesizing information across many sources, enabling powerful applications like deep research systems. In this work, we show…