paper-with-me

Papers

Bayesian Low-rank Adaptation for Large Language Models

2023-08-24 · Adam X. Yang, Maxime Robeyns, Xi Wang, Laurence Aitchison

Low-rank adaptation (LoRA) has emerged as a new paradigm for cost-efficient fine-tuning of large language models (LLMs). However, fine-tuned LLMs often become overconfident especially when fine-tuned on small datasets. Bayesian methods, with their inherent ability to estimate uncertainty, serve as potent tools to mitigate overconfidence and enhance calibration. In this work, we introduce Laplace-LoRA, which applies a Bayesian approach to the LoRA parameters. Specifically, Laplace-LoRA applies a Laplace approximation to the posterior over the LoRA parameters, considerably improving the calibration of fine-tuned LLMs.

📄 PDF Abstract BibTeX arXiv:2308.13111

Code (2)

adamxyang/laplace-lora 공식 구현 pytorch
maximerobeyns/bayesian_lora 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Bayesian Sparse Low-Rank Adaptation for Large Language Model Uncertainty Estimation

2026-07-02 · Jijie Zhang, Zhe Ren, Quan Zhang, Dandan Guo arxiv

Large language models (LLMs) exhibit remarkable reasoning capabilities, but their task-specific fine-tuning is notoriously plagued by overconfidence, severely hindering trustworthy deployment. We propose Data-Adaptive Lo…

Bayesian Adaptation Gym: A Benchmark for the Bayesian Low-Rank Adaptation of Multi-Modal Language Models

2026-06-20 · Colin Samplawski, Ramneet Kaur, Manoj Acharya, Anirban Roy 외 arxiv

Large multi-modal language models are increasingly deployed in high-stakes domains, making well-calibrated uncertainty essential. Traditional Bayesian methods approximate posteriors over all model weights, which becomes …

Active Learning

Gaussian Stochastic Weight Averaging for Bayesian Low-Rank Adaptation of Large Language Models

2024-05-06 · Emre Onal, Klemens Flöge, Emma Caldwell, Arsen Sheverdin 외

Fine-tuned Large Language Models (LLMs) often suffer from overconfidence and poor calibration, particularly when fine-tuned on small datasets. To address these challenges, we propose a simple combination of Low-Rank Adap…

Bayesian Inference

Scalable Bayesian Low-Rank Adaptation of Large Language Models via Stochastic Variational Subspace Inference

2025-06-26 · Colin Samplawski, Adam D. Cobb, Manoj Acharya, Ramneet Kaur 외

Despite their widespread use, large language models (LLMs) are known to hallucinate incorrect information and be poorly calibrated. This makes the uncertainty quantification of these models of critical importance, especi…

Bayesian InferenceUncertainty QuantificationVariational Inference

BLoB: Bayesian Low-Rank Adaptation by Backpropagation for Large Language Models

2024-06-17 · Yibin Wang, Haizhou Shi, Ligong Han, Dimitris Metaxas 외

Large Language Models (LLMs) often suffer from overconfidence during inference, particularly when adapted to downstream domain-specific tasks with limited data. Previous work addresses this issue by employing approximate…