MADS: Model-Aware Diverse Core Set Selection for Instruction Tuning

๐Ÿ“… 2026-05-29
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF

career value

229K/year
๐Ÿค– AI Summary
This work addresses the limitation of existing core-set selection methods for instruction fine-tuning, which often overlook the intrinsic understanding of large language models and thus fail to ensure data diversity. To overcome this, the study introduces, for the first time, neural activation states during model inference as intrinsic features and proposes a coverage-driven, model-aware core-set selection algorithm. This approach enables diverse data sampling aligned with the modelโ€™s internal representations and supports cross-model transferability. Experimental results demonstrate that fine-tuning on only 15% of the data (7.8K samples) yields an average performance gain of 2.5% across six benchmarks, outperforming full-data training.
๐Ÿ“ Abstract
Instruction fine-tuning is employed to enhance the instruction-following ability of large language models (LLMs). As the amount of instruction fine-tuning data increases, selecting the optimal core set becomes particularly important. However, ensuring the diversity of the core set remains a significant challenge. Existing methods predominantly distinguish different training data based on the text features themselves, decoupled from LLMs' own understanding and representation of the data. To address this issue, we propose a Model-Aware Diverse Core Set Selection method, which distinguishes data features based on the neural activation states during LLM inference. This approach serves as an efficient instantiation of coverage-based selection using model-intrinsic activation features to ensure the diversity in the core set. We extensively evaluate our method on six benchmarks that cover five distinct tasks. In our method, the core set selected by the 3B-parameter LLM performs effectively when utilized to fine-tune larger models with 7B, 8B, and 13B parameters. Experimental results on the Alpaca-GPT4 dataset, which comprises 52K instruction-response pairs, show that the core set, sized at 15\% of the original dataset and selected by Llama-3.2-3B-Instruct, achieves an average improvement of 2.5\% when fine-tuning four larger base models compared with training on the full dataset. The experimental results demonstrate that our method enhances model performance on multiple downstream tasks while reducing data requirements.
Problem

Research questions and friction points this paper is trying to address.

instruction tuning
core set selection
data diversity
large language models
model-aware selection
Innovation

Methods, ideas, or system contributions that make the work stand out.

Model-Aware Selection
Core Set Selection
Neural Activation Features
Instruction Tuning
Data Efficiency
๐Ÿ”Ž Similar Papers
No similar papers found.