paper-with-me

Papers

Speculative Coreset Selection for Task-Specific Fine-tuning

2024-10-02 · XiaoYu Zhang, Juan Zhai, Shiqing Ma, Chao Shen, Tianlin Li, Weipeng Jiang, Yang Liu

Task-specific fine-tuning is essential for the deployment of large language models (LLMs), but it requires significant computational resources and time. Existing solutions have proposed coreset selection methods to improve data efficiency and reduce model training overhead, but they still have limitations: 1) Overlooking valuable samples at high pruning rates, which degrades the coreset's performance. 2) Requiring high time overhead during coreset selection to fine-tune and evaluate the target LLM. In this paper, we introduce STAFF, a speculative coreset selection method. STAFF leverages a small model from the same family as the target LLM to efficiently estimate data scores and then verifies the scores on the target LLM to accurately identify and allocate more selection budget to important regions while maintaining coverage of easy regions. We evaluate STAFF on three LLMs and three downstream tasks and show that STAFF improves the performance of SOTA methods by up to 54.3% and reduces selection overhead by up to 70.5% at different pruning rates. Furthermore, we observe that the coreset selected by STAFF at low pruning rates (i.e., 20%) can even obtain better fine-tuning performance than the full dataset.

📄 PDF Abstract BibTeX arXiv:2410.01296

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Refined Coreset Selection: Towards Minimal Coreset Size under Model Performance Constraints

2023-11-15 · Xiaobo Xia, Jiale Liu, Shaokun Zhang, Qingyun Wu 외

Coreset selection is powerful in reducing computational costs and accelerating data processing for deep learning algorithms. It strives to identify a small subset from large-scale data, so that training only on the subse…

TAGCOS: Task-agnostic Gradient Clustered Coreset Selection for Instruction Tuning Data

2024-07-21 · Jipeng Zhang, Yaxuan Qin, Renjie Pi, Weizhong Zhang 외

Instruction tuning has achieved unprecedented success in NLP, turning large language models into versatile chatbots. However, the increasing variety and volume of instruction datasets demand significant computational res…

Spectral Greedy Coresets for Graph Neural Networks

2024-05-27 · Mucong Ding, Yinhan He, Jundong Li, Furong Huang

The ubiquity of large-scale graphs in node-classification tasks significantly hinders the real-world applications of Graph Neural Networks (GNNs). Node sampling, graph coarsening, and dataset condensation are effective s…

Dataset CondensationNode Classification

Coverage-centric Coreset Selection for High Pruning Rates

2022-10-28 · Haizhong Zheng, Rui Liu, Fan Lai, Atul Prakash

One-shot coreset selection aims to select a representative subset of the training data, given a pruning rate, that can later be used to train future models while retaining high accuracy. State-of-the-art coreset selectio…

Vocal Bursts Intensity Prediction

Zero-Shot Coreset Selection: Efficient Pruning for Unlabeled Data

2024-11-22 · Brent A. Griffin, Jacob Marks, Jason J. Corso

Deep learning increasingly relies on massive data with substantial costs for storage, annotation, and model training. To reduce these costs, coreset selection aims to find a representative subset of data to train models …