Overview
- Research area: Machine Learning
- Authors: Fengqing Jiang, Yite Wang, Boyi Liu, Zhaoyang Wang
- Published: 2026-08-22
- arXiv: 2608.20314
- Large-scale web, PDF, and code data
- Synthetic supervision derived from real-world tool APIs, MCP skills, and documentation-anchored workflows
- BFCL
- tau2-Bench
- MCP Universe
Abstract
Mid-training is increasingly recognized as a critical stage for shaping large language model (LLM) capabilities. Recent work has shown that targeted mid-training can enhance reasoning-intensive abilities and improve agentic capabilities in software engineering environments. This paper investigates a parallel but less explored agentic capability: general tool use.
The authors propose MidTool, an open corpus construction pipeline for mid-training on agentic tool use. It combines:
MidTool is designed to teach models to:
1. Recognize tool functionality 2. Ground arguments in context 3. Compose tool-call workflows 4. Recover from incomplete information
The models are mid-trained on Qwen3-4B-Base and Qwen3-8B-Base, followed by SFT and RL post-training.
Results
Compared with baselines, MidTool-Mix consistently improves downstream performance on:
Conclusion
The results indicate that general tool use, like other important LLM capabilities, benefits from dedicated mid-training rather than being left entirely to post-training.
---
*Auto-collected on 2026-08-22.*