CoolFace
Datasetpublic

Zichen1024/SAP-9k

SAP: State-Guided Data Synthesis with Argument Provenance for Multi-Turn Tool Use paper: SAP: State-Guided Data Synthesis with Argument Provenance for Multi-Turn Tool Use Dataset Overview 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… See the full description on the dataset page: https://huggingface.co/datasets/Zichen1024/SAP-9k.

sourceHugging Faceapache-2.0updated 12d agoView on Hugging Face
2likes96downloads
Dataset Card

SAP: State-Guided Data Synthesis with Argument Provenance for Multi-Turn Tool Use

paper: SAP: State-Guided Data Synthesis with Argument Provenance for Multi-Turn Tool Use

Dataset Overview

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.

image

Three stages:

  • —(1) FSM skeleton synthesis by A_FSM with provenance tags
  • —(2) per-call planning + executor execution by Aplan + ε (two-track output: executor args θexec + provenance metadata θ_prov, parallel grouping, per-call retry)
  • —(3) post-hoc dialogue synthesis by A_msg

Basic Statistics

ItemDetails
Total trajectories9,644
Task typeMulti-turn tool use / agent function calling
ValidationAll trajectories verified against live tool executors
Supported benchmarksBFCL v4 Multi-Turn, τ²-bench

Reference Training Setup

The dataset was originally used to train a 4B parameter model via pure SFT (no RL):

  • —Base model: Qwen3-4B-Instruct
  • —Optimizer: AdamW, learning rate 1e-6
  • —Batch size: 128, 10 training epochs
  • —Training framework: verl