AdaMix introduces a mixture-of-adapters approach to parameter-efficient fine-tuning that consistently beats state-of-the-art baselines across major NLP benchmarks. Tested on GLUE, E2E, WebNLG, and DART, AdaMix not only matches but often outperforms full model fine-tuning with BERT, RoBERTa, and GPT-2. Its advantage extends to few-shot learning, where AdaMix narrows the performance gap with full prompt-based fine-tuning, delivering strong results with fewer labeled examples.AdaMix introduces a mixture-of-adapters approach to parameter-efficient fine-tuning that consistently beats state-of-the-art baselines across major NLP benchmarks. Tested on GLUE, E2E, WebNLG, and DART, AdaMix not only matches but often outperforms full model fine-tuning with BERT, RoBERTa, and GPT-2. Its advantage extends to few-shot learning, where AdaMix narrows the performance gap with full prompt-based fine-tuning, delivering strong results with fewer labeled examples.

Smarter Fine-Tuning for NLU and NLG Tasks

2025/10/01 19:00

Abstract and 1. Introduction

  1. Background

    2.1 Mixture-of-Experts

    2.2 Adapters

  2. Mixture-of-Adaptations

    3.1 Routing Policy

    3.2 Consistency regularization

    3.3 Adaptation module merging and 3.4 Adaptation module sharing

    3.5 Connection to Bayesian Neural Networks and Model Ensembling

  3. Experiments

    4.1 Experimental Setup

    4.2 Key Results

    4.3 Ablation Study

  4. Related Work

  5. Conclusions

  6. Limitations

  7. Acknowledgment and References

Appendix

A. Few-shot NLU Datasets B. Ablation Study C. Detailed Results on NLU Tasks D. Hyper-parameter

4 Experiments

4.1 Experimental Setup

Dataset. We perform experiments on a wide range of tasks including eight natural language understanding (NLU) tasks in the General Language Understanding Evaluation (GLUE) benchmark (Wang et al., 2019) and three natural language generation (NLG) tasks, namely, E2E (Novikova et al., 2017), WebNLG (Gardent et al., 2017) and DART (Nan et al., 2020). For the NLU and NLG tasks, we follow the same setup as (Houlsby et al., 2019) and (Li and Liang, 2021; Hu et al., 2021), respectively.

\ Baselines. We compare AdaMix to full model fine-tuning and several state-of-the-art parameterefficient fine-tuning (PEFT) methods, namely, Pfeiffer Adapter (Pfeiffer et al., 2021), Houlsby Adapter (Houlsby et al., 2019), BitFit (Zaken et al., 2021), Prefix-tuning (Li and Liang, 2021), UNIPELT (Mao et al., 2021) and LoRA (Hu et al., 2021). We use BERT-base (Devlin et al., 2019) and RoBERTa-large (Liu et al., 2019) as encoders for NLU tasks (results in Table 1 and Table 2), and GPT-2 (Brown et al., 2020) for NLG tasks (results in Table 3).

\ AdaMix implementation details. We implement AdaMix in Pytorch and use Tesla V100 gpus for experiments with detailed hyper-parameter configurations presented in Section D in Appendix. AdaMix with adapters uses a dimension of 16 and 48 using BERT-base and RoBERTa-large encoders following the setup of (Hu et al., 2021; Mao et al., 2021) for fair comparison. AdaMix with LoRA uses rank r = 4 following the setup of (Hu et al., 2021) to keep the same number of adaptation parameters during inference. The number of adaptation modules in AdaMix is set to 4 for all the tasks and encoders unless otherwise specified. The impact of adapter dimension and number of adaptation modules for NLU tasks are investigated in Table 9 and 10. For most of the experiments and ablation analysis, we report results from AdaMix with adapters for NLU tasks. For demonstrating the generalizability of our framework, we report results from AdaMix with LoRA (Hu et al., 2021) as the underlying PEFT mechanism for NLG tasks.

\

4.2 Key Results

4.2.1 NLU Tasks

\ Tables 1 and 2 show the performance comparison among PEFT models with RoBERTa-large and BERT-base encoders respectively. Fully fine-tuned

\ \ Table 1: Results for NLU tasks on GLUE development set with RoBERTa-large encoder. The best result on each task is in bold and “-” denotes missing measure. AdaMix with a mixture of adapters outperforms all competing methods as well as fully fine-tuned large model with only 0.23% tunable parameters.† denotes results reported from (Hu et al., 2021). Mcc refers to Matthews correlation coefficient, and Pearson refers to Pearson correlation. #Param. denotes the number of tunable adaptation parameters used during inference.

\ \ RoBERTa-large and BERT-base provide the ceiling performance. We observe AdaMix with a mixture-of-adapters to significantly outperform other state-of-the-art baselines on most tasks with different encoders. AdaMix with adapters is the only PEFT method which outperforms full model fine-tuning on all the tasks and on average score.

\ \

\ \ 4.2.2 NLG Tasks

\ AdaMix leverages mixture of adaptations to improve over underlying PEFT method as demonstrated in Table 3 for E2E NLG i.e. AdaMix with LoRA and AdaMix with adapters outperform LoRA (Hu et al., 2021) and adapters (Houlsby et al., 2019) respectively. We report results on DART and WebNLG in Tables 4 and 5 in Appendix.

\ 4.2.3 Few-shot NLU

