paper-with-me

홈 › Papers

Flexi-LoRA with Input-Adaptive Ranks: Efficient Finetuning for Speech and Reasoning Tasks

2026-05-03 · Zongqian Li, Yixuan Su, Han Zhou, Zihao Fu, Nigel Collier arxiv

Parameter-efficient fine-tuning methods like Low-Rank Adaptation (LoRA) have become essential for deploying large language models, yet their static parameter allocation remains suboptimal for inputs of varying complexity. We present Flexi-LoRA, a novel framework that dynamically adjusts LoRA ranks based on input complexity during both training and inference. Through empirical analysis across question answering, mathematical reasoning, and speech tasks, we demonstrate that maintaining consistency between training and inference dynamics is important for effective adaptation, particularly for sequential reasoning tasks. Our findings reveal that input-dependent parameter allocation achieves higher performance with fewer parameters by optimally matching rank configurations to question complexity. Furthermore, task-specific dependency on rank dynamics varies, with mathematical reasoning tasks exhibiting higher dependency than QA tasks. Successful adaptation manifests not only in correctness but also in reasoning quality and instruction adherence. Flexi-LoRA consistently outperforms static LoRA while using fewer parameters, with performance gains more pronounced on tasks requiring strict reasoning chains. Our approach realizes key benefits of mixture-of-experts frameworks through a more streamlined implementation, reducing parameter redundancy while improving model capabilities. We provide comprehensive empirical studies across diverse tasks, establishing a basis for future work in input-adaptive and efficient fine-tuning approaches.

📄 PDF Abstract BibTeX arXiv:2605.01959

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuningMathematical ReasoningQuestion Answering

Similar Papers 제목 키워드 기반

GeLoRA: Geometric Adaptive Ranks For Efficient LoRA Fine-tuning

2024-12-12 · Abdessalam Ed-dib, Zhanibek Datbayev, Amine Mohamed Aboussalah

Fine-tuning large language models (LLMs) is computationally intensive because it requires updating all parameters. Low-Rank Adaptation (LoRA) improves efficiency by modifying only a subset of weights but introduces a tra…

Learning Rate Scaling across LoRA Ranks and Transfer to Full Finetuning

2026-02-05 · Nan Chen, Soledad Villar, Soufiane Hayou arxiv

Low-Rank Adaptation (LoRA) is a standard tool for parameter-efficient finetuning of large models. While it induces a small memory footprint, its training dynamics can be surprisingly complex as they depend on several hyp…

Reinforcement LearningImage Generation

QDyLoRA: Quantized Dynamic Low-Rank Adaptation for Efficient Large Language Model Tuning

2024-02-16 · Hossein Rajabzadeh, Mojtaba Valipour, Tianshu Zhu, Marzieh Tahaei 외

Finetuning large language models requires huge GPU memory, restricting the choice to acquire Larger models. While the quantized version of the Low-Rank Adaptation technique, named QLoRA, significantly alleviates this iss…

GPULanguage ModelingLanguage ModellingLarge Language Model+1

AutoLoRA: Automatically Tuning Matrix Ranks in Low-Rank Adaptation Based on Meta Learning

2024-03-14 · Ruiyi Zhang, Rushi Qiang, Sai Ashish Somayajula, Pengtao Xie

Large-scale pretraining followed by task-specific finetuning has achieved great success in various NLP tasks. Since finetuning all parameters of large pretrained models poses substantial computational and memory challeng…

Meta-LearningNatural Language Understanding

AdaRank: Disagreement Based Module Rank Prediction for Low-rank Adaptation

2024-08-16 · Yihe Dong

With the rise of language and multimodal models of ever-increasing size, pretraining a general-purpose foundational model and adapting it to downstream tasks has become common practice. To this end, adaptation efficiency…

Transfer Learning