LoRA: Low-Rank Adaptation of Large Language Models, Edward J. Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li, Shean Wang, Lu Wang, Weizhu Chen, 2022International Conference on Learning Representations (ICLR) (International Conference on Learning Representations (ICLR)) - The original paper introducing LoRA, detailing its mathematical formulation, parameter efficiency, and experimental validation.
What is LoRA?, Hugging Face, 2024 (Hugging Face) - Official documentation providing a practical guide and explanation of LoRA's mechanism within the popular PEFT library.
Deep Learning, Ian Goodfellow, Yoshua Bengio, Aaron Courville, 2016 (MIT Press) - A foundational textbook covering the mathematical prerequisites for deep learning, including linear algebra concepts like matrix decomposition relevant to LoRA's low-rank approximation.