CLJun 15, 2024

Concentrate Attention: Towards Domain-Generalizable Prompt Optimization for Language Models

arXiv:2406.10584v48 citations
Originality Incremental advance
AI Analysis

This work addresses domain generalization for language model users, offering incremental improvements over existing prompt optimization methods.

The paper tackles the problem of domain generalization in prompt optimization for language models by introducing a new objective called 'Concentration' that increases attention strength and reduces fluctuation in deep layers, resulting in accuracy improvements of 1.42% for soft prompts and 2.16% for hard prompts in multi-source domain generalization.

Recent advances in prompt optimization have notably enhanced the performance of pre-trained language models (PLMs) on downstream tasks. However, the potential of optimized prompts on domain generalization has been under-explored. To explore the nature of prompt generalization on unknown domains, we conduct pilot experiments and find that (i) Prompts gaining more attention weight from PLMs' deep layers are more generalizable and (ii) Prompts with more stable attention distributions in PLMs' deep layers are more generalizable. Thus, we offer a fresh objective towards domain-generalizable prompts optimization named "Concentration", which represents the "lookback" attention from the current decoding token to the prompt tokens, to increase the attention strength on prompts and reduce the fluctuation of attention distribution. We adapt this new objective to popular soft prompt and hard prompt optimization methods, respectively. Extensive experiments demonstrate that our idea improves comparison prompt optimization methods by 1.42% for soft prompt generalization and 2.16% for hard prompt generalization in accuracy on the multi-source domain generalization setting, while maintaining satisfying in-domain performance. The promising results validate the effectiveness of our proposed prompt optimization objective and provide key insights into domain-generalizable prompts.

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