paper-with-me

Papers

Data Agent: Learning to Select Data via End-to-End Dynamic Optimization

2026-03-08 · Suorong Yang, Fangjian Su, Hai Gan, Ziqi Ye, Jie Li, Baile Xu, Furao Shen, Soujanya Poria arxiv

Dynamic Data selection aims to accelerate training by prioritizing informative samples during online training. However, existing methods typically rely on task-specific handcrafted metrics or static/snapshot-based criteria to estimate sample importance, limiting scalability across learning paradigms and making it difficult to capture the evolving utility of data throughout training. To address this challenge, we propose Data Agent, an end-to-end dynamic data selection framework that formulates data selection as a training-aware sequential decision-making problem. The agent learns a sample-wise selection policy that co-evolves with model optimization, guided by a composite reward that integrates loss-based difficulty and confidence-based uncertainty signals. The reward signals capture complementary objectives of optimization impact and information gain, together with a tuning-free adaptive weighting mechanism that balances these signals over training. Extensive experiments across a wide range of datasets and architectures demonstrate that Data Agent consistently accelerates training while preserving or improving performance, e.g., reducing costs by over 50\% on ImageNet-1k and MMLU with lossless performance. Moreover, its dataset-agnostic formulation and modular reward make it plug-and-play across tasks and scenarios, e.g., robustness to noisy datasets, highlighting its potential in real-world scenarios. Code is available at https://github.com/Jackbrocp/Data-Agent.

📄 PDF Abstract BibTeX arXiv:2603.07433

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Dynamic LLM-Powered Agent Network for Task-Oriented Agent Collaboration

2023-10-03 · Zijun Liu, Yanzhe Zhang, Peng Li, Yang Liu 외

Recent studies show that collaborating multiple large language model (LLM) powered agents is a promising way for task solving. However, current approaches are constrained by using a fixed number of agents and static comm…

Arithmetic ReasoningCode GenerationHumanEvalLanguage Modeling+4

Deep Reinforcement Learning for Dynamic Algorithm Selection: A Proof-of-Principle Study on Differential Evolution

2024-03-04 · Hongshu Guo, Yining Ma, Zeyuan Ma, Jiacheng Chen 외

Evolutionary algorithms, such as Differential Evolution, excel in solving real-parameter optimization challenges. However, the effectiveness of a single algorithm varies across different problem instances, necessitating …

Deep Reinforcement LearningEvolutionary AlgorithmsScheduling

Dynamic Regret Analysis of Safe Distributed Online Optimization for Convex and Non-convex Problems

2023-02-23 · Ting-Jui Chang, Sapana Chaudhary, Dileep Kalathil, Shahin Shahrampour

This paper addresses safe distributed online optimization over an unknown set of linear safety constraints. A network of agents aims at jointly minimizing a global, time-varying function, which is only partially observab…

AutoTool: Dynamic Tool Selection and Integration for Agentic Reasoning

2025-12-15 · Jiaru Zou, Ling Yang, Yunzhe Qi, Sirui Chen 외 arxiv

Agentic reinforcement learning has advanced large language models (LLMs) to reason through long chain-of-thought trajectories while interleaving external tool use. Existing approaches assume a fixed inventory of tools, w…

Reinforcement LearningMultimodal ReasoningCode Generation

RAG/LLM Augmented Switching Driven Polymorphic Metaheuristic Framework

2025-05-20 · Faramarz Safi Esfahani, Ghassan Beydoun, Morteza Saberi, Brad McCusker 외

Metaheuristic algorithms are widely used for solving complex optimization problems, yet their effectiveness is often constrained by fixed structures and the need for extensive tuning. The Polymorphic Metaheuristic Framew…

Decision MakingRAG