paper-with-me

Papers

In2Core: Leveraging Influence Functions for Coreset Selection in Instruction Finetuning of Large Language Models

2024-08-07 · Ayrton San Joaquin, Bin Wang, Zhengyuan Liu, Nicholas Asher, Brian Lim, Philippe Muller, Nancy F. Chen

Despite advancements, fine-tuning Large Language Models (LLMs) remains costly due to the extensive parameter count and substantial data requirements for model generalization. Accessibility to computing resources remains a barrier for the open-source community. To address this challenge, we propose the In2Core algorithm, which selects a coreset by analyzing the correlation between training and evaluation samples with a trained model. Notably, we assess the model's internal gradients to estimate this relationship, aiming to rank the contribution of each training point. To enhance efficiency, we propose an optimization to compute influence functions with a reduced number of layers while achieving similar accuracy. By applying our algorithm to instruction fine-tuning data of LLMs, we can achieve similar performance with just 50% of the training data. Meantime, using influence functions to analyze model coverage to certain testing samples could provide a reliable and interpretable signal on the training set's coverage of those test points.

📄 PDF Abstract BibTeX arXiv:2408.03560

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Provable Data Subset Selection For Efficient Neural Network Training

2023-03-09 · Murad Tukan, Samson Zhou, Alaa Maalouf, Daniela Rus 외

Radial basis function neural networks (\emph{RBFNN}) are {well-known} for their capability to approximate any continuous function on a closed bounded set with arbitrary precision given enough hidden neurons. In this pape…

Efficient Neural Network

D2 Pruning: Message Passing for Balancing Diversity and Difficulty in Data Pruning

2023-10-11 · Adyasha Maharana, Prateek Yadav, Mohit Bansal

Analytical theories suggest that higher-quality data can lead to lower test errors in models trained on a fixed data budget. Moreover, a model can be trained on a lower compute budget without compromising performance if …

Diversity

Bayesian Coresets: Revisiting the Nonconvex Optimization Perspective

2020-07-01 · Jacky Y. Zhang, Rajiv Khanna, Anastasios Kyrillidis, Oluwasanmi Koyejo

Bayesian coresets have emerged as a promising approach for implementing scalable Bayesian inference. The Bayesian coreset problem involves selecting a (weighted) subset of the data samples, such that the posterior infere…

Bayesian Inference

The Easy Path to Robustness: Coreset Selection using Sample Hardness

2025-10-13 · Pranav Ramesh, Arjun Roy, Deepak Ravikumar, Kaushik Roy 외 arxiv

Designing adversarially robust models from a data-centric perspective requires understanding which input samples are most crucial for learning resilient features. While coreset selection provides a mechanism for efficien…

Adversarial Robustness

Data-efficient Fine-tuning for LLM-based Recommendation

2024-01-30 · Xinyu Lin, Wenjie Wang, Yongqi Li, Shuo Yang 외

Leveraging Large Language Models (LLMs) for recommendation has recently garnered considerable attention, where fine-tuning plays a key role in LLMs' adaptation. However, the cost of fine-tuning LLMs on rapidly expanding …