Focused Large Language Models Are Stable Many-shot Learners · The Large Language Model Bible Contribute to LLM-Bible

Focused Large Language Models Are Stable Many-shot Learners

Yuan Peiwen, Feng Shaoxiong, Li Yiwei, Wang Xinglin, Zhang Yueqi, Tan Chuyi, Pan Boyuan, Wang Heda, Hu Yao, Li Kan. Arxiv 2024

[Paper]    
Attention Mechanism In Context Learning Model Architecture Prompting RAG Tools Training Techniques

In-Context Learning (ICL) enables large language models (LLMs) to achieve rapid task adaptation by learning from demonstrations. With the increase in available context length of LLMs, recent experiments have shown that the performance of ICL does not necessarily scale well in many-shot (demonstration) settings. We theoretically and experimentally confirm that the reason lies in more demonstrations dispersing the model attention from the query, hindering its understanding of key content. Inspired by how humans learn from examples, we propose a training-free method FocusICL, which conducts triviality filtering to avoid attention being diverted by unimportant contents at token-level and operates hierarchical attention to further ensure sufficient attention towards current query at demonstration-level. We also design an efficient hyperparameter searching strategy for FocusICL based on model perplexity of demonstrations. Comprehensive experiments validate that FocusICL achieves an average performance improvement of 5.2% over vanilla ICL and scales well with many-shot demonstrations.

Similar Work