REVIEW 2 major objections 4 minor 97 references
A forward-only controller sets how much each domain participates in multi-task LoRA fine-tuning without labels, using competence and representation drift to reward headroom and positive transfer.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.5
2026-07-12 01:53 UTC pith:AZ3Q4IZW
load-bearing objection Solid PEFT methods paper: label-free competence + drift affinity drive an online participation QP that beats static mixtures and gradient surgery at half data; calibration is load-bearing but empirically backed, not a collapse. the 2 major comments →
Co-Adaptive Multi-Task LoRA: Transfer-Aware, Label-Free Control of Domain Participation
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Both the right amount of domain participation and the right set of domains to co-train can be estimated without labels from forward passes of the current shared adapter: competence tracks domain risk (headroom and learning speed), representation drift yields signed cross-domain affinity that predicts transfer, and folding both into an entropy-regularized quadratic program on the simplex produces participation that performs transfer-aware water-filling and measurably improves multi-domain LoRA fine-tuning at half the data budget.
What carries the argument
CoDA (co-adaptive domain adaptation): every T steps, competence and affinity are read from unlabeled probes, then an entropy-regularized quadratic program J(π) = g⊤π + η π⊤Aπ − τ ∑ π_k log π_k is solved on the simplex; its unique fixed point (a contraction under 2η∥A∥_{2} < τ) sets each domain's joint loss weight and data share, realizing transfer-aware water-filling.
Load-bearing premise
The controller assumes that, on each domain's probe, the model is sufficiently calibrated so that its confidence ranks domains by true risk; if calibration fails badly on a domain's format, competence stops being a reliable headroom signal.
What would settle it
If competence no longer correlates with per-domain accuracy (or affinity no longer predicts leave-one-out transfer) on a new set of heterogeneous domains or a severely miscalibrated backbone, and the participation program therefore fails to beat a uniform mixture at the same data budget, the central claim is falsified.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper frames multi-domain LoRA fine-tuning as co-adaptive multi-task learning under a shared adapter and a data budget. It introduces two label-free, forward-only signals: a per-domain competence c_k (Eq. 2) whose level and trajectory estimate headroom and learning speed, and a signed cross-domain affinity A (Eq. 3) from probe-representation drift that predicts pairwise transfer. These enter an entropy-regularized quadratic program J(π) (Eq. 5) whose solution sets each domain’s participation (loss weight and data share). The controller is parameter-free, wraps any multi-task LoRA pipeline, and is supported by three propositions (competence tracks risk under calibration; the map is a contraction with unique fixed point; the solution is transfer-aware water-filling). Empirically, on five heterogeneous domains and two 7–8B backbones at a matched 50% budget, CoDA improves average accuracy over uniform/proportional/temperature/DoReMi mixtures, PCGrad/GradNorm, and GREATS, while reducing gradient conflict and nearly matching a label-using oracle.
Significance. If the results hold, the work supplies a practical, label-free controller for the two central levers of multi-task LoRA—how much each domain participates and which domains should be co-trained—under a binding budget. The combination of a competence signal, a drift-based affinity, and a small simplex program is cleanly motivated, and the paper supplies the right supporting apparatus: correlations against external oracles the controller never sees, ablations that isolate headroom/velocity/affinity, negative controls (single-domain and shuffled affinity), sensitivity sweeps, and three propositions with proofs (including a contraction argument and a water-filling interpretation). The empirical margin over strong baselines at half the data, plus the reduction in cross-domain gradient conflict, makes the method immediately useful for multi-domain instruction tuning and composable with sample selection and post-hoc merging.
major comments (2)
- Proposition 1 (Appendix A.2) and the validity of g_k (Eq. 4) rest on Assumption 1 (κ_k-calibration plus an ℓ-bi-Lipschitz confidence–entropy link). The paper reports a strong empirical correlation (r≈0.91) under its warmup protocol and notes the failure mode, but never reports ECE/κ_k on the probes, never tests a deliberately miscalibrated or format-novel domain, and never shows that the ranking by c_k remains faithful when the base model has never seen the format (code, biomedical). Because Table 2 shows that the learnability term alone already accounts for most of the gain, a short calibration diagnostic (or a controlled miscalibration experiment) is needed to underwrite the central label-free claim.
- The affinity estimator (Eq. 3) is validated by a high correlation with leave-one-out transfer (r≈0.94, Fig. 3a), yet the paper does not report how sensitive A is to probe size, layer choice under distribution shift, or early-training noise, nor whether the sign of A remains stable when domains are added or removed mid-run. Given that the affinity term is the distinctive relational contribution (Table 2: +0.7/+1.0), a brief stability check would strengthen the claim that participation is transfer-aware rather than merely headroom-aware.
minor comments (4)
- Figure 1(c) and the affinity matrix in Table 6 use slightly different numerical scales/entries; a single consistent matrix (or an explicit note that one is oracle transfer and the other is recovered A) would avoid confusion.
- The within-domain selector (middle-difficulty band) is ablated in Table 2(b), but the exact percentile cutoffs and whether they are recomputed each round are only stated in the appendix; a one-sentence clarification in §5 would help reproducibility.
- Notation: the same symbol A is used for the affinity matrix and (in places) for the LoRA factor; a brief disambiguation or a different symbol for the LoRA matrix would improve readability.
- The contraction condition 2η∥A∥2<τ is stated in Prop. 2 and satisfied by the defaults, but a short remark on how often it is checked (or enforced) in practice would be useful.
Circularity Check
No significant circularity: competence/affinity are external-oracle-validated label-free signals; the participation program and its three propositions are self-contained analysis of an explicitly defined objective, not forced by fit or self-citation.
full rationale
The derivation chain is open and non-circular. Competence (Eq. 2) is defined as mean normalized confidence on an unlabeled probe; affinity (Eq. 3) as cosine of representation drifts. Both are validated post-hoc against external oracles the controller never sees (per-domain accuracy r≈0.91; leave-one-out transfer r≈0.94). Marginal learnability g_k (Eq. 4) multiplies headroom and velocity; the participation objective J (Eq. 5) and fixed-point (Eq. 6) are written explicitly. Proposition 1 derives an affine link to risk only under the stated Assumption 1 (κ-calibration + bi-Lipschitz); it is not definitional. Propositions 2–3 are standard convex-analysis consequences (Hessian negative-definite under 2η∥A∥₂<τ; KKT water-filling) of that same objective; they do not import uniqueness theorems or ansätze from overlapping-author citations. The sole overlapping-author citation (Tang et al. 2026) appears only in related-work discussion of mergeability and is not used in any proof or controller equation. Hyperparameters η, τ are swept and shown robust; no parameter is fitted to the final accuracy table and then re-presented as a prediction. Negative controls (shuffled affinity, single-domain) further confirm the signals are not tautological. The paper is therefore self-contained against external benchmarks; score 0 is the correct outcome.
Axiom & Free-Parameter Ledger
free parameters (7)
- affinity weight η =
0.5
- entropy temperature τ =
0.5
- learnability floor β =
0.1
- controller period T =
100 steps
- probe size m =
256
- EMA coefficient for competence/centroids =
0.5
- within-domain difficulty band =
[20, 80] percentile
axioms (4)
- domain assumption On each domain probe the model is κ_k-calibrated and the confidence–entropy link is ℓ-bi-Lipschitz (Assumption 1).
- standard math If 2η∥A∥₂ < τ then J is strictly concave and the softmax fixed-point map is a contraction on the simplex.
- domain assumption Domains exhibit heterogeneous non-stationary learning curves and signed pairwise transfer under a shared adapter.
- ad hoc to paper Representation-drift cosine of probe centroids is a faithful surrogate for leave-one-out transfer.
invented entities (3)
-
Competence signal c_k (normalized mean confidence on unlabeled probe)
independent evidence
-
Cross-domain affinity A from probe-representation drift
independent evidence
-
CoDA participation program J(π) and transfer-aware water-filling solution
no independent evidence
read the original abstract
Fine-tuning a single low-rank adapter on many domains at once is multi-task learning: the domains must be co-learned, and how they share the adapter decides whether they help or hurt one another. Most efficient fine-tuning pipelines ignore this and train on a fixed, uniform mixture, leaving two coupled questions unanswered: how much should each domain participate, and which domains should be co-trained given that some transfer positively and others interfere? We show that both answers can be read off cheaply and without labels. A forward pass of the current shared adapter over a small unlabeled probe yields, per domain, a competence signal whose level tracks remaining headroom and whose trajectory tracks learning speed; the drift of these probe representations yields a signed cross-domain affinity that predicts pairwise transfer. We fold both into CoDA, a co-adaptive controller that solves a small entropy-regularized quadratic program on the simplex to set each domain's participation -- jointly its loss weight and its share of the sampled data -- rewarding high-headroom, still-learning, mutually synergistic domains and damping interfering ones. The controller is forward-only, adds no trainable parameters, and wraps any multi-task LoRA pipeline. Across five heterogeneous domains and two backbones, CoDA improves the average over uniform mixing, learned mixtures, gradient-surgery multi-task optimizers, and online data selection while using half the data, and lowers cross-domain gradient conflict. We prove that the competence signal tracks domain risk, that the participation program has a unique fixed point reached by a contraction, and that its solution performs transfer-aware water-filling; analysis, ablations, and controls corroborate each claim.
Figures
Reference graph
Works this paper leans on
-
[1]
Advances in Neural Information Processing Systems (NeurIPS) , year=
Energy-Based Out-of-Distribution Detection , author=. Advances in Neural Information Processing Systems (NeurIPS) , year=
-
[2]
arXiv preprint arXiv:2401.12689 , year=
Energy-based automated model evaluation , author=. arXiv preprint arXiv:2401.12689 , year=
-
[3]
International Conference on Learning Representations (ICLR) , year=
Your Classifier Is Secretly an Energy Based Model and You Should Treat It Like One , author=. International Conference on Learning Representations (ICLR) , year=
-
[4]
International Conference on Learning Representations (ICLR) , year=
A Baseline for Detecting Misclassified and Out-of-Distribution Examples in Neural Networks , author=. International Conference on Learning Representations (ICLR) , year=
-
[5]
International Conference on Learning Representations (ICLR) , year=
Leveraging Unlabeled Data to Predict Out-of-Distribution Performance , author=. International Conference on Learning Representations (ICLR) , year=
-
[6]
International Conference on Machine Learning (ICML) , year=
Predicting Out-of-Distribution Error with the Projection Norm , author=. International Conference on Machine Learning (ICML) , year=
-
[7]
IEEE/CVF International Conference on Computer Vision (ICCV) , year=
Predicting with Confidence on Unseen Distributions , author=. IEEE/CVF International Conference on Computer Vision (ICCV) , year=
-
[8]
Advances in Neural Information Processing Systems (NeurIPS) , year=
Semantic Density: Uncertainty Quantification for Large Language Models through Confidence Measurement in Semantic Space , author=. Advances in Neural Information Processing Systems (NeurIPS) , year=
-
[9]
Transactions on Machine Learning Research (TMLR) , year=
A Survey on Data Selection for Language Models , author=. Transactions on Machine Learning Research (TMLR) , year=
-
[10]
Zhou, Chunting and Liu, Pengfei and Xu, Puxin and Iyer, Srinivasan and Sun, Jiao and Mao, Yuning and Ma, Xuezhe and Efrat, Avia and Yu, Ping and Yu, Lili and others , booktitle=
-
[11]
Xia, Mengzhou and Malladi, Sadhika and Gururangan, Suchin and Arora, Sanjeev and Chen, Danqi , booktitle=
-
[12]
Chen, Lichang and Li, Shiyang and Yan, Jun and Wang, Hai and Gunaratna, Kalpa and Yadav, Vikas and Tang, Zheng and Srinivasan, Vijay and Zhou, Tianyi and Huang, Heng and Jin, Hongxia , booktitle=
-
[13]
Advances in Neural Information Processing Systems (NeurIPS) , year=
Data Selection for Language Models via Importance Resampling , author=. Advances in Neural Information Processing Systems (NeurIPS) , year=
-
[14]
Wettig, Alexander and Gupta, Aatmik and Malik, Saumya and Chen, Danqi , booktitle=
-
[15]
International Conference on Learning Representations (ICLR) , year=
What Makes Good Data for Alignment? A Comprehensive Study of Automatic Data Selection in Instruction Tuning , author=. International Conference on Learning Representations (ICLR) , year=
-
[16]
International Conference on Machine Learning (ICML) , year=
Prioritized Training on Points That Are Learnable, Worth Learning, and Not Yet Learnt , author=. International Conference on Machine Learning (ICML) , year=
-
[17]
Wang, Jiachen T and Wu, Tong and Song, Dawn and Mittal, Prateek and Jia, Ruoxi , booktitle=
-
[18]
arXiv preprint arXiv:2510.16882 , year=
Utility-diversity aware online batch selection for llm supervised fine-tuning , author=. arXiv preprint arXiv:2510.16882 , year=
-
[19]
The Long-Term Effects of Data Selection in
Yang, Yuxin and Zeng, Aoxiong and Yang, Xiangquan , journal=. The Long-Term Effects of Data Selection in
-
[20]
arXiv preprint arXiv:1511.06343 , year=
Online Batch Selection for Faster Training of Neural Networks , author=. arXiv preprint arXiv:1511.06343 , year=
-
[21]
International Conference on Machine Learning (ICML) , year=
Not All Samples Are Created Equal: Deep Learning with Importance Sampling , author=. International Conference on Machine Learning (ICML) , year=
-
[22]
Advances in Neural Information Processing Systems (NeurIPS) , year=
Deep Learning on a Data Diet: Finding Important Examples Early in Training , author=. Advances in Neural Information Processing Systems (NeurIPS) , year=
-
[23]
International Conference on Learning Representations (ICLR) , year=
Selection via Proxy: Efficient Data Selection for Deep Learning , author=. International Conference on Learning Representations (ICLR) , year=
-
[24]
Advances in Neural Information Processing Systems (NeurIPS) , year=
Beyond Neural Scaling Laws: Beating Power Law Scaling via Data Pruning , author=. Advances in Neural Information Processing Systems (NeurIPS) , year=
-
[25]
Annual Meeting of the Association for Computational Linguistics (ACL) , year=
Deduplicating Training Data Makes Language Models Better , author=. Annual Meeting of the Association for Computational Linguistics (ACL) , year=
-
[26]
Tirumala, Kushal and Simig, Daniel and Aghajanyan, Armen and Morcos, Ari , booktitle=
-
[27]
Advances in Neural Information Processing Systems (NeurIPS) , year=
No Train No Gain: Revisiting Efficient Training Algorithms for Transformer-Based Language Models , author=. Advances in Neural Information Processing Systems (NeurIPS) , year=
-
[28]
Xie, Sang Michael and Pham, Hieu and Dong, Xuanyi and Du, Nan and Liu, Hanxiao and Lu, Yifeng and Liang, Percy S and Le, Quoc V and Ma, Tengyu and Yu, Adams Wei , booktitle=
-
[29]
arXiv preprint arXiv:2403.16952 , year=
Data Mixing Laws: Optimizing Data Mixtures by Predicting Language Modeling Performance , author=. arXiv preprint arXiv:2403.16952 , year=
-
[30]
Advances in Neural Information Processing Systems (NeurIPS) , year=
Chen, Mayee F and Roberts, Nicholas and Bhatia, Kush and Wang, Jue and Zhang, Ce and Sala, Frederic and R. Advances in Neural Information Processing Systems (NeurIPS) , year=
-
[31]
Stanford
Taori, Rohan and Gulrajani, Ishaan and Zhang, Tianyi and Dubois, Yann and Li, Xuechen and Guestrin, Carlos and Liang, Percy and Hashimoto, Tatsunori B , year=. Stanford
-
[32]
Chaudhary, Sahil , year=. Code
-
[33]
Annual Meeting of the Association for Computational Linguistics (ACL) , year=
Self-Instruct: Aligning Language Models with Self-Generated Instructions , author=. Annual Meeting of the Association for Computational Linguistics (ACL) , year=
-
[34]
International Conference on Learning Representations (ICLR) , year=
Finetuned Language Models Are Zero-Shot Learners , author=. International Conference on Learning Representations (ICLR) , year=
-
[35]
International Conference on Machine Learning (ICML) , year=
Curriculum Learning , author=. International Conference on Machine Learning (ICML) , year=
-
[36]
Advances in Neural Information Processing Systems (NeurIPS) , year=
Self-Paced Learning for Latent Variable Models , author=. Advances in Neural Information Processing Systems (NeurIPS) , year=
-
[37]
Advances in Neural Information Processing Systems (NeurIPS) , year=
Gradient Surgery for Multi-Task Learning , author=. Advances in Neural Information Processing Systems (NeurIPS) , year=
-
[38]
Chen, Zhao and Badrinarayanan, Vijay and Lee, Chen-Yu and Rabinovich, Andrew , booktitle=
-
[39]
Advances in Neural Information Processing Systems (NeurIPS) , year=
Conflict-Averse Gradient Descent for Multi-Task Learning , author=. Advances in Neural Information Processing Systems (NeurIPS) , year=
-
[40]
Advances in Neural Information Processing Systems (NeurIPS) , year=
Multi-Task Learning as Multi-Objective Optimization , author=. Advances in Neural Information Processing Systems (NeurIPS) , year=
-
[41]
IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , year=
Multi-Task Learning Using Uncertainty to Weigh Losses for Scene Geometry and Semantics , author=. IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , year=
-
[42]
arXiv preprint arXiv:2009.09796 , year=
Multi-Task Learning with Deep Neural Networks: A Survey , author=. arXiv preprint arXiv:2009.09796 , year=
Pith/arXiv arXiv 2009
-
[43]
International Conference on Machine Learning (ICML) , year=
Which Tasks Should Be Learned Together in Multi-Task Learning? , author=. International Conference on Machine Learning (ICML) , year=
-
[44]
Advances in Neural Information Processing Systems (NeurIPS) , year=
Efficiently Identifying Task Groupings for Multi-Task Learning , author=. Advances in Neural Information Processing Systems (NeurIPS) , year=
-
[45]
arXiv preprint arXiv:1907.05019 , year=
Massively Multilingual Neural Machine Translation in the Wild: Findings and Challenges , author=. arXiv preprint arXiv:1907.05019 , year=
Pith/arXiv arXiv 1907
-
[46]
International Conference on Learning Representations (ICLR) , year=
Editing Models with Task Arithmetic , author=. International Conference on Learning Representations (ICLR) , year=
-
[47]
Yadav, Prateek and Tam, Derek and Choshen, Leshem and Raffel, Colin A and Bansal, Mohit , journal=
-
[48]
International Conference on Machine Learning (ICML) , year=
Language Models Are Super Mario: Absorbing Abilities from Homologous Models as a Free Lunch , author=. International Conference on Machine Learning (ICML) , year=
-
[49]
Merging Models with
Matena, Michael S and Raffel, Colin A , journal=. Merging Models with
-
[50]
Advances in Neural Information Processing Systems (NeurIPS) , year=
Task Arithmetic in the Tangent Space: Improved Editing of Pre-Trained Models , author=. Advances in Neural Information Processing Systems (NeurIPS) , year=
-
[51]
arXiv preprint arXiv:2310.04742 , year=
Parameter-Efficient Multi-Task Model Fusion with Partial Linearization , author=. arXiv preprint arXiv:2310.04742 , year=
-
[52]
International Conference on Learning Representations (ICLR) , year=
Dataless Knowledge Fusion by Merging Weights of Language Models , author=. International Conference on Learning Representations (ICLR) , year=
-
[53]
Huang, Chengsong and Liu, Qian and Lin, Bill Yuchen and Pang, Tianyu and Du, Chao and Lin, Min , booktitle=
-
[54]
International Conference on Machine Learning (ICML) , year=
Model Soups: Averaging Weights of Multiple Fine-Tuned Models Improves Accuracy without Increasing Inference Time , author=. International Conference on Machine Learning (ICML) , year=
-
[55]
Model Merging with
Stoica, George and Ramesh, Pratik and Ecsedi, Boglarka and Choshen, Leshem and Hoffman, Judy , booktitle=. Model Merging with
-
[56]
arXiv preprint arXiv:2606.19549 , year=
Predicting Mergeability of Parameter-Efficient Fine-Tuning Updates , author=. arXiv preprint arXiv:2606.19549 , year=
-
[57]
Decouple and Orthogonalize: A Data-Free Framework for
Zheng, Shenghe and Wang, Hongzhi and Huang, Chenyu and Wang, Xiaohui and Chen, Tao and Fan, Jiayuan and Hu, Shuyue and Ye, Peng , journal=. Decouple and Orthogonalize: A Data-Free Framework for
-
[58]
Unraveling
Zhang, Haobo and Zhou, Jiayu , booktitle=. Unraveling
-
[59]
Findings of the Association for Computational Linguistics: EMNLP , year=
Orthogonal Subspace Learning for Language Model Continual Learning , author=. Findings of the Association for Computational Linguistics: EMNLP , year=
-
[60]
Transactions on Machine Learning Research (TMLR) , year=
Soft Merging of Experts with Adaptive Routing , author=. Transactions on Machine Learning Research (TMLR) , year=
-
[61]
Parameter-Efficient Transfer Learning for
Houlsby, Neil and Giurgiu, Andrei and Jastrzebski, Stanislaw and Morrone, Bruna and De Laroussilhe, Quentin and Gesmundo, Andrea and Attariyan, Mona and Gelly, Sylvain , booktitle=. Parameter-Efficient Transfer Learning for
-
[62]
Hu, Edward J and Shen, Yelong and Wallis, Phillip and Allen-Zhu, Zeyuan and Li, Yuanzhi and Wang, Shean and Wang, Lu and Chen, Weizhu , booktitle=
-
[63]
Dettmers, Tim and Pagnoni, Artidoro and Holtzman, Ari and Zettlemoyer, Luke , journal=
-
[64]
Annual Meeting of the Association for Computational Linguistics (ACL) , year=
Prefix-Tuning: Optimizing Continuous Prompts for Generation , author=. Annual Meeting of the Association for Computational Linguistics (ACL) , year=
-
[65]
Conference on Empirical Methods in Natural Language Processing (EMNLP) , year=
The Power of Scale for Parameter-Efficient Prompt Tuning , author=. Conference on Empirical Methods in Natural Language Processing (EMNLP) , year=
-
[66]
Zhang, Qingru and Chen, Minshuo and Bukharin, Alexander and Karampatziakis, Nikos and He, Pengcheng and Cheng, Yu and Chen, Weizhu and Zhao, Tuo , journal=
-
[67]
Liu, Shih-Yang and Wang, Chien-Yi and Yin, Hongxu and Molchanov, Pavlo and Wang, Yu-Chiang Frank and Cheng, Kwang-Ting and Chen, Min-Hung , booktitle=
-
[68]
arXiv preprint arXiv:2311.11696 , year=
Sparse Low-Rank Adaptation of Pre-Trained Language Models , author=. arXiv preprint arXiv:2311.11696 , year=
-
[69]
Kopiczko, Dawid Jan and Blankevoort, Tijmen and Asano, Yuki M , booktitle=
-
[70]
arXiv preprint arXiv:2012.13255 , year=
Intrinsic Dimensionality Explains the Effectiveness of Language Model Fine-Tuning , author=. arXiv preprint arXiv:2012.13255 , year=
Pith/arXiv arXiv 2012
-
[71]
Hu, Zhiqiang and Wang, Lei and Lan, Yihuai and Xu, Wanyu and Lim, Ee-Peng and Bing, Lidong and Xu, Xing and Poria, Soujanya and Lee, Roy Ka-Wei , booktitle=
-
[72]
Zou, Heming and Zang, Yunliang and Xu, Wutong and Zhu, Yao and Ji, Xiangyang , journal=
-
[73]
Dou, Shihan and Zhou, Enyu and Liu, Yan and Gao, Songyang and Zhao, Jun and Shen, Wei and Zhou, Yuhao and Xi, Zhiheng and Wang, Xiao and Fan, Xiaoran and others , journal=
-
[74]
Li, Dengchun and Ma, Yingzi and Wang, Naizheng and Ye, Zhengmao and Cheng, Zhiyuan and Tang, Yinghao and Zhang, Yan and Duan, Lei and Zuo, Jie and Yang, Cal and others , journal=
-
[75]
Mixture of
Wu, Xun and Huang, Shaohan and Wei, Furu , booktitle=. Mixture of
-
[76]
Tian, Chunlin and Shi, Zhan and Guo, Zhijiang and Li, Li and Xu, Cheng-Zhong , journal=
-
[77]
Higher Layers Need More
Gao, Chongyang and Chen, Kezhen and Rao, Jinmeng and Sun, Baochen and Liu, Ruibo and Peng, Daiyi and Zhang, Yawen and Guo, Xiaoyuan and Yang, Jie and Subrahmanian, VS , journal=. Higher Layers Need More
-
[78]
Liao, Mengqi and Chen, Wei and Shen, Junfeng and Guo, Shengnan and Wan, Huaiyu , booktitle=
-
[79]
Conference on Empirical Methods in Natural Language Processing (EMNLP) , year=
Mixture-of-Subspaces in Low-Rank Adaptation , author=. Conference on Empirical Methods in Natural Language Processing (EMNLP) , year=
-
[80]
Pushing Mixture of Experts to the Limit: Extremely Parameter-Efficient
Zadouri, Ted and. Pushing Mixture of Experts to the Limit: Extremely Parameter-Efficient. International Conference on Learning Representations (ICLR) , year=
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.