paper-with-me

홈 › Papers

A Bayesian Hybrid Parameter-Efficient Fine-Tuning Method for Large Language Models

2025-07-31 · Yidong Chai, Yang Liu, Yonghang Zhou, Jiaheng Xie, Daniel Dajun Zeng arxiv

Large Language Models (LLMs) have demonstrated transformative potential in reshaping the world. As these models are pretrained on general corpora, they often require domain-specific fine-tuning to optimize performance in specialized business applications. Due to their massive scale, parameter-efficient fine-tuning (PEFT) methods are widely used to reduce training costs. Among them, hybrid PEFT methods that combine multiple PEFT techniques have achieved the best performance. However, existing hybrid PEFT methods face two main challenges when fine-tuning LLMs for specialized applications: (1) relying on point estimates, lacking the ability to quantify uncertainty for reliable decision-making, and (2) struggling to dynamically adapt to emerging data, lacking the ability to suit real-world situations. We propose Bayesian Hybrid Parameter-Efficient Fine-Tuning (BH-PEFT), a novel method that integrates Bayesian learning into hybrid PEFT. BH-PEFT combines Adapter, LoRA, and prefix-tuning to fine-tune feedforward and attention layers of the Transformer. By modeling learnable parameters as distributions, BH-PEFT enables uncertainty quantification. We further propose a Bayesian dynamic fine-tuning approach where the last posterior serves as the prior for the next round, enabling effective adaptation to new data. We evaluated BH-PEFT on business tasks such as sentiment analysis, news categorization, and commonsense reasoning. Results show that our method outperforms existing PEFT baselines, enables uncertainty quantification for more reliable decisions, and improves adaptability in dynamic scenarios. This work contributes to business analytics and data science by proposing a novel BH-PEFT method and dynamic fine-tuning approach that support uncertainty-aware and adaptive decision-making in real-world situations.

📄 PDF Abstract BibTeX arXiv:2508.02711

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuningSentiment Analysis

Similar Papers 제목 키워드 기반

Hybrid Reinforcement Learning Framework for Mixed-Variable Problems

2024-05-30 · Haoyan Zhai, Qianli Hu, Jiangning Chen

Optimization problems characterized by both discrete and continuous variables are common across various disciplines, presenting unique challenges due to their complex solution landscapes and the difficulty of navigating …

Bayesian Optimizationreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

New Hybrid Fine-Tuning Paradigm for LLMs: Algorithm Design and Convergence Analysis Framework

2026-04-10 · Shaocong Ma, Peiran Yu, Heng Huang arxiv

Fine-tuning Large Language Models (LLMs) typically involves either full fine-tuning, which updates all model parameters, or Parameter-Efficient Fine-Tuning (PEFT), which adjusts a small subset of parameters. However, bot…

parameter-efficient fine-tuning

Model Fusion through Bayesian Optimization in Language Model Fine-Tuning

2024-11-11 · Chaeyun Jang, Hyungi Lee, Jungtaek Kim, Juho Lee

Fine-tuning pre-trained models for downstream tasks is a widely adopted technique known for its adaptability and reliability across various domains. Despite its conceptual simplicity, fine-tuning entails several troubles…

Bayesian OptimizationLanguage ModelingLanguage Modellingmodel

Sparsity- and Hybridity-Inspired Visual Parameter-Efficient Fine-Tuning for Medical Diagnosis

2024-05-28 · Mingyuan Liu, Lu Xu, Shengnan Liu, Jicong Zhang

The success of Large Vision Models (LVMs) is accompanied by vast data volumes, which are prohibitively expensive in medical diagnosis.To address this, recent efforts exploit Parameter-Efficient Fine-Tuning (PEFT), which …

DiagnosticMedical Diagnosisparameter-efficient fine-tuning

Self-Tuning Sparse Attention: Multi-Fidelity Hyperparameter Optimization for Transformer Acceleration

2026-03-19 · Arundhathi Dev, Justin Zhan arxiv

Sparse attention mechanisms promise to break the quadratic bottleneck of long-context transformers, yet production adoption remains limited by a critical usability gap: optimal hyperparameters vary substantially across l…

Hyperparameter Optimization