paper-with-me

Papers

AdaMoLE: Fine-Tuning Large Language Models with Adaptive Mixture of Low-Rank Adaptation Experts

2024-05-01 · Zefang Liu, Jiahua Luo

We introduce AdaMoLE, a novel method for fine-tuning large language models (LLMs) through an Adaptive Mixture of Low-Rank Adaptation (LoRA) Experts. Moving beyond conventional methods that employ a static top-k strategy for activating experts, AdaMoLE dynamically adjusts the activation threshold using a dedicated threshold network, adaptively responding to the varying complexities of different tasks. By replacing a single LoRA in a layer with multiple LoRA experts and integrating a gating function with the threshold mechanism, AdaMoLE effectively selects and activates the most appropriate experts based on the input context. Our extensive evaluations across a variety of commonsense reasoning and natural language processing tasks show that AdaMoLE exceeds baseline performance. This enhancement highlights the advantages of AdaMoLE's adaptive selection of LoRA experts, improving model effectiveness without a corresponding increase in the expert count. The experimental validation not only confirms AdaMoLE as a robust approach for enhancing LLMs but also suggests valuable directions for future research in adaptive expert selection mechanisms, potentially broadening the scope for optimizing model performance across diverse language processing tasks.

📄 PDF Abstract BibTeX arXiv:2405.00361

Code (1)

zefang-liu/adamole 공식 구현 pytorch

Tasks

Multiple Choice Question Answering (MCQA)

Similar Papers 제목 키워드 기반

Navigating the Landscape of Large Language Models: A Comprehensive Review and Analysis of Paradigms and Fine-Tuning Strategies

2024-04-13 · Benjue Weng

With the surge of ChatGPT,the use of large models has significantly increased,rapidly rising to prominence across the industry and sweeping across the internet. This article is a comprehensive review of fine-tuning metho…

Few-Shot LearningKnowledge DistillationMulti-Task Learningparameter-efficient fine-tuning

Prompt Tuning or Fine-Tuning - Investigating Relational Knowledge in Pre-Trained Language Models

2021-06-22 · AKBC 2021 10 · Leandra Fichtel, Jan-Christoph Kalo, Wolf-Tilo Balke

Extracting relational knowledge from large pre-trained language models by a cloze-style sentence serving as a query has shown promising results. In particular, language models can be queried similar to knowledge graphs. …

fill-maskFill MaskKnowledge GraphsLanguage Modeling+3

Towards Adaptive Prefix Tuning for Parameter-Efficient Language Model Fine-tuning

2023-05-24 · Zhen-Ru Zhang, Chuanqi Tan, Haiyang Xu, Chengyu Wang 외

Fine-tuning large pre-trained language models on various downstream tasks with whole parameters is prohibitively expensive. Hence, Parameter-efficient fine-tuning has attracted attention that only optimizes a few task-sp…

Language ModelingLanguage ModellingNERparameter-efficient fine-tuning

Fine-Tuning Pre-Trained Language Models Effectively by Optimizing Subnetworks Adaptively

2022-11-03 · Haojie Zhang, Ge Li, Jia Li, Zhongjin Zhang 외

Large-scale pre-trained language models have achieved impressive results on a wide range of downstream tasks recently. However, fine-tuning an extremely large-scale pre-trained language model on limited target datasets i…

Language ModelingLanguage Modelling

Adapting Pre-trained Language Models to African Languages via Multilingual Adaptive Fine-Tuning

2022-04-13 · COLING 2022 10 · Jesujoba O. Alabi, David Ifeoluwa Adelani, Marius Mosbach, Dietrich Klakow

Multilingual pre-trained language models (PLMs) have demonstrated impressive performance on several downstream tasks for both high-resourced and low-resourced languages. However, there is still a large performance drop f…

Cross-Lingual TransferLanguage ModellingNERparameter-efficient fine-tuning+6