← Search

William Cheung

2 accepted papers

2024

Fast Randomized Low-Rank Adaptation of Pre-trained Language Models with PAC Regularization

ACL 2024findings

Low-rank adaptation (LoRA) achieves parameter efficient fine-tuning for large language models (LLMs) by decomposing the model weight update into a pair of low-rank projection matrices. Yet, the memory overhead restricts it to scale up when the model size increases. We propose Randomized LoRA (RLoRA)…

Cited by 0SourcePDFScholar
2021

TOHAN: A One-step Approach towards Few-shot Hypothesis Adaptation

NeurIPS 2021spotlight

In few-shot domain adaptation (FDA), classifiers for the target domain are trained with \emph{accessible} labeled data in the source domain (SD) and few labeled data in the target domain (TD). However, data usually contain private information in the current era, e.g., data distributed on personal ph…