flust commited on
Commit
6ca11e4
·
verified ·
1 Parent(s): 3444678

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -27,18 +27,18 @@ tags:
27
  - function-calling
28
  - tool-calling
29
  - synthetic
30
- pretty_name: ToolMesh
31
  ---
32
 
33
- # ToolMesh: Synthesizing Complex Tool-Use Trajectories via Graph Sampling and Multi-Agent Simulation
34
 
35
- ToolMesh is a large open-source tool-use dataset with reasoning traces, designed to advance reasoning and tool-calling capabilities in agentic LLMs. It comprises over 160k turns synthesized from over 20k tools. By organizing functions as nodes in a graph structure and sampling paths on the graph, we construct complex and high-quality user intents. Then, trajectory is synthesized by a multi-agent way with user and tool are simulted with a LM. Moreover, we perform inference answering and correctness filtering for each round in the trajectory through thinking model, only keeping the correct and valuable turns. Models fine-tuned on ToolMesh achieves promising improvements against baselines on Tau-bench, Tau2-bench and BFCL-v4 agentic.
36
  * Technical Report - comming soon
37
  * HF Dataset - this page is the dataset
38
 
39
  # Synthesis pipeline
40
 
41
- <img src="./figures/ToolMesh.png" width="700"/>
42
 
43
  * Data collection and augmentation
44
  * We collect a wide variety of functions from open-source datasets, including [xlam-function-calling-60k](https://huggingface.co/datasets/Salesforce/xlam-function-calling-60k), [glaive-function-calling-v2](https://huggingface.co/datasets/glaiveai/glaive-function-calling-v2), and [ToolACE](https://huggingface.co/datasets/Team-ACE/ToolACE). Each function is expected to have defined inputs and outputs; however, the original definitions are often incomplete — for instance, some functions do not explicitly specify the output parameter types. To unify them within a common representation space, we use powful LMs to complete the descriptions and types of all input and output parameters, and then vectorize them using the embedding model [Conan-embedding-v1](https://huggingface.co/TencentBAC/Conan-embedding-v1).
@@ -62,10 +62,10 @@ ToolMesh is a large open-source tool-use dataset with reasoning traces, designed
62
  | | Tau2-airline | Tau2-retail | Tau2-telecom | BFCL-v4 | BFCL-v4-agentic |
63
  |--------------------------|--------------|-------------|--------------|---------|-----------------|
64
  | qwen3-8b (FC) | 32.0 | 43.9 | 28.1 | 42.21 | 14.35 |
65
- | qwen3-8b (FC) w ToolMesh(36w)| **48.0** | **59.6** | **31.6** | **46.92** | **20.97** |
66
  | | | | | | |
67
  | qwen3-14b (FC) | 36.0 | 52.6 | **33.3** | 45.14 | 16.90 |
68
- | qwen3-14b (FC) w ToolMesh(36w)| **56.0** | **59.6** | 31.6 | **50.54** | **26.67** |
69
 
70
  # Ablation Study
71
 
@@ -74,7 +74,7 @@ ToolMesh is a large open-source tool-use dataset with reasoning traces, designed
74
  | qwen3-8b (FC) | 32.0 | 43.9 | 28.1 | 42.21 | 14.35 |
75
  | qwen3-8b (FC) w Augmented Open-Source Data (20w) | <u>44.0</u> | <u>57.9</u> | 24.6 | 45.88 | 20.22 |
76
  | qwen3-8b (FC) w Synthesized Data(16w) | 42.0 | 43.0 | <u>31.6</u> | <u>46.87</u> | **24.37** |
77
- | qwen3-8b (FC) w ToolMesh (36w) | **48.0** | **59.6** | **31.6** | **46.92** | <u>20.97</u> |
78
 
79
  # Dataset Statistic
80
 
 
27
  - function-calling
28
  - tool-calling
29
  - synthetic
30
+ pretty_name: ToolMind
31
  ---
32
 
33
+ # ToolMind: Synthesizing Complex Tool-Use Trajectories via Graph Sampling and Multi-Agent Simulation
34
 
35
+ ToolMind is a large open-source tool-use dataset with reasoning traces, designed to advance reasoning and tool-calling capabilities in agentic LLMs. It comprises over 160k turns synthesized from over 20k tools. By organizing functions as nodes in a graph structure and sampling paths on the graph, we construct complex and high-quality user intents. Then, trajectory is synthesized by a multi-agent way with user and tool are simulted with a LM. Moreover, we perform inference answering and correctness filtering for each round in the trajectory through thinking model, only keeping the correct and valuable turns. Models fine-tuned on ToolMesh achieves promising improvements against baselines on Tau-bench, Tau2-bench and BFCL-v4 agentic.
36
  * Technical Report - comming soon
37
  * HF Dataset - this page is the dataset
38
 
39
  # Synthesis pipeline
40
 
41
+ <img src="./figures/ToolMind.png" width="700"/>
42
 
43
  * Data collection and augmentation
44
  * We collect a wide variety of functions from open-source datasets, including [xlam-function-calling-60k](https://huggingface.co/datasets/Salesforce/xlam-function-calling-60k), [glaive-function-calling-v2](https://huggingface.co/datasets/glaiveai/glaive-function-calling-v2), and [ToolACE](https://huggingface.co/datasets/Team-ACE/ToolACE). Each function is expected to have defined inputs and outputs; however, the original definitions are often incomplete — for instance, some functions do not explicitly specify the output parameter types. To unify them within a common representation space, we use powful LMs to complete the descriptions and types of all input and output parameters, and then vectorize them using the embedding model [Conan-embedding-v1](https://huggingface.co/TencentBAC/Conan-embedding-v1).
 
62
  | | Tau2-airline | Tau2-retail | Tau2-telecom | BFCL-v4 | BFCL-v4-agentic |
63
  |--------------------------|--------------|-------------|--------------|---------|-----------------|
64
  | qwen3-8b (FC) | 32.0 | 43.9 | 28.1 | 42.21 | 14.35 |
65
+ | qwen3-8b (FC) w ToolMind(36w)| **48.0** | **59.6** | **31.6** | **46.92** | **20.97** |
66
  | | | | | | |
67
  | qwen3-14b (FC) | 36.0 | 52.6 | **33.3** | 45.14 | 16.90 |
68
+ | qwen3-14b (FC) w ToolMind(36w)| **56.0** | **59.6** | 31.6 | **50.54** | **26.67** |
69
 
70
  # Ablation Study
71
 
 
74
  | qwen3-8b (FC) | 32.0 | 43.9 | 28.1 | 42.21 | 14.35 |
75
  | qwen3-8b (FC) w Augmented Open-Source Data (20w) | <u>44.0</u> | <u>57.9</u> | 24.6 | 45.88 | 20.22 |
76
  | qwen3-8b (FC) w Synthesized Data(16w) | 42.0 | 43.0 | <u>31.6</u> | <u>46.87</u> | **24.37** |
77
+ | qwen3-8b (FC) w ToolMind (36w) | **48.0** | **59.6** | **31.6** | **46.92** | <u>20.97</u> |
78
 
79
  # Dataset Statistic
80