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

LoRA: Low-Rank Adaptation of Large Language Models

📅 Published: June 17, 2021 👤 J. Edward Hu, Yelong Shen, Phillip Wallis et al. 📖 arXiv (Cornell University) 📊 2,455 citations
AI-Generated 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.

⚡ This is an original paraphrased summary — not copied from the abstract. Full paper available at the source link below.

Key Findings
  • 1 As we pre-train larger models, full fine-tuning, which retrains all model parameters, becomes less feasible.
  • 2 Using GPT-3 175B as an example -- deploying independent instances of fine-tuned models, each with 175B parameters, is prohibitively expensive.
  • 3 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 It Matters

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

This summary is based on publicly available metadata and abstract. For the full research paper, visit the original source:

Read Full Paper at OpenAlex
More Artificial Intelligence Papers ← Back to Hub 📚 Learning Hub
Article Details
Source OpenAlex
Category 🤖 Artificial Intelligence
Published Jun 17, 2021
Journal arXiv (Cornell University)
DOI 10.48550/arxiv.2106.09685
Citations 2,455
Authors J. Edward Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li