Investigating the Impact of Data Selection Strategies on Language Model Performance
Jiayao Gu, Liting Chen, Yihong Li
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/jgu13/hir-hybrid-importance-resampling-for-language-modelsOfficialIn papernone★ 3
Abstract
Data selection is critical for enhancing the performance of language models, particularly when aligning training datasets with a desired target distribution. This study explores the effects of different data selection methods and feature types on model performance. We evaluate whether selecting data subsets can influence downstream tasks, whether n-gram features improve alignment with target distributions, and whether embedding-based neural features provide complementary benefits. Through comparative experiments using baseline random selection methods and distribution aligned approaches, we provide insights into the interplay between data selection strategies and model training efficacy. All code for this study can be found on github repository.