paper-with-me

Papers

RL-Guided Data Selection for Language Model Finetuning

2025-09-30 · Animesh Jha, Harshit Gupta, Ananjan Nandi arxiv

Data selection for finetuning Large Language Models (LLMs) can be framed as a budget-constrained optimization problem: maximizing a model's downstream performance under a strict training data budget. Solving this problem is generally intractable, and existing approximate approaches are pretraining-oriented and transfer poorly to the fine-tuning setting. We reformulate this problem as a tractable Markov Decision Process (MDP) and train agents using various Reinforcement Learning (RL) methods to learn optimal data selection policies, guided by an efficient, proxy-model-based reward signal. Across four datasets, training on a $5\%$ subset selected by our approach matches or outperforms fine-tuning on the full dataset by up to $10.8$ accuracy points, while cutting wall-clock training time by up to $2 \times$, highlighting the promise of RL-guided data selection.

📄 PDF Abstract BibTeX arXiv:2509.25850

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

TSDS: Data Selection for Task-Specific Model Finetuning

2024-10-15 · Zifan Liu, Amin Karbasi, Theodoros Rekatsinas

Finetuning foundation models for specific tasks is an emerging paradigm in modern machine learning. The efficacy of task-specific finetuning largely depends on the selection of appropriate training data. We present TSDS …

Density Estimation

Generalizable and Stable Finetuning of Pretrained Language Models on Low-Resource Texts

2024-03-19 · Sai Ashish Somayajula, Youwei Liang, Abhishek Singh, Li Zhang 외

Pretrained Language Models (PLMs) have advanced Natural Language Processing (NLP) tasks significantly, but finetuning PLMs on low-resource datasets poses significant challenges such as instability and overfitting. Previo…

Towards Active Synthetic Data Generation for Finetuning Language Models

2025-11-30 · Samuel Kessler, Menglin Xia, Daniel Madrigal Diaz, Dongge Han 외 arxiv

A common and effective means for improving language model capabilities involves finetuning a ``student'' language model's parameters on generations from a more proficient ``teacher'' model. Termed ``synthetic data'', the…

Synthetic Data GenerationLogical ReasoningActive Learning

Uncertainty-Guided Checkpoint Selection for Reinforcement Finetuning of Large Language Models

2025-11-13 · Manh Nguyen, Dung Nguyen, Dai Do, Svetha Venkatesh 외 arxiv

Reinforcement learning (RL) finetuning is crucial to aligning large language models (LLMs), but the process is notoriously unstable and exhibits high variance across model checkpoints. In practice, selecting the best che…

Reinforcement Learning

$Δ$-AttnMask: Attention-Guided Masked Hidden States for Efficient Data Selection and Augmentation

2025-08-08 · Jucheng Hu, Suorong Yang, Dongzhan Zhou arxiv

Visual Instruction Finetuning (VIF) is pivotal for post-training Vision-Language Models (VLMs). Unlike unimodal instruction finetuning in plain-text large language models, which mainly requires instruction datasets to en…