\ In contrast to the fully supervised setting in the above experiments, we also perform few-shot experiments on six GLUE tasks following the same setup (e.g., shots, train and test splits) and evaluation as in (Wang et al., 2021). Detailed experimental configuration presented in Section A of Appendix. AdaMix uses a mixture-of-adapters with prompt-based fine-tuning (Gao et al., 2021).

\ Table 6 shows the performance comparison among different PEFT methods with |K| = 30 labeled examples with RoBERTa-large as frozen encoder. We observe significant performance gap for most PEFT methods with full model promptbased fine-tuning i.e. with all model parameters being updated. AdaMix with adapters outperforms full model tuning performance for few-shot NLU similar to that in the fully supervised setting. Note that AdaMix and LiST (Wang et al., 2021) use similar adapter design with prompt-based fine-tuning.

\

:::info Authors:

(1) Yaqing Wang, Purdue University (wang5075@purdue.edu);

(2) Sahaj Agarwal, Microsoft (sahagar@microsoft.com);

(3) Subhabrata Mukherjee, Microsoft Research (submukhe@microsoft.com);

(4) Xiaodong Liu, Microsoft Research (xiaodl@microsoft.com);

(5) Jing Gao, Purdue University (jinggao@purdue.edu);

(6) Ahmed Hassan Awadallah, Microsoft Research (hassanam@microsoft.com);

(7) Jianfeng Gao, Microsoft Research (jfgao@microsoft.com).

:::


:::info This paper is available on arxiv under CC BY 4.0 DEED license.

:::

\

Disclaimer: The articles reposted on this site are sourced from public platforms and are provided for informational purposes only. They do not necessarily reflect the views of MEXC. All rights remain with the original authors. If you believe any content infringes on third-party rights, please contact service@support.mexc.com for removal. MEXC makes no guarantees regarding the accuracy, completeness, or timeliness of the content and is not responsible for any actions taken based on the information provided. The content does not constitute financial, legal, or other professional advice, nor should it be considered a recommendation or endorsement by MEXC.
Share Insights

You May Also Like

The Beijing Procuratorate announced a case of illegal USDT cross-border foreign exchange transactions involving over 1.1 billion yuan.

The Beijing Procuratorate announced a case of illegal USDT cross-border foreign exchange transactions involving over 1.1 billion yuan.

PANews reported on October 29th that, according to a report by 21st Century Business Herald, on October 28th, the Beijing Municipal People's Procuratorate released "Typical Cases of High-Quality and Efficient Performance of Financial Procuratorial Duties" (2024-2025). One case involved "using virtual currency to indirectly buy and sell foreign exchange, involving over 1.1 billion yuan." Between January and August 2023, Lin Jia, under the instruction of others, colluded with Lin Yi, Xia, Bao, and Chen to use multiple bank cards under their names to receive large amounts of RMB funds transferred from clients (such as Liu) connected to the "upstream" of an illegal currency exchange organization. This gang used virtual currency as a "bridge" to achieve the illegal purpose of cross-border fund transfers: Lin Jia and others converted the received RMB into USDT through multiple USDT trading platform accounts they actually controlled, and then completed the cross-border fund transfer through platform transactions, essentially engaging in disguised foreign exchange trading and profiting from it. According to the report, the total illegal business activities of the gang amounted to over 1.182 billion yuan, of which five members, including Xia and Bao, participated in activities ranging from over 149 million yuan to over 469 million yuan. On March 21, 2025, the Haidian District People's Court of Beijing issued a first-instance verdict, sentencing all five defendants to prison terms ranging from two to four years for the crime of illegal business operations, and imposing corresponding fines.
Share
2025/10/29 09:42
Justin Bieber’s First No. 1 Single Turns 10

Justin Bieber’s First No. 1 Single Turns 10

The post Justin Bieber’s First No. 1 Single Turns 10 appeared on BitcoinEthereumNews.com. Justin Bieber earned his first No. 1 on the Hot 100 in 2015 with “What Do You Mean?,” a song that marked his transition into mature pop sounds. NEW YORK, NY – MAY 04: Singer Justin Bieber attends the ‘China: Through The Looking Glass’ Costume Institute Benefit Gala at the Metropolitan Museum of Art on May 4, 2015 in New York City. (Photo by Dimitrios Kambouris/Getty Images) Getty Images Justin Bieber’s music career was essentially nonexistent for several years, and fans were beginning to wonder when they’d get to hear from the pop star again — until, out of nowhere, he revealed his new album Swag would drop in just a few hours. The full-length, which blended pop and R&B, arrived shortly thereafter in mid-July, and it brought him back to the highest reaches of several Billboard charts this summer. More recently, Bieber delivered a second installment, titled, appropriately, Swag II, which is counted together with Swag for charting purposes in the United States As he celebrates songs from Swag II and the continued success of multiple tracks from the first edition, his first leader on the Hot 100 turns 10. “What Do You Mean?” Debuted at No. 1 “What Do You Mean?” debuted at No. 1 a decade ago, opening atop the Hot 100 on the chart dated September 19, 2015. The cut was not only Bieber’s first to start in first place, but — amazingly — his first ruler on the most competitive songs ranking in America. Justin Bieber Was a Superstar Without a No. 1 By the time “What Do You Mean?” arrived, Bieber was already one of the biggest pop stars on the planet. He’d racked up multiple hits in America, but he had never managed to lead the Hot 100. The Canadian musician had come…
Share
2025/09/19 23:07