Dynamic Important Example Mining for Reinforcement Finetuning

๐Ÿ“… 2026-08-29
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
ๆœฌๆ–‡ๆๅ‡บๅŠจๆ€้‡่ฆๆ ทๆœฌๆŒ–ๆŽ˜(DIEM)ๆ–นๆณ•๏ผŒ้€š่ฟ‡่‡ช้€‚ๅบ”้€‰ๆ‹ฉ่ฎญ็ปƒๆ•ฐๆฎไปฅไผ˜ๅŒ–ๅผบๅŒ–ๅพฎ่ฐƒ่ฟ‡็จ‹ไธญ็š„็ญ–็•ฅๅญฆไน ๆ•ˆๆžœใ€‚
๐Ÿ“ Abstract
Reinforcement fine-tuning (RFT) is increasingly used to strengthen the reasoning abilities of large models, yet its effectiveness is bound by how training data are selected and used. Most data-centric RFT methods rely on static or heuristic sample selection, implicitly assuming a sample's value is fixed over training. This overlooks the non-stationary dynamics of policy learning and can lead to suboptimal updates. We propose Dynamic Important Example Mining (DIEM), a principled and fully automated framework that makes data utilization adaptive throughout RFT. DIEM integrates two components into each optimization step: (i) a gradient-alignment importance estimator that efficiently approximates each sample's marginal contribution to policy improvement; and (ii) a constrained batch reweighting scheme that maximizes aggregate utility while preserving the update's gradient magnitude to stabilize optimization. Across several reasoning benchmarks, DIEM consistently outperforms strong static and dynamic baselines. The code will be released via https://github.com/hrtan/DIEM.
Problem

Research questions and friction points this paper is trying to address.

Reinforcement fine-tuning
data selection
non-stationary dynamics
Innovation

Methods, ideas, or system contributions that make the work stand out.

Dynamic Important Example Mining
Reinforcement Fine-tuning
Gradient-alignment Importance Estimator
Constrained Batch Reweighting
๐Ÿ”Ž Similar Papers