PulseAugur
EN
LIVE 06:28:07

New CORA method cuts LLM fine-tuning parameters by 4x

Researchers have introduced CORA (Coherent Orthogonal Rotation Adaptation), a novel parameter-efficient fine-tuning method for large language models. CORA leverages singular value decomposition (SVD) to preserve the geometric relationships within pretrained weights, applying a shared orthogonal rotation to left and right singular bases per slice. This approach significantly reduces trainable parameters compared to methods like LoRA, using approximately 4x fewer parameters at the same rank. Experiments show CORA outperforms existing methods in commonsense reasoning and code generation tasks while maintaining a substantial reduction in parameter count. AI

IMPACT Reduces computational cost and parameter requirements for fine-tuning large language models, potentially accelerating adoption and experimentation.

RANK_REASON Academic paper introducing a new method for parameter-efficient fine-tuning. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv stat.ML →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New CORA method cuts LLM fine-tuning parameters by 4x

COVERAGE [1]

  1. arXiv stat.ML TIER_1 English(EN) · Pengcheng Wang, Ziran Liu, Wei Wang, Wei Jiang ·

    CORA: Per-Slice Coherent Orthogonal Rotation for SVD-based Low-Rank Adaptation

    arXiv:2607.02576v1 Announce Type: new Abstract: Parameter-Efficient Fine-Tuning (PEFT) commonly adapts pretrained weights through low-rank updates, and recent methods further exploit the singular value decomposition (SVD) of the base weight for initialization or subspace selectio…