张康宁 commited on
Commit
82e253a
·
verified ·
1 Parent(s): 48a153a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -3
README.md CHANGED
@@ -1,3 +1,69 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ # Model Card for LoopTool-32B
6
+
7
+ <!-- Provide a quick summary of what the model is/does. -->
8
+
9
+ ## Model Details
10
+
11
+ ### Model Description
12
+
13
+ <!-- Provide a longer summary of what this model is. -->
14
+ The LoopTool-32B model is derived from iterative fine-tuning of Qwen3-32B, with a particular emphasis on enhancing the model’s capabilities in tool invocation.
15
+ - **Developed by:** SJTU, Xiaohongshu
16
+ - **Model type:** Causal Language Models
17
+ - **Finetuned from model Qwen3-32B:** https://huggingface.co/Qwen/Qwen3-32B
18
+
19
+ ### Model Sources
20
+
21
+ <!-- Provide the basic links for the model. -->
22
+
23
+ - **Repository:** https://github.com/Rednote-ExperienceAI-Lab/LoopTool
24
+ - **Paper:** https://arxiv.org/abs/2511.09148
25
+ - **Dataset(Partial)** https://huggingface.co/datasets/zhuiguang-ning/LoopTool-2w
26
+
27
+ ### Model Performance
28
+
29
+ **The Main Result in BFCL-v3**
30
+
31
+ | | Overall | Non-Live | Live | Multi-Turn |
32
+ | :----------: | ------- | -------- | :---: | ---------- |
33
+ | Qwen3-8B | 66.34 | 88.81 | 78.54 | 33.00 |
34
+ | LoopTool-8B | 74.93 | 89.52 | 84.72 | 50.88 |
35
+ | Qwen3-32B | 69.25 | 88.90 | 77.83 | 43.12 |
36
+ | LoopTool-32B | 79.32 | 91.83 | 88.58 | 57.75 |
37
+
38
+ **The Main Result in ACEBench (English)**
39
+
40
+ | | Overall | Normal | Special | Agent |
41
+ | :----------: | ------- | ------ | :-----: | ----- |
42
+ | Qwen3-8B | 67.1 | 70.9 | 78.0 | 34.2 |
43
+ | LoopTool-8B | 73.4 | 78.0 | 80.7 | 43.3 |
44
+ | Qwen3-32B | 72.2 | 77.3 | 76.0 | 46.7 |
45
+ | Kimi-K2-0711 | 77.4 | 78.9 | 81.3 | 65.0 |
46
+ | LoopTool-32B (OpenSource-1st) | 77.5 | 80.5 | 78.7 | 64.1 |
47
+
48
+
49
+
50
+
51
+
52
+ ## Citation
53
+
54
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
55
+
56
+ If you find our work helpful, feel free to give us a cite.
57
+
58
+
59
+ ```
60
+ @misc{zhang2025looptool,
61
+ title={LoopTool: Closing the Data-Training Loop for Robust LLM Tool Calls},
62
+ author={Kangning Zhang and Wenxiang Jiao and Kounianhua Du and Yuan Lu and Weiwen Liu and Weinan Zhang and Lei Zhang and Yong Yu},
63
+ year={2025},
64
+ eprint={2511.09148},
65
+ archivePrefix={arXiv},
66
+ primaryClass={cs.CL},
67
+ url={https://arxiv.org/abs/2511.09148},
68
+ }
69
+ ```