paper-with-me

Papers

Importance-Aware Data Selection for Efficient LLM Instruction Tuning

2025-11-10 · Tingyu Jiang, Shen Li, Yiyao Song, Lan Zhang, Hualei Zhu, Yuan Zhao, Xiaohang Xu, Kenjiro Taura, Hao Henry Wang arxiv

Instruction tuning plays a critical role in enhancing the performance and efficiency of Large Language Models (LLMs). Its success depends not only on the quality of the instruction data but also on the inherent capabilities of the LLM itself. Some studies suggest that even a small amount of high-quality data can achieve instruction fine-tuning results that are on par with, or even exceed, those from using a full-scale dataset. However, rather than focusing solely on calculating data quality scores to evaluate instruction data, there is a growing need to select high-quality data that maximally enhances the performance of instruction tuning for a given LLM. In this paper, we propose the Model Instruction Weakness Value (MIWV) as a novel metric to quantify the importance of instruction data in enhancing model's capabilities. The MIWV metric is derived from the discrepancies in the model's responses when using In-Context Learning (ICL), helping identify the most beneficial data for enhancing instruction tuning performance. Our experimental results demonstrate that selecting only the top 1\% of data based on MIWV can outperform training on the full dataset. Furthermore, this approach extends beyond existing research that focuses on data quality scoring for data selection, offering strong empirical evidence supporting the effectiveness of our proposed method.

📄 PDF Abstract BibTeX arXiv:2511.07074

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Diversity Measurement and Subset Selection for Instruction Tuning Datasets

2024-02-04 · Peiqi Wang, Yikang Shen, Zhen Guo, Matthew Stallone 외

We aim to select data subsets for the fine-tuning of large language models to more effectively follow instructions. Prior work has emphasized the importance of diversity in dataset curation but relied on heuristics such …

DiversityInstruction FollowingPoint Processes

CoIDO: Efficient Data Selection for Visual Instruction Tuning via Coupled Importance-Diversity Optimization

2025-10-11 · Yichen Yan, Ming Zhong, Qi Zhu, Xiaoling Gu 외 arxiv

Multimodal large language models (MLLMs) rely heavily on instruction tuning to align vision and language capabilities, yet the computational cost of training on large-scale datasets remains a major bottleneck. Existing d…

Uncertainty-Aware Gradient Signal-to-Noise Data Selection for Instruction Tuning

2026-01-20 · Zhihang Yuan, Chengyu Yue, Long Huang, Litu Ou 외 arxiv

Instruction tuning is a standard paradigm for adapting large language models (LLMs), but modern instruction datasets are large, noisy, and redundant, making full-data fine-tuning costly and often unnecessary. Existing da…

Teaching According to Talents! Instruction Tuning LLMs with Competence-Aware Curriculum Learning

2025-09-17 · Yangning Li, Tingwei Lu, Yinghui Li, Yankai Chen 외 arxiv

Efficient instruction tuning aims to enhance the ultimate performance of large language models (LLMs) trained on a given instruction dataset. Curriculum learning as a typical data organization strategy has shown prelimin…

Filter Images First, Generate Instructions Later: Pre-Instruction Data Selection for Visual Instruction Tuning

2025-03-10 · CVPR 2025 1 · Bardia Safaei, Faizan Siddiqui, Jiacong Xu, Vishal M. Patel 외

Visual instruction tuning (VIT) for large vision-language models (LVLMs) requires training on expansive datasets of image-instruction pairs, which can be costly. Recent efforts in VIT data selection aim to select a small…