paper-with-me

Papers

Prompt Tuning Strikes Back: Customizing Foundation Models with Low-Rank Prompt Adaptation

2024-05-24 · Abhinav Jain, Swarat Chaudhuri, Thomas Reps, Chris Jermaine

Parameter-Efficient Fine-Tuning (PEFT) has become the standard for customising Foundation Models (FMs) to user-specific downstream tasks. However, typical PEFT methods require storing multiple task-specific adapters, creating scalability issues as these adapters must be housed and run at the FM server. Traditional prompt tuning offers a potential solution by customising them through task-specific input prefixes, but it under-performs compared to other PEFT methods like LoRA. To address this gap, we propose Low-Rank Prompt Adaptation (LoPA), a prompt-tuning-based approach that performs on par with state-of-the-art PEFT methods and full fine-tuning while being more parameter-efficient and not requiring a server-based adapter. LoPA generates soft prompts by balancing between sharing task-specific information across instances and customization for each instance. It uses a low-rank decomposition of the soft-prompt component encoded for each instance to achieve parameter efficiency. We provide a comprehensive evaluation on multiple natural language understanding and code generation and understanding tasks across a wide range of foundation models with varying sizes.

📄 PDF Abstract BibTeX arXiv:2405.15282

Code (1)

jabhinav/prompt-tuning-strikes-back-with-lopa 공식 구현 pytorch

Tasks

Code GenerationNatural Language Understandingparameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

StablePrompt: Automatic Prompt Tuning using Reinforcement Learning for Large Language Models

2024-10-10 · Minchan Kwon, Gaeun Kim, Jongsuk Kim, Haeil Lee 외

Finding appropriate prompts for the specific task has become an important issue as the usage of Large Language Models (LLM) has expanded. Reinforcement Learning (RL) is widely used for prompt tuning, but its inherent ins…

Question AnsweringReinforcement Learning (RL)text-classificationText Classification+1

Customizing Visual-Language Foundation Models for Multi-modal Anomaly Detection and Reasoning

2024-03-17 · Xiaohao Xu, Yunkang Cao, Huaxin Zhang, Nong Sang 외

Anomaly detection is vital in various industrial scenarios, including the identification of unusual patterns in production lines and the detection of manufacturing defects for quality control. Existing techniques tend to…

Anomaly Detection

DAGPrompT: Pushing the Limits of Graph Prompting with a Distribution-aware Graph Prompt Tuning Approach

2025-01-25 · Qin Chen, Liang Wang, Bo Zheng, Guojie Song

The pre-train then fine-tune approach has advanced GNNs by enabling general knowledge capture without task-specific labels. However, an objective gap between pre-training and downstream tasks limits its effectiveness. Re…

General KnowledgeGraph Classification

CU-ICU: Customizing Unsupervised Instruction-Finetuned Language Models for ICU Datasets via Text-to-Text Transfer Transformer

2025-07-18 · Teerapong Panboonyuen arxiv

Integrating large language models into specialized domains like healthcare presents unique challenges, including domain adaptation and limited labeled data. We introduce CU-ICU, a method for customizing unsupervised inst…

Mortality PredictionDomain Adaptation

Learning and Editing Universal Graph Prompt Tuning via Reinforcement Learning

2025-12-09 · Jinfeng Xu, Zheyu Chen, Shuo Yang, Jinze Li 외 arxiv

Early graph prompt tuning approaches relied on task-specific designs for Graph Neural Networks (GNNs), limiting their adaptability across diverse pre-training strategies. In contrast, another promising line of research h…

Reinforcement Learning