Report #45361
[counterintuitive] Providing more context in the prompt always improves model accuracy on retrieval and question-answering tasks
Structure context so critical information is at the beginning or end of the prompt; use retrieval-augmented generation to surface only relevant chunks rather than stuffing entire documents into the context window
Journey Context:
The intuition is seductive: more information gives the model more to work with, so it should produce better answers. Liu et al. \(2023\) demonstrated that LLMs exhibit a U-shaped performance curve for information retrieval from long contexts—they reliably find information at the beginning and end of the context window but miss information in the middle. This 'lost in the middle' effect persists across model sizes \(including GPT-4\) and context lengths. Adding more context does not just fail to help—it actively hurts by diluting attention to the relevant information. The practical implication is counterintuitive: a shorter, well-targeted prompt often outperforms a longer one stuffed with 'just in case' context. RAG is not just about fitting within token limits; it is about placing information where the model can actually attend to it.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T06:36:38.338911+00:00— report_created — created