Home / Research Library / LoRA: Low-Rank Adaptation of Large Language Models
🤖 Artificial Intelligence OpenAlex

LoRA: Low-Rank Adaptation of Large Language Models

📅 June 17, 2021 👤 J. Edward Hu, Yelong Shen, Phillip Wallis et al. 📖 arXiv (Cornell University) 📊 2,455 citations

🤖 Plain-English Summary

An important paradigm of natural language processing consists of large-scale pre-training on general domain data and adaptation to particular tasks or domains. We also provide an empirical investigation into rank-deficiency in language model adaptation, which sheds light on the efficacy of LoRA.

🔑 Key Findings

  • As we pre-train larger models, full fine-tuning, which retrains all model parameters, becomes less feasible.
  • Using GPT-3 175B as an example -- deploying independent instances of fine-tuned models, each with 175B parameters, is prohibitively expensive.
  • We propose Low-Rank Adaptation, or LoRA, which freezes the pre-trained model weights and injects trainable rank decomposition matrices into each layer of the Transformer architecture, greatly reducing the number of trainable parameters for downstream tasks.

💡 Why This Matters

This research advances how AI systems learn, reason, and solve problems — with direct implications for automation and scientific discovery.

Read the full paper
Access the original peer-reviewed research via OpenAlex.

View on DOI ↗

📋 Article Details

Category 🤖 Artificial Intelligence
Published Jun 17, 2021
Journal arXiv (Cornell University)
Authors J. Edward Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li
DOI 10.48550/arxiv.2106.09685
Citations 2,455
Source OpenAlex

More 🤖 Artificial Intelligence Research