paper-with-me

Papers

Data Selection for Fine-tuning Large Language Models Using Transferred Shapley Values

2023-06-16 · Stephanie Schoch, Ritwick Mishra, Yangfeng Ji

Although Shapley values have been shown to be highly effective for identifying harmful training instances, dataset size and model complexity constraints limit the ability to apply Shapley-based data valuation to fine-tuning large pre-trained language models. To address this, we propose TS-DShapley, an algorithm that reduces computational cost of Shapley-based data valuation through: 1) an efficient sampling-based method that aggregates Shapley values computed from subsets for valuation of the entire training set, and 2) a value transfer method that leverages value information extracted from a simple classifier trained using representations from the target language model. Our experiments applying TS-DShapley to select data for fine-tuning BERT-based language models on benchmark natural language understanding (NLU) datasets show that TS-DShapley outperforms existing data selection methods. Further, TS-DShapley can filter fine-tuning data to increase language model performance compared to training with the full fine-tuning dataset.

📄 PDF Abstract BibTeX arXiv:2306.10165

Code (1)

stephanieschoch/ts-dshapley 공식 구현

Tasks

Data ValuationLanguage ModelingLanguage ModellingNatural Language Understanding

Similar Papers 제목 키워드 기반

RL-Guided Data Selection for Language Model Finetuning

2025-09-30 · Animesh Jha, Harshit Gupta, Ananjan Nandi arxiv

Data selection for finetuning Large Language Models (LLMs) can be framed as a budget-constrained optimization problem: maximizing a model's downstream performance under a strict training data budget. Solving this problem…

Reinforcement Learning

SmallToLarge (S2L): Scalable Data Selection for Fine-tuning Large Language Models by Summarizing Training Trajectories of Small Models

2024-03-12 · Yu Yang, Siddhartha Mishra, Jeffrey N Chiang, Baharan Mirzasoleiman

Despite the effectiveness of data selection for large language models (LLMs) during pretraining and instruction fine-tuning phases, improving data efficiency in supervised fine-tuning (SFT) for specialized domains poses …

MathMathematical Problem-SolvingText Summarization

TSDS: Data Selection for Task-Specific Model Finetuning

2024-10-15 · Zifan Liu, Amin Karbasi, Theodoros Rekatsinas

Finetuning foundation models for specific tasks is an emerging paradigm in modern machine learning. The efficacy of task-specific finetuning largely depends on the selection of appropriate training data. We present TSDS …

Density Estimation

DP-SelFT: Differentially Private Selective Fine-Tuning for Large Language Models

2026-05-17 · Haichao Sha, Zihao Wang, Yuncheng Wu, Hong Chen 외 arxiv

Large language models (LLMs) are commonly adapted to downstream tasks through fine-tuning, but fine-tuning data often contains sensitive information that may be leaked by the resulting model. Differential privacy (DP) of…

parameter-efficient fine-tuning

RAISE: Reinforenced Adaptive Instruction Selection For Large Language Models

2025-04-09 · Lv Qingsong, Yangning Li, Zihua Lan, Zishan Xu 외

In the instruction fine-tuning of large language models (LLMs), it has become a consensus that a few high-quality instructions are superior to a large number of low-quality instructions. At present, many instruction sele…

Sequential Decision Making