PulseAugur
EN
LIVE 09:39:15

LLMs struggle with information in the middle of long contexts

A recent study published in Transactions of the ACL by Liu et al. has identified a phenomenon known as the "Lost in the Middle" effect, where language models exhibit decreased accuracy when crucial information is placed in the middle of a long context window. Performance significantly drops when the relevant document is neither at the beginning nor the end of the prompt, sometimes even performing worse than closed-book recall. This effect has been observed across various model architectures and context lengths, suggesting it's a fundamental challenge in how models process extended information. The paper proposes that factors such as attention mechanisms with fixed budgets, imperfect position encodings, and the distribution of training data contribute to this positional bias. AI

IMPACT This finding highlights a critical limitation in current LLMs, impacting prompt engineering strategies and the practical application of long-context models.

RANK_REASON The cluster discusses a research paper detailing a specific phenomenon observed in language models. [lever_c_demoted from research: ic=1 ai=1.0]

Read on dev.to — LLM tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

LLMs struggle with information in the middle of long contexts

How we ranked this

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
The cluster discusses a research paper detailing a specific phenomenon observed in language models. [lever_c_demoted from research: ic=1 ai=1.0]
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
paper, model release
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
45 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

Full methodology in our editorial standards.

COVERAGE [1]

  1. dev.to — LLM tag TIER_1 English(EN) · Multigrid ·

    Lost in the Middle: Why Long Context Degrades

    <p>Put the answer at the top of a long prompt and the model finds it. Put it at the bottom and the model finds it. Put it in the middle and accuracy sags — sometimes below what the same model scores with no documents at all. This is a documented result with a name, and it changes…