Zichen1024 commited on
Commit
fe51260
·
verified ·
1 Parent(s): 3cc0b9a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -17,6 +17,12 @@ size_categories:
17
  ## Dataset Overview
18
  This is a high-quality, executor-validated multi-turn tool-use dataset designed for training agentic language models on long-horizon function calling tasks. The dataset focuses on **argument-level cross-turn dependency grounding**, ensuring tool arguments are sourced from verifiable upstream context (initial state, prior tool returns, or user messages) rather than fabricated values.
19
 
 
 
 
 
 
 
20
  ## Basic Statistics
21
  | Item | Details |
22
  |------|---------|
 
17
  ## Dataset Overview
18
  This is a high-quality, executor-validated multi-turn tool-use dataset designed for training agentic language models on long-horizon function calling tasks. The dataset focuses on **argument-level cross-turn dependency grounding**, ensuring tool arguments are sourced from verifiable upstream context (initial state, prior tool returns, or user messages) rather than fabricated values.
19
 
20
+ ![image](https://cdn-uploads.huggingface.co/production/uploads/670a8557222579c05ec3005c/73LhGJl6YNl_mWetgM1yN.png)
21
+
22
+ - Three stages: (1) FSM skeleton synthesis by $\mathcal{A}_{\text{FSM}}$ with provenance tags;
23
+ - (2) per-call planning + executor execution by $\mathcal{A}_{\text{plan}} + \varepsilon$ (two-track output: executor args $\theta^{\text{exec}}$ + provenance metadata $\theta^{\text{prov}}$, parallel grouping, per-call retry);
24
+ - (3) post-hoc dialogue synthesis by $\mathcal{A}_{\text{msg}}$.
25
+
26
  ## Basic Statistics
27
  | Item | Details |
28
  |------|---------|