paper-with-me

홈 › Papers

Data Valuation using Neural Networks for Efficient Instruction Fine-Tuning

2025-02-14 · Ishika Agarwal, Dilek Hakkani-Tur

Influence functions provide crucial insights into model training, but existing methods suffer from large computational costs and limited generalization. Particularly, recent works have proposed various metrics and algorithms to calculate the influence of data using language models, which do not scale well with large models and datasets. This is because of the expensive forward and backward passes required for computation, substantial memory requirements to store large models, and poor generalization of influence estimates to new data. In this paper, we explore the use of small neural networks -- which we refer to as the InfluenceNetwork -- to estimate influence values, achieving up to 99% cost reduction. Our evaluation demonstrates that influence values can be estimated with models just 0.0027% the size of full language models (we use 7B and 8B versions). We apply our algorithm of estimating influence values (called NN-CIFT: Neural Networks for effiCient Instruction Fine-Tuning) to the downstream task of subset selection for general instruction fine-tuning. In our study, we include four state-of-the-art influence functions and show no compromise in performance, despite large speedups, between NN-CIFT and the original influence functions. We provide an in-depth hyperparameter analyses of NN-CIFT. The code for our method can be found here: https://github.com/agarwalishika/NN-CIFT.

📄 PDF Abstract BibTeX arXiv:2502.09969

Code (1)

agarwalishika/NN-CIFT 공식 구현 pytorch

Tasks

Data Valuation

Similar Papers 제목 키워드 기반

LIMIT: Less Is More for Instruction Tuning Across Evaluation Paradigms

2023-11-22 · Aditi Jha, Sam Havens, Jeremey Dohmann, Alex Trott 외

Large Language Models are traditionally finetuned on large instruction datasets. However recent studies suggest that small, high-quality datasets can suffice for general purpose instruction following. This lack of consen…

Instruction Following

Instruction-Following Evaluation of Large Vision-Language Models

2025-12-29 · Daiki Shiono, Shumpei Miyawaki, Ryota Tanaka, Jun Suzuki arxiv

Following the initial flourishing of large language models (LLMs), there has been a surge in proposed large vision-language models (LVLMs) that integrate LLMs with vision capabilities. However, it has been observed that …

OPT-IML: Scaling Language Model Instruction Meta Learning through the Lens of Generalization

2022-12-22 · Srinivasan Iyer, Xi Victoria Lin, Ramakanth Pasunuru, Todor Mihaylov 외

Recent work has shown that fine-tuning large pre-trained language models on a collection of tasks described via instructions, a.k.a. instruction-tuning, improves their zero and few-shot generalization to unseen tasks. Ho…

Language ModelingLanguage ModellingMeta-LearningNatural Language Inference+1

Context-dependent Instruction Tuning for Dialogue Response Generation

2023-11-13 · Jin Myung Kwak, Minseon Kim, Sung Ju Hwang

Recent language models have achieved impressive performance in natural language tasks by incorporating instructions with task input during fine-tuning. Since all samples in the same natural language task can be explained…

Dialogue GenerationResponse Generation

Mosaic-IT: Free Compositional Data Augmentation Improves Instruction Tuning

2024-05-22 · Ming Li, Pei Chen, Chenguang Wang, Hongyu Zhao 외

Finetuning large language models with a variety of instruction-response pairs has enhanced their capability to understand and follow instructions. Current instruction tuning primarily relies on teacher models or human in…

Data AugmentationDiversityInstruction Following