The Trade-off between Performance, Efficiency, and Fairness in Adapter Modules for Text Classification
Minh Duc Bui, Katharina von der Wense

TL;DR
This paper investigates the trade-offs between performance, efficiency, and fairness in adapter modules for text classification, revealing that adapters maintain accuracy and efficiency but can unpredictably affect fairness, necessitating case-by-case evaluation.
Contribution
It provides a comprehensive analysis of how adapter modules impact not only performance and efficiency but also fairness, highlighting the need for nuanced assessment in NLP models.
Findings
Adapters match finetuned models in accuracy and reduce training time.
Adapters have mixed effects on fairness across sensitive groups.
Bias impact of adapters depends on the bias level of the finetuned model.
Abstract
Current natural language processing (NLP) research tends to focus on only one or, less frequently, two dimensions - e.g., performance, privacy, fairness, or efficiency - at a time, which may lead to suboptimal conclusions and often overlooking the broader goal of achieving trustworthy NLP. Work on adapter modules (Houlsby et al., 2019; Hu et al., 2021) focuses on improving performance and efficiency, with no investigation of unintended consequences on other aspects such as fairness. To address this gap, we conduct experiments on three text classification datasets by either (1) finetuning all parameters or (2) using adapter modules. Regarding performance and efficiency, we confirm prior findings that the accuracy of adapter-enhanced models is roughly on par with that of fully finetuned models, while training time is substantially reduced. Regarding fairness, we show that adapter modules…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsMachine Learning and Data Classification
MethodsAdapter · Focus
