Attention Overflow: Language Model Input Blur During Long-context Missing Items Recommendation · The Large Language Model Bible Contribute to LLM-Bible

Attention Overflow: Language Model Input Blur During Long-context Missing Items Recommendation

Sileo Damien. Arxiv 2024

[Paper]    
Attention Mechanism Model Architecture Prompting Uncategorized

Large language models (LLMs) can suggest missing elements from items listed in a prompt, which can be used for list completion or recommendations based on users’ history. However, their performance degrades when presented with too many items, as they start to suggest items already included in the input list. This occurs at around 100 items for mid-2024 flagship LLMs. We evaluate this phenomenon on both synthetic problems (e.g., finding missing numbers in a given range of shuffled integers) and realistic movie recommendation scenarios. We refer to this issue as \textit{attention overflow}, as preventing repetition requires attending to all items simultaneously. Although iterative loops can mitigate this problem, their costs increase with the repetition rate, affecting the language models’ ability to derive novelty from lengthy inputs.

Similar Work