View a PDF of the paper titled Add-One-In: Incremental Sample Selection for Large Language Models via a Choice-Based Greedy Paradigm, by Zhuo Li and 7 other authors
Abstract:Selecting high-quality and diverse training samples from extensive datasets plays a crucial role in reducing training overhead and enhancing the performance of Large Language Models (LLMs). However, existing studies fall short in assessing the overall value of selected data, focusing primarily on individual quality, and struggle to strike an effective balance between ensuring diversity and minimizing data point traversals. Therefore, this paper introduces a novel choice-based sample selection framework that shifts the focus from evaluating individual sample quality to comparing the contribution value of different samples when incorporated into the subset. Thanks to the advanced language understanding capabilities of LLMs, we utilize LLMs to evaluate the value of each option during the selection process. Furthermore, we design a greedy sampling process where samples are incrementally added to the subset, thereby improving efficiency by eliminating the need for exhaustive traversal of the entire dataset with the limited budget. Extensive experiments demonstrate that selected data from our method not only surpasses the performance of the full dataset but also achieves competitive results with recent powerful studies, while requiring fewer selections. Moreover, we validate our approach on a larger medical dataset, highlighting its practical applicability in real-world applications. Our code and data are available at this https URL.
Submission history
From: Zhuo Li [view email]
[v1]
Tue, 4 Mar 2025 07:32:41 UTC (13,269 KB)
[v2]
Mon, 13 Oct 2025 03:37:25 UTC (8,719 KB)
Source link
#Incremental #Sample #Selection #Large #Language #Models #ChoiceBased #Greedy #Paradigm