paper-with-me

홈 › Papers

Online Data Selection for Instruction Tuning via Gaussian Processes

2026-06-29 · Jun Wang, Quoc Phong Nguyen, Julien Monteil, Vu Nguyen arxiv

With Large Language Model (LLM) pre-training and fine-tuning shifting its focus from data volume to data quality, quality data selection has emerged as a critical research topic. Existing online data selection methods for LLM training are typically "batch-constrained", limiting optimization to local utility within random batches. To overcome this, we propose GAIA (Global Adaptive Instruction tuning via GAussian processes), a framework that formulates data valuation as a global estimation process. GAIA employs Gaussian Process regression to model continuous utility manifolds across the semantic space, utilizing an adaptive strategy fusion mechanism to dynamically prioritize high-utility samples. By casting the strategy-posterior update as an instance of the classical fixed-share Hedge framework for tracking the best expert, we inherit a dynamic-regret guarantee that characterizes GAIA's robustness under non-stationary quality scores during training. Empirical evaluations on three datasets demonstrate that GAIA significantly outperforms state-of-the-art baselines like \greats, establishing our method as a scalable and robust solution for efficient instruction tuning.

📄 PDF Abstract BibTeX arXiv:2606.30077

Code (0)

등록된 구현이 없습니다.

Tasks

Gaussian Processes

Similar Papers 제목 키워드 기반

OASIS: Online Sample Selection for Continual Visual Instruction Tuning

2025-05-27 · Minjae Lee, Minhyuk Seo, Tingyu Qu, Tinne Tuytelaars 외

In continual visual instruction tuning (CVIT) scenarios, where multi-modal data continuously arrive in an online streaming manner, training delays from large-scale data significantly hinder real-time adaptation. While ex…

Informativeness

Pay More Attention to the Robustness of Prompt for Instruction Data Mining

2025-03-31 · Qiang Wang, Dawei Feng, Xu Zhang, Ao Shen 외

Instruction tuning has emerged as a paramount method for tailoring the behaviors of LLMs. Recent work has unveiled the potential for LLMs to achieve high performance through fine-tuning with a limited quantity of high-qu…

Instruction Following

A Survey on Data Selection for LLM Instruction Tuning

2024-02-04 · Jiahao Wang, Bolin Zhang, Qianlong Du, Jiajun Zhang 외

Instruction tuning is a vital step of training large language models (LLM), so how to enhance the effect of instruction tuning has received increased attention. Existing works indicate that the quality of the dataset is …

Instruction FollowingSurvey

RAISE: Reinforenced Adaptive Instruction Selection For Large Language Models

2025-04-09 · Lv Qingsong, Yangning Li, Zihua Lan, Zishan Xu 외

In the instruction fine-tuning of large language models (LLMs), it has become a consensus that a few high-quality instructions are superior to a large number of low-quality instructions. At present, many instruction sele…

Sequential Decision Making

ROSE: A Reward-Oriented Data Selection Framework for LLM Task-Specific Instruction Tuning

2024-12-01 · Yang Wu, Huayi Zhang, Yizheng Jiao, Lin Ma 외

Instruction tuning has underscored the significant potential of large language models (LLMs) in producing more human-controllable and effective outputs in various domains. In this work, we focus on the data selection pro…