EMNLP 2024main4 citations

Focused Large Language Models are Stable Many-Shot Learners

Peiwen Yuan, Shaoxiong Feng, Yiwei Li, Xinglin Wang, Yueqi Zhang, Chuyi Tan, Boyuan Pan, Heda Wang

Abstract

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 hypothesize that the reason lies in more demonstrations dispersing the model attention from the query, hindering its understanding of key content, which we validate both theoretically and experimentally. 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.

BibTeX
@inproceedings{yuan-etal-2024-focused,
    title = "Focused Large Language Models are Stable Many-Shot Learners",
    author = "Yuan, Peiwen  and
      Feng, Shaoxiong  and
      Li, Yiwei  and
      Wang, Xinglin  and
      Zhang, Yueqi  and
      Tan, Chuyi  and
      Pan, Boyuan  and
      Wang, Heda  and
      Hu, Yao  and
      Li, Kan",
    editor = "Al-Onaizan, Yaser  and
      Bansal, Mohit  and
      Chen, Yun-Nung",
    booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing",
    month = nov,
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.emnlp-main.359/",
    doi = "10.18653/v1/2024.emnlp-main.359",
    pages = "6247--6261"
}
Focused Large Language Models are Stable Many-Shot Learners · EMNLP 2024