paper-with-me

홈 › Papers

SMoA: Sparse Mixture of Adapters to Mitigate Multiple Dataset Biases

2023-02-28 · Yanchen Liu, Jing Yan, Yan Chen, Jing Liu, Hua Wu

Recent studies reveal that various biases exist in different NLP tasks, and over-reliance on biases results in models' poor generalization ability and low adversarial robustness. To mitigate datasets biases, previous works propose lots of debiasing techniques to tackle specific biases, which perform well on respective adversarial sets but fail to mitigate other biases. In this paper, we propose a new debiasing method Sparse Mixture-of-Adapters (SMoA), which can mitigate multiple dataset biases effectively and efficiently. Experiments on Natural Language Inference and Paraphrase Identification tasks demonstrate that SMoA outperforms full-finetuning, adapter tuning baselines, and prior strong debiasing methods. Further analysis indicates the interpretability of SMoA that sub-adapter can capture specific pattern from the training data and specialize to handle specific bias.

📄 PDF Abstract BibTeX arXiv:2302.14413

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial RobustnessNatural Language InferenceParaphrase Identification

Methods 이 논문이 사용한 방법론

fail 설명 없음
Adapter 설명 없음

Similar Papers 제목 키워드 기반

SMoA: Improving Multi-agent Large Language Models with Sparse Mixture-of-Agents

2024-11-05 · Dawei Li, Zhen Tan, Peijia Qian, YiFan Li 외

While multi-agent systems have been shown to significantly enhance the performance of Large Language Models (LLMs) across various tasks and applications, the dense interaction between scaling agents potentially hampers t…

DiversityFairness

Exploring Training on Heterogeneous Data with Mixture of Low-rank Adapters

2024-06-14 · YuHang Zhou, Zihua Zhao, Haolin Li, Siyuan Du 외

Training a unified model to take multiple targets into account is a trend towards artificial general intelligence. However, how to efficiently mitigate the training conflicts among heterogeneous data collected from diffe…

MoSA: Mixture of Sparse Adapters for Visual Efficient Tuning

2023-12-05 · Qizhe Zhang, Bocheng Zou, Ruichuan An, Jiaming Liu 외

With the rapid growth in the scale of pre-trained foundation models, parameter-efficient fine-tuning techniques have gained significant attention, among which Adapter Tuning is the most widely used. Despite achieving eff…

parameter-efficient fine-tuning

SMoA: Spectrum Modulation Adapter for Parameter-Efficient Fine-Tuning

2026-05-20 · Yongkang Liu, Xing Li, Mengjie Zhao, Shanru Zhang 외 arxiv

As the number of model parameters increases, parameter-efficient fine-tuning (PEFT) has become the go-to choice for tailoring pre-trained large language models. Low-rank Adaptation (LoRA) uses a low-rank update method to…

parameter-efficient fine-tuning

Little By Little: Continual Learning via Self-Activated Sparse Mixture-of-Rank Adaptive Learning

2025-06-26 · Haodong Lu, Chongyang Zhao, Jason Xue, Lina Yao 외

Continual learning (CL) with large pre-trained models is challenged by catastrophic forgetting and task interference. Existing LoRA-based Mixture-of-Experts (MoE) approaches mitigate forgetting by assigning and freezing …

Continual LearningMixture-of-Experts