paper-with-me

홈 › Papers

State-Grounded Multi-Agent Synthetic Data Generation for Tool-Augmented LLMs

2026-06-15 · Rahul Khedar, Eshita, Sneha Teja Sree Reddy Thondapu, Mayank Malhotra, Arup Das, Jitesh Chandra, Yun-Shiuan Chuang, Chaitanya Kulkarni, Arun Menon, Linsey Pang, Avinash Karn, Mouli V, Prakhar Mehrotra arxiv

Training tool-augmented LLM agents requires large corpora of multi-turn, tool-grounded conversational data that is expensive to annotate, privacy-constrained in production settings, and largely absent from public datasets. We present StateGen, a synthetic data generation platform that produces scored, reasoning-trace-rich training conversations by orchestrating a four-role LLM loop: a persona-conditioned user simulator, an agent under test, a state-grounded tool simulator, and a multi-axis LLM judge. The key architectural contribution is an authoritative state manager that maintains a structured world-state object across turns, enforcing a backend-is-truth invariant that eliminates the dominant class of tool-call hallucinations by construction. StateGen extends naturally to hierarchical multi-agent settings by declaring sub-agents as tools, all sharing a single state object. We report results on 64,698 evaluated conversations across three production corpora: tool-call hallucination scores reach 9.66/10, the system supports persona-driven variation via a 23-dimensional trait vector, and a cleanly separated train and golden evaluation set split confirms the data is not memorization bait (per-criterion gap analysis). Comparison with eight external systems shows that no single publicly available platform combines multi-turn generation, state-grounded tool simulation, hierarchical multi-agent support, and built-in judge scoring.

📄 PDF Abstract BibTeX arXiv:2606.16307

Code (0)

등록된 구현이 없습니다.

Tasks

Synthetic Data Generation

Similar Papers 제목 키워드 기반

Sleepless Nights, Sugary Days: Creating Synthetic Users with Health Conditions for Realistic Coaching Agent Interactions

2025-02-18 · Taedong Yun, Eric Yang, Mustafa Safdari, Jong Ha Lee 외

We present an end-to-end framework for generating synthetic users for evaluating interactive agents designed to encourage positive behavior changes, such as in health and lifestyle coaching. The synthetic users are groun…

The Dialog Must Go On: Improving Visual Dialog via Generative Self-Training

2022-05-25 · CVPR 2023 1 · Gi-Cheon Kang, Sungdong Kim, Jin-Hwa Kim, Donghyun Kwak 외

Visual dialog (VisDial) is a task of answering a sequence of questions grounded in an image, using the dialog history as context. Prior work has trained the dialog agents solely on VisDial data via supervised learning or…

Conditional Text GenerationOut-of-Distribution DetectionText GenerationVisual Dialog

Grounded Gesture Generation: Language, Motion, and Space

2025-07-06 · Anna Deichler, Jim O'Regan, Teo Guichoux, David Johansson 외 arxiv

Human motion generation has advanced rapidly in recent years, yet the critical problem of creating spatially grounded, context-aware gestures has been largely overlooked. Existing models typically specialize either in de…

Synthetic Data GenerationGesture Generation

PCBWorld: A Benchmark Environment for Engine-Grounded PCB Design Automation

2026-07-07 · Hyungseok Song, Junseok Park, Won-Seok Choi, Seohui Bae 외 arxiv

PCB routing is the task of connecting the nets of a board with copper traces under strict design rules, yet learning-based methods still lag behind rule-based routers. We introduce PCBWorld, an open-source engine-grounde…

ANCHOR: Branch-Point Data Generation for GUI Agents

2026-02-06 · Jinbiao Wei, Yilun Zhao, Kangqi Ni, Arman Cohan arxiv

End-to-end GUI agents for real desktop environments require large amounts of high-quality interaction data, yet collecting human demonstrations is expensive and existing synthetic pipelines often suffer from limited task…