Update README.md
Browse files
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 |
+

|
| 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 |
|------|---------|
|