paper-with-me

Papers

Prefix Propagation: Parameter-Efficient Tuning for Long Sequences

2023-05-20 · Jonathan Li, Will Aitken, Rohan Bhambhoria, Xiaodan Zhu

Parameter-efficient tuning aims to mitigate the large memory requirements of adapting pretrained language models for downstream tasks. For example, one popular method, prefix-tuning, prepends trainable tokens to sequences while freezing the rest of the model's parameters. Although such models attain comparable performance with fine-tuning when applied to sequences with short to moderate lengths, we show their inferior performance when modelling long sequences. To bridge this gap, we propose prefix-propagation, a simple but effective approach that conditions prefixes on previous hidden states. We empirically demonstrate that prefix-propagation outperforms prefix-tuning across long-document tasks, while using 50% fewer parameters. To further investigate the proposed architecture, we also show its advantage in calibration, and perform additional study on its relationship with kernel attention. To the best of our knowledge, this work is the first to focus on parameter-efficient learning for long-sequence language tasks.

📄 PDF Abstract BibTeX arXiv:2305.12086

Code (1)

monlih/prefix-propagation 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Towards Infinite-Long Prefix in Transformer

2024-06-20 · YIngyu Liang, Zhenmei Shi, Zhao Song, Chiwun Yang

Prompting and context-based fine-tuning methods, which we call Prefix Learning, have been proposed to enhance the performance of language models on various downstream tasks. They are empirically efficient and effective, …

Mathparameter-efficient fine-tuning

Inducer-tuning: Connecting Prefix-tuning and Adapter-tuning

2022-10-26 · Yifan Chen, Devamanyu Hazarika, Mahdi Namazifar, Yang Liu 외

Prefix-tuning, or more generally continuous prompt tuning, has become an essential paradigm of parameter-efficient transfer learning. Using a large pre-trained language model (PLM), prefix-tuning can obtain strong perfor…

Language ModelingLanguage ModellingNatural Language UnderstandingTransfer Learning

Prefix-Tuning: Optimizing Continuous Prompts for Generation

2021-01-01 · ACL 2021 5 · Xiang Lisa Li, Percy Liang

Fine-tuning is the de facto way to leverage large pretrained language models to perform downstream tasks. However, it modifies all the language model parameters and therefore necessitates storing a full copy for each tas…

Language ModelingLanguage ModellingTable-to-Text GenerationText Generation

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

Exploring Robustness of Prefix Tuning in Noisy Data: A Case Study in Financial Sentiment Analysis

2022-10-26 · Sudhandar Balakrishnan, Yihao Fang, Xioadan Zhu

The invention of transformer-based models such as BERT, GPT, and RoBERTa has enabled researchers and financial companies to finetune these powerful models and use them in different downstream tasks to achieve state-of-th…

Sentiment Analysis