paper-with-me

Papers

Attention Overflow: Language Model Input Blur during Long-Context Missing Items Recommendation

2024-07-18 · Damien Sileo

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.

📄 PDF Abstract BibTeX arXiv:2407.13481

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMissing ElementsMovie Recommendation

Similar Papers 제목 키워드 기반

Unsupervised Domain-Specific Deblurring using Scale-Specific Attention

2021-12-12 · Praveen Kandula, Rajagopalan. A. N

In the literature, coarse-to-fine or scale-recurrent approach i.e. progressively restoring a clean image from its low-resolution versions has been successfully employed for single image deblurring. However, a major disad…

DeblurringImage DeblurringSingle Image Deblurring

Online Pseudo-average Shifting Attention(PASA) for Robust Low-precision LLM Inference: Algorithms and Numerical Analysis

2025-02-26 · Long Cheng, Qichen Liao, Fan Wu, Junlin Mu 외

Attention calculation is extremely time-consuming for long-sequence inference tasks, such as text or image/video generation, in large models. To accelerate this process, we developed a low-precision, mathematically-equiv…

Video Generation

Accelerating Neural Network Inference by Overflow Aware Quantization

2020-05-27 · Hongwei Xie, Shuo Zhang, Huanghao Ding, Yafei Song 외

The inherent heavy computation of deep neural networks prevents their widespread applications. A widely used method for accelerating model inference is quantization, by replacing the input operands of a network using fix…

image-classificationImage Classificationobject-detectionObject Detection+2

SMURF: Continuous Dynamics for Motion-Deblurring Radiance Fields

2024-03-12 · Jungho Lee, Dogyoon Lee, Minhyeok Lee, Donghyung Kim 외

Neural radiance fields (NeRF) has attracted considerable attention for their exceptional ability in synthesizing novel views with high fidelity. However, the presence of motion blur, resulting from slight camera movement…

DeblurringNeRF

Entity Set Co-Expansion in StackOverflow

2022-12-05 · Yu Zhang, Yunyi Zhang, Yucheng Jiang, Martin Michalski 외

Given a few seed entities of a certain type (e.g., Software or Programming Language), entity set expansion aims to discover an extensive set of entities that share the same type as the seeds. Entity set expansion in soft…

graph constructionManagement