paper-with-me

Papers

MultiLoRA: Democratizing LoRA for Better Multi-Task Learning

2023-11-20 · Yiming Wang, Yu Lin, Xiaodong Zeng, Guannan Zhang

LoRA achieves remarkable resource efficiency and comparable performance when adapting LLMs for specific tasks. Since ChatGPT demonstrated superior performance on various tasks, there has been a growing desire to adapt one model for all tasks. However, the explicit low-rank of LoRA limits the adaptation performance in complex multi-task scenarios. LoRA is dominated by a small number of top singular vectors while fine-tuning decomposes into a set of less important unitary transforms. In this paper, we propose MultiLoRA for better multi-task adaptation by reducing the dominance of top singular vectors observed in LoRA. MultiLoRA scales LoRA modules horizontally and change parameter initialization of adaptation matrices to reduce parameter dependency, thus yields more balanced unitary subspaces. We unprecedentedly construct specialized training data by mixing datasets of instruction follow, natural language understanding, world knowledge, to cover semantically and syntactically different samples. With only 2.5% of additional parameters, MultiLoRA outperforms single LoRA counterparts and fine-tuning on multiple benchmarks and model scales. Further investigation into weight update matrices of MultiLoRA exhibits reduced dependency on top singular vectors and more democratic unitary transform contributions.

📄 PDF Abstract BibTeX arXiv:2311.11501

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Task LearningNatural Language UnderstandingWorld Knowledge

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Model Fusion with Multi-LoRA Inference for Tool-Enhanced Game Dialogue Agents

2025-09-29 · Kangxu Wang, Ze Chen, Chengcheng Wei, Jiewen Zheng 외 arxiv

This paper presents the opdainlp team's solution for the GPU track of the CPDC 2025 challenge. The challenge consists of three tasks, aiming to build an in-game conversational AI that adheres to character personas, align…

Response Generation

PEML: Parameter-efficient Multi-Task Learning with Optimized Continuous Prompts

2026-05-13 · Anjir Ahmed Chowdhury, Syed Zawad, Xiaolong Ma, Xu Dong 외 arxiv

Parameter-Efficient Fine-Tuning (PEFT) is widely used for adapting Large Language Models (LLMs) for various tasks. Recently, there has been an increasing demand for fine-tuning a single LLM for multiple tasks because it …

parameter-efficient fine-tuningMulti-Task Learning

Text-to-LoRA: Instant Transformer Adaption

2025-06-06 · Rujikorn Charakorn, Edoardo Cetin, Yujin Tang, Robert Tjarko Lange

While Foundation Models provide a general tool for rapid content creation, they regularly require task-specific adaptation. Traditionally, this exercise involves careful curation of datasets and repeated fine-tuning of t…

ARCGSM8K

Stylebreeder: Exploring and Democratizing Artistic Styles through Text-to-Image Models

2024-06-20 · Matthew Zheng, Enis Simsar, Hidir Yesiltepe, Federico Tombari 외

Text-to-image models are becoming increasingly popular, revolutionizing the landscape of digital art creation by enabling highly detailed and creative visual content generation. These models have been widely employed acr…

Optimizing Language Models for Grammatical Acceptability: A Comparative Study of Fine-Tuning Techniques

2025-01-14 · Shobhit Ratan, Farley Knight, Ghada Jerfel, Sze Chung Ho

This study explores the fine-tuning (FT) of the Open Pre-trained Transformer (OPT-125M) for grammatical acceptability tasks using the CoLA dataset. By comparing Vanilla-Fine-Tuning (VFT), Pattern-Based-Fine-Tuning (PBFT)…

CoLAComputational Efficiencyparameter-efficient fine-tuning