--- license: cc-by-4.0 task_categories: - text-generation tags: - agentic - tool-use - function-calling - multi-turn - error-recovery size_categories: - 1K availability -> purchase ...", {"role": "assistant", "content": "All set! I booked ..."} ], "tools": [ /* OpenAI-style function schemas, matched to TAC */ ], "metadata": {"city": "...", "country": "...", "target_id": "...", "category": "...", "pattern": "...", "num_tickets": 1} } ``` - `tool_calls[].function.arguments` is a **dict** (Qwen2.5 `apply_chat_template` friendly; `json.dumps` it if your trainer wants a string). - Apply your chat template with `tools=row["tools"]`; mask loss to assistant turns only. ## Intended use Mix as roughly **40%** of a small tool-use SFT set, with ~60% APIGen-MT (multi-turn backbone), ~3 epochs. This set teaches recovery + the direct/recover discrimination; it is meant to be combined, not used alone. ## Caveats - **Synthetic / templated.** Realistic in structure, not scraped; phrasing variety is from template pools. - **Benign bookings only.** Options are welfare-neutral (hiking, snorkeling reefs, cooking classes, etc.). Targets completion/recovery, not welfare selection; do not expect it to move a welfare metric. - **Not a benchmark.** Training data only; no held-out eval. Validate the effect on TAC `completion_rate` directly, do not assume. Generated 2026-07-02, deterministic seed. See `gen_agentic_recovery.py`.