paper-with-me

홈 › Papers

RODS: Reward-Driven Online Data Synthesis for Multi-Turn Tool-Use Agents

2026-06-17 · Ruishan Fang, Siyuan Lu, Chenyi Zhuang, Tao Lin arxiv

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.

📄 PDF Abstract BibTeX arXiv:2606.19047

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Extracting Structured Seed-Mediated Gold Nanorod Growth Procedures from Literature with GPT-3

2023-04-26 · Nicholas Walker, John Dagdelen, Kevin Cruse, SangHoon Lee 외

Although gold nanorods have been the subject of much research, the pathways for controlling their shape and thereby their optical properties remain largely heuristically understood. Although it is apparent that the simul…

Language ModellingRelation Extraction

Design and Modeling of a Simple-Structured Continuously Variable Transmission Utilizing Shape Memory Alloy Superelasticity for Twisted String Actuator

2025-12-23 · Chanchan Xu, Shuai Dong, Xiaojie Wang arxiv

Twisted String Actuators (TSAs) are widely used in robotics but suffer from a limited range of Transmission Ratio (TR) variation, restricting their efficiency under varying loads.To overcome this, we propose a novel ligh…

AeroDeshadow: Physics-Guided Shadow Synthesis and Penumbra-Aware Deshadowing for Aerospace Imagery

2026-04-17 · Wei Lu, Zi-Yang Bo, Fei-Fei Sang, Yi Liu 외 arxiv

Shadows are prevalent in high-resolution aerospace imagery (ASI). They often cause spectral distortion and information loss, which degrade downstream interpretation tasks. While deep learning methods have advanced natura…

Image Shadow Removal

ProDS: Preference-oriented Data Selection for Instruction Tuning

2025-05-19 · Wenya Guo, Zhengkun Zhang, Xumeng Liu, Ying Zhang 외

Instruction data selection aims to identify a high-quality subset from the training set that matches or exceeds the performance of the full dataset on target tasks. Existing methods focus on the instruction-to-response m…

Response Generation

RODS: Robust Optimization Inspired Diffusion Sampling for Detecting and Reducing Hallucination in Generative Models

2025-07-16 · Yiqi Tian, Pengfei Jin, Mingze Yuan, Na Li 외 arxiv

Diffusion models have achieved state-of-the-art performance in generative modeling, yet their sampling procedures remain vulnerable to hallucinations-often stemming from inaccuracies in score approximation. In this work,…