paper-with-me

Papers

Scalable Fine-tuning from Multiple Data Sources: A First-Order Approximation Approach

2024-09-28 · Dongyue Li, Ziniu Zhang, Lu Wang, Hongyang R. Zhang

We study the problem of fine-tuning a language model (LM) for a target task by optimally using the information from $n$ auxiliary tasks. This problem has broad applications in NLP, such as targeted instruction tuning and data selection in chain-of-thought fine-tuning. The key challenge of this problem is that not all auxiliary tasks are useful to improve the performance of the target task. Thus, choosing the right subset of auxiliary tasks is crucial. Conventional subset selection methods, such as forward and backward stepwise selection, are unsuitable for LM fine-tuning because they require repeated training on subsets of auxiliary tasks. This paper introduces a new algorithm to estimate model fine-tuning performances without repeated training. Our algorithm first performs multitask training using the data of all the tasks to obtain a meta initialization. Then, we approximate the model fine-tuning loss of a subset using functional values and gradients from the meta initialization. Empirically, we find that this gradient-based approximation holds with remarkable accuracy for twelve transformer-based LMs. Thus, we can now estimate fine-tuning performances on CPUs within a few seconds. Finally, we fine-tune the pretrained base model for once on the selected subset of tasks. We conduct extensive experiments to validate this approach, delivering a speedup of $30\times$ over conventional subset selection while incurring only $1\%$ error of the true fine-tuning performances. In downstream evaluations involving both instruction tuning and chain-of-thought fine-tuning, this loss-based selection approach improves over prior gradient or representation similarity-based methods for subset selection by up to $3.8\%$.

📄 PDF Abstract BibTeX arXiv:2409.19458

Code (1)

VirtuosoResearch/Scalable-finetuning 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

General Flow as Foundation Affordance for Scalable Robot Learning

2024-01-21 · Chengbo Yuan, Chuan Wen, Tong Zhang, Yang Gao

We address the challenge of acquiring real-world manipulation skills with a scalable framework. We hold the belief that identifying an appropriate prediction target capable of leveraging large-scale datasets is crucial f…

Prediction

Scalable Construction of a Lung Cancer Knowledge Base: Profiling Semantic Reasoning in LLMs

2026-01-05 · Cesar Felipe Martínez Cisneros, Jesús Ulises Quiroz Bautista, Claudia Anahí Guzmán Solano, Bogdan Kaleb García Rivera 외 arxiv

The integration of Large Language Models (LLMs) into biomedical research offers new opportunities for domainspecific reasoning and knowledge representation. However, their performance depends heavily on the semantic qual…

Open Information Extraction

MoDULA: Mixture of Domain-Specific and Universal LoRA for Multi-Task Learning

2024-12-10 · Yufei Ma, Zihan Liang, Huangyu Dai, Ben Chen 외

The growing demand for larger-scale models in the development of \textbf{L}arge \textbf{L}anguage \textbf{M}odels (LLMs) poses challenges for efficient training within limited computational resources. Traditional fine-tu…

Multi-Task Learning

SSVD-O: Parameter-Efficient Fine-Tuning with Structured SVD for Speech Recognition

2026-01-18 · Pu Wang, Shinji Watanabe, Hugo Van hamme arxiv

Parameter-efficient fine-tuning (PEFT) is a scalable approach for adapting large speech foundation models to new domains. While methods such as LoRA and its state-of-the-art variants reduce adaptation costs, they typical…

parameter-efficient fine-tuningSpeech Recognition

Parameter Efficient Multi-task Model Fusion with Partial Linearization

2023-10-07 · Anke Tang, Li Shen, Yong Luo, Yibing Zhan 외

Large pre-trained models have enabled significant advances in machine learning and served as foundation components. Model fusion methods, such as task arithmetic, have been proven to be powerful and scalable to incorpora…

parameter-efficient fine-tuningTask Arithmetic