paper-with-me

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 Lower-Rank Adaptation (DALorRA), a simple and effective variational Bayesian sparse framework that shifts the paradigm of uncertainty quantification from the dense parameter space to the lightweight rank level of low-rank adaptation (LoRA). With the insight that LoRA essentially aggregates multiple rank-one components that may provide superfluous model capacity, DALorRA imposes stochastic masking on rank dimensions, enabling Bayesian regularization of model capacity during training and ensemble-like calibration during inference. Extensive experiments demonstrate DALorRA's excellent calibration of LLMs without compromising reasoning accuracy.

📄 PDF Abstract BibTeX arXiv:2607.02182

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

BaRA: Bayesian Adaptive Rank Allocation for Parameter-Efficient Fine-Tuning

2026-06-28 · Zhibin Duan, Yuhong Wang, Jiahong Fu, Zongsheng Yue 외 arxiv

While Low-rank adaptation (LoRA) enables highly efficient fine-tuning by constraining task-specific updates to fixed low-rank subspaces, this rigid design limits representational flexibility and often results in overconf…

parameter-efficient fine-tuningTopic Models

Bayesian Low-Rank Factorization for Robust Model Adaptation

2025-10-21 · Enes Yavuz Ugan, Ngoc-Quan Pham, Alexander Waibel arxiv

Large speech foundation models achieve strong performance across many domains, but they often require adaptation to handle local needs such as code-switching, where speakers mix languages within the same utterance. Direc…

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

Bayesian-LoRA: Probabilistic Low-Rank Adaptation of Large Language Models

2026-01-28 · Moule Lin, Shuhao Guan, Andrea Patane, David Gregg 외 arxiv

Large Language Models usually put more emphasis on accuracy and therefore, will guess even when not certain about the prediction, which is especially severe when fine-tuned on small datasets due to the inherent tendency …

Gaussian Processes

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. B…