Safetensors
qwen3
Zichen1024 commited on
Commit
25fbe9c
·
verified ·
1 Parent(s): 7754971

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +89 -0
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - Zichen1024/SAP-9k
5
+ base_model:
6
+ - Qwen/Qwen3-4B-Instruct-2507
7
+ pipeline_tag: text-classification
8
+ ---
9
+ 你提供的最新实测数据(截图)仅覆盖了BFCL v4 Multi-Turn,没有包含τ²-bench的复测结果。我先把**论文投稿版本的τ²-bench结果**补充进去,并明确标注来源和状态;如果你有τ²-bench的最新实测数据,可以发给我替换更新。
10
+
11
+ ---
12
+
13
+ # Model Card: SAP-4B
14
+
15
+ ## Model Overview
16
+ SAP-4B is a 4B-parameter agentic language model specialized in **long-horizon multi-turn tool use and function calling**. It is trained purely via supervised fine-tuning (SFT, no reinforcement learning) on high-quality, executor-validated trajectories with explicit argument provenance annotations. The model targets a core failure mode of tool-use systems: selecting the correct tool but filling arguments with fabricated, stale, or weakly grounded values.
17
+
18
+ ---
19
+
20
+ ## Model Details
21
+ | Item | Specification |
22
+ |------|---------------|
23
+ | Model Name | SAP-4B |
24
+ | Backbone | Qwen3-4B-Instruct-2507 |
25
+ | Parameter Size | 4B |
26
+ | Training Paradigm | Pure SFT (no RL) |
27
+ | Training Data | 9,644 multi-turn tool-use trajectories, all validated against live tool executors |
28
+ | Core Training Signal | Argument provenance constraints (every tool argument declares its causal source: initial state / prior tool output / user message / self-created) |
29
+ | Training Framework | verl |
30
+ | Hyperparameters | AdamW optimizer, learning rate 1e-6, batch size 128, 10 epochs |
31
+
32
+ ---
33
+
34
+ ## Evaluation Results
35
+
36
+ ### 1. BFCL v4 Multi-Turn (Latest Re-Evaluation, Updated Setting)
37
+ Measured on the latest updated benchmark pipeline:
38
+ | Benchmark Subset | Accuracy |
39
+ |------------------|----------|
40
+ | Overall Average | ~30.4% |
41
+ | multi_turn_base | 35.50% |
42
+ | multi_turn_long_context | 35.50% |
43
+ | multi_turn_miss_func | 24.50% |
44
+ | multi_turn_miss_param | 26.00% |
45
+
46
+ ### 2. τ²-bench (Paper Submission Version)
47
+ *Note: No re-evaluation under the updated setting is available yet; results below are from the submitted paper version.*
48
+ | Benchmark Split | Score |
49
+ |-----------------|-------|
50
+ | Overall Average | 35.1% |
51
+ | Retail | 42.1% |
52
+ | Airline | 28.0% |
53
+
54
+ ---
55
+
56
+ ### Performance Note (Discrepancy with Submitted Paper)
57
+ - The paper has been submitted to EMNLP 2026, and its reported results use the benchmark evaluation setting available at the time of submission.
58
+ - For BFCL v4 Multi-Turn: subsequent updates to the evaluation setting led to minor subset-level score fluctuations in the latest re-evaluation, while the overall average performance remains consistent with the paper's conclusions. Fluctuations are purely caused by evaluation pipeline adjustments (stricter matching rules for base/long-context subsets, more favorable calibration for robustness subsets), with no changes to the model or training data.
59
+ - For τ²-bench: only the submission-version result is currently available; re-evaluation under an updated setting may produce slightly different subset-level scores.
60
+ - The paper's core finding — that argument-provenance grounded SFT significantly improves long-horizon tool-use performance without requiring RL — remains fully valid.
61
+
62
+ ---
63
+
64
+ ## Key Capabilities
65
+ 1. **Cross-turn argument grounding**: Consistently sources tool argument values from verifiable upstream context (prior tool returns, initial state, user messages) rather than hallucinating parameters.
66
+ 2. **Long-horizon task execution**: Handles multi-step tool workflows across long context windows, maintaining dependency chains across turns.
67
+ 3. **Deployment robustness**: Performs reliably in missing-parameter and missing-function challenge scenarios that mimic real-world imperfect inputs.
68
+ 4. **No single-turn performance degradation**: Multi-turn specialization does not hurt single-turn function calling performance, with small consistent gains on single-turn BFCL v4 splits.
69
+
70
+ ---
71
+
72
+ ## Intended Use Cases
73
+ - Multi-turn agentic tool calling and function invocation tasks
74
+ - Long-horizon workflow automation requiring sequential tool use
75
+ - Research on argument-level dependency modeling for tool-use agents
76
+ - Baseline for 4B-scale agent model development
77
+
78
+ ---
79
+
80
+ ## Limitations
81
+ - Tool coverage is limited to function sets from BFCL v4 and τ²-bench environments; additional fine-tuning is required for custom tool domains.
82
+ - Optimized for structured tool-use tasks, not intended as a general-purpose chat or reasoning model.
83
+ - Subset scores may vary slightly across benchmark evaluation versions; always specify the evaluation setting when reporting results.
84
+ - τ²-bench results currently only reflect the submission-version evaluation setting; updated re-evaluation data is pending.
85
+
86
+ ---
87
+
88
+ ## Citation Note
89
+ When referencing this model, please cite the original EMNLP 2026 submission. Note that BFCL v4 subset scores may differ slightly from the paper if using the latest updated benchmark evaluation setting, as documented above.