paper-with-me

홈 › Papers

From Instance Selection to Fixed-Pool Data Recipe Search for Supervised Fine-Tuning

2026-05-13 · Haodong Wu, Jiahao Zhang, Lijie Hu, Yongqi Zhang arxiv

Supervised fine-tuning (SFT) data selection is commonly formulated as instance ranking: score each example and retain a top-$k$ subset. However, effective SFT training subsets are often produced through ordered curation recipes, where filtering, mixing, and deduplication operators jointly shape the final data distribution. We formulate this problem as fixed-pool data recipe search: given a raw instruction pool and a library of grounded operators, the goal is to discover an executable recipe that constructs a high-quality selected subset under a limited budget of full SFT evaluations, without generating, rewriting, or augmenting training samples. We introduce AutoSelection, a two-layer solver that decouples fixed-pool materialization based on cached task-, data-, and model-side signals from expensive full evaluation, using warmup probes, realized subset states, local recipe edits, Gaussian-process-assisted ranking, and stagnation-triggered reseeding. Experiments on a 90K instruction pool show that AutoSelection achieves the strongest in-distribution reasoning average across three base models, outperforming full-data training, random recipe search, random top-$k$, and single-operator selectors. Additional Out-of-distribution graph-reasoning results, search-stability analyses, structural ablations, and 1.5B-to-7B transfer checks further show that recipe structure matters beyond individual selection operators. Code is available at https://github.com/w253/AutoSelection.

📄 PDF Abstract BibTeX arXiv:2605.12944

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LDEPrompt: Layer-importance guided Dual Expandable Prompt Pool for Pre-trained Model-based Class-Incremental Learning

2026-04-13 · Linjie Li, Zhenyu Wu, Huiyu Xiao, Yang Ji arxiv

Prompt-based class-incremental learning methods typically construct a prompt pool consisting of multiple trainable key-prompts and perform instance-level matching to select the most suitable prompt embeddings, which has …

class-incremental learning

MLRS-PDS: A Meta-learning recommendation of dynamic ensemble selection pipelines

2024-07-10 · Hesam Jalalian, Rafael M. O. Cruz

Dynamic Selection (DS), where base classifiers are chosen from a classifier's pool for each new instance at test time, has shown to be highly effective in pattern recognition. However, instability and redundancy in the c…

Computational EfficiencyMeta-Learning

Towards Robust Training in NNGPT AutoML Pipeline: A Loss-Optimizer Pairing Selection Study

2026-06-18 · Anton Abramochkin, Radu Timofte, Dmitry Ignatov arxiv

The choice of loss function and optimizer is an important decision, that shapes further model training. Yet automated architecture search pipelines (AutoML) benefits significantly more from the optimal pairing selection …

Image Classification

Re-mixing Embeddings for Patient Augmentation in Data Scarce Multiple Instance Learning

2026-06-24 · Muhammed Furkan Dasdelen, Fatih Ozlugedik, Anastasia Litinetskaya, Nassir Navab 외 arxiv

Data scarcity is a major bottleneck in medical Multiple Instance Learning (MIL), especially for rare diseases or expensive modalities. We introduce a statistically grounded patient augmentation approach that generates re…

Multiple Instance Learning

HeaPA: Difficulty-Aware Heap Sampling and On-Policy Query Augmentation for LLM Reinforcement Learning

2026-01-30 · Weiqi Wang, Xin Liu, Binxuan Huang, Hejie Cui 외 arxiv

RLVR has become a standard recipe for training LLMs on reasoning tasks with verifiable outcomes, but when rollout generation dominates the cost, efficiency hinges on which prompts are sampled and when. In practice, promp…

Reinforcement Learning