paper-with-me

홈 › Papers

LoPT: Low-Rank Prompt Tuning for Parameter Efficient Language Models

2024-06-27 · Shouchang Guo, Sonam Damani, Keng-hao Chang

In prompt tuning, a prefix or suffix text is added to the prompt, and the embeddings (soft prompts) or token indices (hard prompts) of the prefix/suffix are optimized to gain more control over language models for specific tasks. This approach eliminates the need for hand-crafted prompt engineering or explicit model fine-tuning. Prompt tuning is significantly more parameter-efficient than model fine-tuning, as it involves optimizing partial inputs of language models to produce desired outputs. In this work, we aim to further reduce the amount of trainable parameters required for a language model to perform well on specific tasks. We propose Low-rank Prompt Tuning (LoPT), a low-rank model for prompts that achieves efficient prompt optimization. The proposed method demonstrates similar outcomes to full parameter prompt tuning while reducing the number of trainable parameters by a factor of 5. It also provides promising results compared to the state-of-the-art methods that would require 10 to 20 times more parameters.

📄 PDF Abstract BibTeX arXiv:2406.19486

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingPrompt Engineering

Similar Papers 제목 키워드 기반

Investigating the Influence of Prompt-Specific Shortcuts in AI Generated Text Detection

2024-06-24 · Choonghyun Park, Hyuhng Joon Kim, Junyeob Kim, Youna Kim 외

AI Generated Text (AIGT) detectors are developed with texts from humans and LLMs of common tasks. Despite the diversity of plausible prompt choices, these datasets are generally constructed with a limited number of promp…

DiversityText Detection

SLOPT: Bandit Optimization Framework for Mutation-Based Fuzzing

2022-11-07 · Yuki Koike, Hiroyuki Katsura, Hiromu Yakura, Yuma Kurogome

Mutation-based fuzzing has become one of the most common vulnerability discovery solutions over the last decade. Fuzzing can be optimized when targeting specific programs, and given that, some studies have employed onlin…

CPU

InjectRBP: Steering Large Language Model Reasoning Behavior via Pattern Injection

2026-02-12 · Xiuping Wu, Zhao Yu, Yuxin Cheng, Ngai Wong 외 arxiv

Reasoning can significantly enhance the performance of Large Language Models. While recent studies have exploited behavior-related prompts adjustment to enhance reasoning, these designs remain largely intuitive and lack …

Parameter-Efficient Fine-Tuning for Medical Text Summarization: A Comparative Study of Lora, Prompt Tuning, and Full Fine-Tuning

2026-03-23 · Ulugbek Shernazarov, Rostislav Svitsov, Bin Shi arxiv

Fine-tuning large language models for domain-specific tasks such as medical text summarization demands substantial computational resources. Parameter-efficient fine-tuning (PEFT) methods offer promising alternatives by u…

parameter-efficient fine-tuningText Summarization

FORGE: Fragment-Oriented Ranking and Generation for Context-Aware Molecular Optimization

2026-05-11 · Qingchuan Zhang, He Cao, Hao Li, Yanjun Shao 외 arxiv

Molecular optimization seeks to improve a molecule through small structural edits while preserving similarity to the starting compound. Recent language-model approaches typically treat this task as prompt-conditioned seq…