Concentrate Attention: Towards Domain-generalizable Prompt Optimization For Language Models · The Large Language Model Bible Contribute to LLM-Bible

Concentrate Attention: Towards Domain-generalizable Prompt Optimization For Language Models

Li Chengzhengxu, Liu Xiaoming, Zhang Zhaohan, Wang Yichen, Liu Chen, Lan Yu, Shen Chao. Arxiv 2024

[Paper]    
Attention Mechanism Efficiency And Optimization Model Architecture Prompting

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.

Similar Work