两阶段优化器感知在线数据选择

Arxiv cs.LG2026-04-02🔗 查看原文
提出面向优化器的在线梯度数据选择框架,将选择视为在当前优化器状态下构造目标更新,形式化为与二阶效用相关的更新匹配问题并强调样本交互与冗余影响。设计Filter-then-Weight两阶段算法:先几何筛选候选,再优化其系数,同时采用外积因子化梯度和矩阵加速以适应长上下文。实验证明在相同数据预算下可提升收敛速度与下游性能。
原文内容
arXiv:2604.00001v1 Announce Type: new
Abstract: Gradient-based data selection offers a principled framework for estimating sample utility in large language model (LLM) fine-tuning, but existing methods are mostly designed for offline settings. They are therefore less suited to online fine-tuning, where data arrives sequentially, sample utility is step-dependent, and the effective update geometry is shaped by adaptive optimizers. We propose an optimizer-aware framework for gradient-based online data selection and reweighting in LLM fine-tuning. Our key idea is to view online selection not as static sample ranking, but as shaping the next target-oriented update under the optimizer state. We formulate this as an optimizer-aware update-matching problem, establish its connection to second-order target utility, and show why subset-level construction must account for interactions and redundancy among selected samples. Based on this view, we develop a two-stage Filter-then-Weight algorithm that first filters geometrically useful candidates and then optimizes their coefficients. To make the framework practical for LLMs, we introduce a factorized outer-product gradient representation and optimized matrix computations for long-context data. Experiments show that our method consistently improves convergence and downstream performance over existing online data selection baselines under the same data budget.