EMNLP 2024finding1 citations

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

Ayrton San Joaquin, Bin Wang, Zhengyuan Liu, Nicholas Asher, Brian Lim, Philippe Muller, Nancy F. Chen

Abstract

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.

BibTeX
@inproceedings{joaquin-etal-2024-in2core,
    title = "{I}n2{C}ore: Leveraging Influence Functions for Coreset Selection in Instruction Finetuning of Large Language Models",
    author = "San Joaquin, Ayrton  and
      Wang, Bin  and
      Liu, Zhengyuan  and
      Asher, Nicholas  and
      Lim, Brian  and
      Muller, Philippe  and
      Chen, Nancy F.",
    editor = "Al-Onaizan, Yaser  and
      Bansal, Mohit  and
      Chen, Yun-Nung",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2024",
    month = nov,
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.findings-emnlp.604/",
    doi = "10.18653/v1/2024.findings-emnlp.604",
    pages = "10324--10335"
}
In2Core: Leveraging Influence Functions for Coreset Selection in Instruction Finetuning of Large Language Models · EMNLP 2024