RODS: Reward-Driven Online Data Synthesis for Multi-Turn Tool-Use Agents
About
Multi-turn tool-use RL is bottlenecked by the rapid depletion of informative samples in static datasets. We observe that the gradient signal in GRPO concentrates on tasks with the highest rollout reward variance, a consequence of the Popoviciu upper bound. Consequently, samples near the agent's capability boundary -- where successes and failures are roughly balanced -- contribute disproportionately large policy gradients. As training progresses, this boundary continuously shifts, which gradually depletes the pool of informative samples in a static dataset. We propose RODS (Reward-driven Online Data Synthesis) to resolve this depletion. RODS closes the loop between RL training and data generation by repurposing the progress reward variance as a practical, zero-cost boundary detector that requires no extra inference beyond the rollouts already computed for training. It continuously identifies such boundary samples, synthesizes new multi-turn variants matching their structural complexity (e.g., API topology and dependency depth) via a skill-aligned resampling pipeline, and manages a dynamic replay buffer that co-evolves with the policy. Starting from 400 human seeds and maintaining an active training pool of ~800 samples, RODS achieves comparable performance to a 17K-sample offline pipeline while requiring roughly 20x fewer trajectories, and improves over fixed-data RL and environment augmentation in our controlled setting.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Multi-turn tool-use | BFCL Multi-Turn v3 | Average Success Rate56 | 48 | |
| Agentic Tool-use | ACEBench (agent-task) | Average Success Rate11.15 | 20 | |
| Function Calling | BFCL held-out V4 (test) | Average Score47.2 | 16 | |
| Agentic Task Performance | ACEBench Agent (test) | Average Score48.3 | 16 | |
| Multi-turn decision making | tau2-Bench held-out (test) | Average Score31.6 | 16 | |
| Tool Use Reasoning | BFCL v4 | Average Performance18 | 6 |