paper-with-me

홈 › Papers

BIPEFT: Budget-Guided Iterative Search for Parameter Efficient Fine-Tuning of Large Pretrained Language Models

2024-10-04 · Aofei Chang, Jiaqi Wang, Han Liu, Parminder Bhatia, Cao Xiao, Ting Wang, Fenglong Ma

Parameter Efficient Fine-Tuning (PEFT) offers an efficient solution for fine-tuning large pretrained language models for downstream tasks. However, most PEFT strategies are manually designed, often resulting in suboptimal performance. Recent automatic PEFT approaches aim to address this but face challenges such as search space entanglement, inefficiency, and lack of integration between parameter budgets and search processes. To overcome these issues, we introduce a novel Budget-guided Iterative search strategy for automatic PEFT (BIPEFT), significantly enhancing search efficiency. BIPEFT employs a new iterative search strategy to disentangle the binary module and rank dimension search spaces. Additionally, we design early selection strategies based on parameter budgets, accelerating the learning process by gradually removing unimportant modules and fixing rank dimensions. Extensive experiments on public benchmarks demonstrate the superior performance of BIPEFT in achieving efficient and effective PEFT for downstream tasks with a low parameter budget.

📄 PDF Abstract BibTeX arXiv:2410.09079

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

Bayesian Optimization Over Iterative Learners with Structured Responses: A Budget-aware Planning Approach

2022-06-25 · Syrine Belakaria, Janardhan Rao Doppa, Nicolo Fusi, Rishit Sheth

The rising growth of deep neural networks (DNNs) and datasets in size motivates the need for efficient solutions for simultaneous model selection and training. Many methods for hyperparameter optimization (HPO) of iterat…

Bayesian OptimizationHyperparameter OptimizationModel Selection

LiteSearch: Efficacious Tree Search for LLM

2024-06-29 · Ante Wang, Linfeng Song, Ye Tian, Baolin Peng 외

Recent research suggests that tree search algorithms (e.g. Monte Carlo Tree Search) can dramatically boost LLM performance on complex mathematical reasoning tasks. However, they often require more than 10 times the compu…

GSM8KMathematical Reasoning

Iterative Deepening Hyperband

2023-02-01 · Jasmin Brandt, Marcel Wever, Dimitrios Iliadis, Viktor Bengs 외

Hyperparameter optimization (HPO) is concerned with the automated search for the most appropriate hyperparameter configuration (HPC) of a parameterized machine learning algorithm. A state-of-the-art HPO method is Hyperba…

Hyperparameter Optimization

Compiler-Guided Adaptive Proof Search with Cross-Model Synergy on Context-Dependent Theorem Proving

2026-06-04 · Zhuo Liu, Ding Yu, Hangfeng He arxiv

Theorem proving in real-world Lean 4 projects is challenging because proofs often depend on project-specific context. While iterative refinement can use compiler errors to repair failed proofs, reusing failed attempts re…

Using Large Language Models for Hyperparameter Optimization

2023-12-07 · Michael R. Zhang, Nishkrit Desai, Juhan Bae, Jonathan Lorraine 외

This paper explores the use of foundational large language models (LLMs) in hyperparameter optimization (HPO). Hyperparameters are critical in determining the effectiveness of machine learning models, yet their optimizat…

Bayesian OptimizationDecision MakingHyperparameter Optimization