Question Answering & Reading Comprehension
Principled Allocation of Low-Rank Adaptation Capacity When Full Fine-Tuning Is Unaffordable
Generated automatically from the limitations stated in 6 papers (EMNLP, CVPR, NeurIPS), listed under Evidence. It is not a paper, and it does not come from papers submitted to CSPaper.
The problem
LoRA is the default substitute for full fine-tuning, yet across tasks it produces large, sometimes catastrophic, performance drops relative to full updates — and practitioners currently have no way to predict or prevent them. The failures stem from arbitrary capacity choices: uniform ranks across layers and clients, tiny adapter budgets, and no guidance on when the low-rank constraint itself (rather than the task) is responsible. Until rank and layer allocation are treated as first-class decisions, LoRA deployments remain gambles that either waste compute or silently degrade quality.
Why it matters
Parameter-efficient fine-tuning that can be trusted as a drop-in substitute for full fine-tuning — including in federated settings where clients cannot share ranks — removing the current forced choice between cost and correctness.
Ways to approach it
Prior-work checks are free with an account. Results someone already ran are shown to everyone.
- 1
Build a diagnostic suite of task/model pairs where full fine-tuning and uniform LoRA are both measured, then characterize when the rank bottleneck — not data, hyperparameters, or model scale — explains the gap. Measure: rank-accuracy curves, layer-wise update spectra, and predicted vs. observed degradation.
- 2
Develop automatic rank and layer allocation: allocate per-layer adapter capacity from the singular-value spectrum of task gradients, and in distributed settings, derive provable aggregation rules for heterogeneous client ranks. Measure: accuracy/F1 parity with full fine-tuning at matched adapter-parameter budgets, and federated aggregation stability under rank heterogeneity.
- 3
Ablate the "safety" question directly: train mixed-distribution deployments with LoRA and full fine-tuning and test whether allocated-rank adapters eliminate regression on unambiguous (in-distribution) inputs. Measure: worst-case accuracy on non-target slices at fixed target performance.
Have a different approach?
Describe how you would tackle this problem and we'll look for papers that already do it. Free; your text stays private.
Why it might fail
The full-fine-tuning gap turns out to be driven by optimization or data effects rather than rank placement, so no allocation scheme closes it at fixed parameter budgets.
Evidence
Each paper's own statement of the limitation, verbatim.
- M3Grounder: Mask-Based Multi-Span and Multi-Granular Grounding for Document QACVPR 2026
Parameter-efficient fine-tuning (LoRA) causes severe performance drops (e.g., F1g drops from 79.0 to 61.5 on GroundingDocQA-Bench), necessitating expensive full-model fine-tuning.
- You Only Communicate Once: One-shot Federated Low-Rank Adaptation of MLLMNeurIPS 2025
Fine-tunes only the last-layer LoRA, which the authors acknowledge is suboptimal; automated layer selection is left to future work
- Splitting with Importance-aware Updating for Heterogeneous Federated Learning with Large Language ModelsICML 2025
Dependency on LoRA-based fine-tuning, potentially limiting applicability to other parameter-efficient or full fine-tuning methods
- LoRA-FAIR: Federated LoRA Fine-Tuning with Aggregation and Initialization RefinementICCV 2025
Assumes homogeneous LoRA ranks across clients; heterogeneous-rank adaptation is deferred to future work
- Enhancing Pre-Trained Generative Language Models with Question Attended Span Extraction on Machine Reading ComprehensionEMNLP 2024
Experiments restricted to models no larger than Flan-T5-Large; Llama 2 and Alpaca were only LoRA fine-tuned (4.2M trainable parameters) and consistently underperform Flan-T5 variants, leaving larger decoder-only models untested
- Adaptive Question Answering: Enhancing Language Model Proficiency for Addressing Knowledge Conflicts with Source CitationsEMNLP 2024
LoRA fine-tuning severely degrades performance when no ambiguity exists (e.g., Falcon-7B A_1 falls from 71.1% to 46.3%), making it unsafe for mixed-distribution deployments.
Nearest existing work
- Towards Robust and Efficient Federated Low-Rank Adaptation with Heterogeneous ClientsACL 2025
- PLoRA: Efficient Concurrent LoRA Training for Large Language ModelsICML 2026
- FedEx-LoRA: Exact Aggregation for Federated and Efficient Fine-Tuning of Large Language ModelsACL 2025
- FedRot-LoRA: Mitigating Rotational Misalignment in Federated LoRAICML 2026
- FLoRA: Federated Fine-Tuning Large Language Models with Heterogeneous Low-Rank AdaptationsNeurIPS 2024
- Tensor-aggregated LoRA in Federated Fine-tuningICCV 2025
- Heterogeneous Customizable Personalized Federated Fine-Tuning Approach for Large Language ModelsICML 2026
- MiSS: Revisiting the Trade-off in LoRA with an Efficient Shard-Sharing StructureICLR 2026
- LoRA: Low-Rank Adaptation of Large Language ModelsICLR 2022
- Compress then Serve: Serving Thousands of LoRA Adapters with Little OverheadICML 2025
- Ravan: Multi-Head Low-Rank Adaptation for Federated Fine-TuningNeurIPS 2025
- ALoRA: Allocating Low-Rank Adaptation for Fine-tuning Large Language ModelsNAACL 2024
- Towards Federated Low-Rank Adaptation of Language Models with Rank HeterogeneityNAACL 2025
- LowRA: Accurate and Efficient LoRA Fine-Tuning of LLMs under 2 BitsICML 2025
- LoRA-Pro: Are Low-Rank Adapters Properly Optimized?ICLR 2025