TaDA: Calibrated Probe Gating for Task-Domain LoRA Merging
About
Combining a task LoRA adapter with a domain LoRA adapter into a single unified model is a practical yet largely unexplored challenge. Existing methods treat both adapters as symmetric peers, applying uniform weights across all layers. We argue that task and domain adapters exhibit a consistent depth-dependent asymmetry across transformer architectures. Domain dominance increases with layer depth, while shallower layers retain stronger task-relevant signals. Motivated by this observation, we propose $\textbf{TaDA}$ ($\textbf{Ta}$sk-$\textbf{D}$omain LoR$\textbf{A}$ Merging), a training-free algorithm that exploits this structure through calibrated probe-guided per-layer gating and per-component subspace-aware merging. The gating assigns individual weights per layer and projection type using a probe signal proved invariant to adapter weight magnitude. The merging discards conflicting singular directions before combining the remaining components. $\textbf{TaDA}$ produces a standard rank-$r$ LoRA adapter with zero inference overhead. On six scientific QA benchmarks with Llama-2-7B, TaDA achieves an average accuracy of 0.452, outperforming DARE-TIES by +3.6 percentage points and obtaining the best result on all six benchmarks. On six image classification benchmarks with ViT-L/16, TaDA reaches 85.9\% average accuracy, improving over the strongest merging baseline while leading in three of the six individual benchmarks.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Image Classification | DTD | Accuracy78.7 | 610 | |
| Image Classification | CIFAR-100 | Accuracy84.8 | 362 | |
| Question Answering | MedMCQA | Accuracy34.4 | 125 | |
| Question Answering | ARC-C | Accuracy (ARC-C)37.4 | 67 | |
| Image Classification | DermaMNIST | Accuracy76 | 62 | |
| Image Classification | PathMNIST | Accuracy92 | 45 | |
| Image Classification | EuroSAT | Accuracy94.6 | 41 | |
| Question Answering | MMLU CS | Accuracy38 | 11 | |
| Question Answering | MMLU-Sci | Accuracy39.6 | 11 |