muradil211 commited on
Commit
23c5d63
·
verified ·
1 Parent(s): 444bdbe

Update Stage 3 evaluation results

Browse files

Remove the release-status sentence and add the Stage 3 eval results from the project's main README.

Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -25,8 +25,6 @@ tags:
25
 
26
  </div>
27
 
28
- > ✅ **Release status:** final ToolWeave Stage 3 model.
29
-
30
  ## 🧭 At a glance
31
 
32
  | Field | Details |
@@ -39,6 +37,18 @@ tags:
39
 
40
  ToolWeave Stage 3 expands multi-turn tool-use learning through capability-boundary detection, verified online data synthesis, strict execution and semantic validation, dynamic replay, and combined global/local tool-call credit.
41
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  ## 🚀 Usage
43
 
44
  ```python
 
25
 
26
  </div>
27
 
 
 
28
  ## 🧭 At a glance
29
 
30
  | Field | Details |
 
37
 
38
  ToolWeave Stage 3 expands multi-turn tool-use learning through capability-boundary detection, verified online data synthesis, strict execution and semantic validation, dynamic replay, and combined global/local tool-call credit.
39
 
40
+ ## 📊 Stage 3 evaluation
41
+
42
+ The final ToolWeave Stage 3 checkpoint was evaluated on the canonical balanced 400-row held-in set: 100 entries each from Base, Missing Function, Missing Parameter, and Long Context. These values are complete-entry BFCL Multi-Turn accuracies, not the training-time Progress Reward (`R_P`).
43
+
44
+ | Model | Overall | Base | Missing Function | Missing Parameter | Long Context | Correct entries |
45
+ |---|---:|---:|---:|---:|---:|---:|
46
+ | **ToolWeave Stage 3** | **48.50** | **56.00** | **50.00** | **42.00** | **46.00** | **194 / 400** |
47
+
48
+ Because the four categories are balanced, the overall score is their unweighted mean and the complete-entry accuracy over all 400 entries:
49
+
50
+ `(56.00 + 50.00 + 42.00 + 46.00) / 4 = 48.50`
51
+
52
  ## 🚀 Usage
53
 
54
  ```python