paper-with-me

Papers

Targeted Efficient Fine-tuning: Optimizing Parameter Updates with Data-Driven Sample Selection

2024-03-13 · Ming Dong, Kang Xue, Bolong Zheng, Tingting He

Fine-tuning all parameters of Large Language Models (LLMs) is computationally expensive. Parameter-Efficient Fine-Tuning (PEFT) methods address this by selectively fine-tuning specific parameters. Most of the parameter efficient fine-tuning (PEFT) methods center on selecting or introducing a set of parameters to be fine-tuned. However, there are few methods that consider the impact of data samples on parameter selecting. Representative data driven methods include FISH Mask based method, which randomly selects a portion of data samples as a basis when selecting parameters. However, this random data sample selection method cannot select optimal parameters for unstable data distribution. In this work, we introduce a data-centric approach and propose the Iterative Range Decreasing (IRD) algorithm to optimize the sample-parameter pair selection in FISH Mask. IRD iteratively refines the selection by identifying subsets of samples and parameters exhibiting higher Fisher information. We demonstrate the effectiveness and rationality of proposed strategy by conducting experiments on GLUE benchmark. Experimental results show our strategy optimizes the parameter selection and achieves preferable performance over some typical baseline methods.

📄 PDF Abstract BibTeX arXiv:2403.08484

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

FedTLU: Federated Learning with Targeted Layer Updates

2024-12-23 · Jong-Ik Park, Carlee Joe-Wong

Federated learning (FL) addresses privacy concerns in training language models by enabling multiple clients to contribute to the training, without sending their data to others. However, non-IID (identically and independe…

Federated LearningLanguage ModelingLanguage Modelling

LoRA-GGPO: Mitigating Double Descent in LoRA Fine-Tuning via Gradient-Guided Perturbation Optimization

2025-02-20 · Yupeng Chang, Chenlu Guo, Yi Chang, Yuan Wu

Large Language Models (LLMs) have achieved remarkable success in natural language processing, but their full fine-tuning remains resource-intensive. Parameter-Efficient Fine-Tuning (PEFT) methods, such as Low-Rank Adapta…

Natural Language Understandingparameter-efficient fine-tuning

Beyond Transfer Accuracy: Faithful Circuits for Controlled Low-Resource Adaptation

2026-01-13 · Khumaisa Nur'aini, Ayu Purwarianti, Alham Fikri Aji, Derry Wijaya arxiv

Existing circuit discovery methods rely on templated tasks with clean counterfactuals, limiting their use on diverse natural text. We adapt Contextual Decomposition for Transformers (CD-T) for unstructured settings via l…

Parameter Efficient Mamba Tuning via Projector-targeted Diagonal-centric Linear Transformation

2024-11-21 · CVPR 2025 1 · Seokil Ham, Hee-Seon Kim, Sangmin Woo, Changick Kim

Despite the growing interest in Mamba architecture as a potential replacement for Transformer architecture, parameter-efficient fine-tuning (PEFT) approaches for Mamba remain largely unexplored. In our study, we introduc…

Mambaparameter-efficient fine-tuningState Space ModelsTransfer Learning

RoSA: Enhancing Parameter-Efficient Fine-Tuning via RoPE-aware Selective Adaptation in Large Language Models

2025-11-21 · Dayan Pan, Jingyuan Wang, Yilong Zhou, Jiawei Cheng 외 arxiv

Fine-tuning large language models is essential for task-specific adaptation, yet it remains computationally prohibitive. Parameter-Efficient Fine-Tuning (PEFT) methods have emerged as a solution, but current approaches t…

parameter-efficient fine-tuning