CLMay 20, 2023

Prefix Propagation: Parameter-Efficient Tuning for Long Sequences

arXiv:2305.12086v2233 citations
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in adapting pretrained language models for long-sequence tasks, offering a more efficient solution for applications like document processing.

The paper tackles the problem of parameter-efficient tuning for long sequences, where existing methods like prefix-tuning underperform, and proposes prefix-propagation, which conditions prefixes on previous hidden states, achieving better performance with 50% fewer parameters on long-document tasks.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes