English

Holdout-Loss-Based Data Selection for LLM Finetuning via In-Context Learning

Machine Learning 2026-01-28 v2 Artificial Intelligence

Abstract

Fine-tuning large pretrained language models is a common approach for aligning them with human preferences, but noisy or off-target examples can dilute supervision. While small, well-chosen datasets often match the performance of much larger ones, systematic and efficient ways to identify high-value training data remain underexplored. Many current methods rely on heuristics or expensive retraining. We present a principled, resource-efficient framework for data selection and reweighting. At its core is an In-Context Approximation (ICA) that estimates the holdout loss a model would incur after training on a candidate example by conditioning on a small, curated holdout set in context. ICA requires no reference model and no additional finetuning. We define the resulting estimate as the ICA score, and derive per-example weights that dynamically reweight gradient updates as model parameters evolve. Across SFT, DPO, and SimPO, and over diverse backbones and datasets, ICA-based reweighting consistently improves model alignment with minimal overhead. We analyze sensitivity to score update frequency and the number of in-context holdout examples. We also discuss limitations in rapidly drifting on-policy settings, highlighting directions for future work. Code and prompts will be released.

Keywords

Cite

@article{arxiv.2510.14459,
  title  = {Holdout-Loss-Based Data Selection for LLM Finetuning via In-Context Learning},
  author = {Ling Zhang and Xianliang Yang and Juwon Yu and Park Cheonyoung and Miran Lee and Lei Song and Jiang Bian},
  journal= {arXiv preprint arXiv:2510.14459},
  year   = {2026}
}
R2 v1 2026-07-01T06:40:50.524Z