fqjiang's picture
initial release
3b1a608
|
Raw
History Blame Contribute Delete
2.21 kB
---
license: apache-2.0
base_model:
- MidTool/Arctic-MidTool-MT-8B
library_name: transformers
pipeline_tag: text-generation
datasets:
- MidTool/MidTool-Mix
tags:
- agentic
- tool-use
- function-calling
- reinforcement-learning
extra_gated_heading: Access this model
extra_gated_prompt: >-
By requesting access you agree to the Apache-2.0 license, and to the terms of the
MidTool-Mix dataset this model was trained on
(https://huggingface.co/datasets/MidTool/MidTool-Mix/blob/main/LICENSE). The model is
provided as is, without warranty of any kind. The authors accept no liability for its
outputs or for any use made of it.
extra_gated_button_content: Agree and access
---
# Arctic-MidTool-RL-8B
The final 8B agent from the MidTool recipe: `Qwen3-8B-Base` → mid-training on [MidTool-Mix](https://huggingface.co/datasets/MidTool/MidTool-Mix) → tool-use SFT → agentic RL. Start here if you want a model to run, rather than one to train further ([Arctic-MidTool-MT-8B](https://huggingface.co/MidTool/Arctic-MidTool-MT-8B) is the mid-training checkpoint).
## Results
| 8B model | BFCLv3 Overall | τ²-Bench Pass@1 | MCP-Universe Score |
|---|---|---|---|
| Qwen3-8B (official) | 26.45 | 10.43 | 13.06 |
| Qwen3-8B-Base + SFT + RL | 45.79 | 17.63 | 15.67 |
| **Arctic-MidTool-RL-8B** | **55.12** | **21.31** | **25.16** |
Largest gains are on multi-turn BFCL (37.63 vs 29.25) and MCP-Universe, which stresses execution against real MCP servers.
Tool calls are emitted in the Qwen3 `<tool_call>` format; pass your schemas via the `tools=` argument of the chat template. Thinking mode is disabled in our evaluation setup.
## Details
Mid-trained on [MidTool-Mix](https://huggingface.co/datasets/MidTool/MidTool-Mix); see the dataset's [`LICENSE`](https://huggingface.co/datasets/MidTool/MidTool-Mix/blob/main/LICENSE) for data terms.
See our paper for the full data, training, and evaluation details.
```bibtex
@article{jiang2026midtool,
title = {MidTool: Mid-training Data Synthesis for Agentic Tool Use},
author = {Jiang, Fengqing and Wang, Yite and Liu, Boyi and Wang, Zhaoyang and
Xu, Canwen and Yao, Zhewei and Poovendran, Radha and He, Yuxiong},
year = {2026}
}
```