← Latest papers
💬 NLP

Lost at the End: Primacy Bias in Multimodal Retrieval-Augmented Question Answering

This paper reveals that multimodal Knowledge-Based Visual Question Answering systems suffer from a "Lost at the End" phenomenon where placing the correct retrieved passage at the beginning of the context significantly outperforms placing it at the end, a bias driven by the reader model's prompt slot 0 rather than retrieval quality, thereby challenging the adequacy of recall@k as a performance metric.

Original authors: Jieyuan Liu, Jianyang Gu, Shijie Chen, Jefferson Chen, Zhen Wang

Published 2026-06-16
📖 4 min read☕ Coffee break read

Original authors: Jieyuan Liu, Jianyang Gu, Shijie Chen, Jefferson Chen, Zhen Wang

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Picture: The "Goldilocks" Problem

Imagine you are a detective (the AI) trying to solve a mystery (answer a question) about a specific object in a photo. You have a library of 50 books (retrieved text passages) that might contain the answer.

In the world of pure text AI, researchers previously found a "U-shaped" problem: If you put the right book at the very beginning or the very end of the stack, the detective finds the answer. But if you hide that book in the middle of the stack, the detective ignores it completely. This is called the "Lost in the Middle" effect.

This paper asks: Does this same problem happen when the detective is looking at a photo and reading the books?

The Experiment: The "Gold Position" Test

The researchers set up a controlled experiment to find out. They took a single question and a single photo, and they gave the AI the exact same 10 books every time. The only thing they changed was where the "Gold Book" (the one with the correct answer) was placed in the list:

  1. First: The Gold Book is at the very top.
  2. Middle: The Gold Book is in the middle of the stack.
  3. Last: The Gold Book is at the very bottom.

They did this with three different AI "detectives" (large vision-language models) to see how they performed.

The Discovery: "Lost at the End"

The results were surprising. The "U-shape" disappeared. Instead, the AI developed a strong "Primacy Bias" (a preference for the beginning).

  • The Analogy: Imagine a teacher reading a list of students' names to pick a class representative. If the teacher hears the right name first, they pick it. If they hear it last, they often forget it entirely.
  • The Result: When the Gold Book was at the start, the AI got the answer right about 60–65% of the time. When the Gold Book was at the end, the accuracy dropped to about 35–45%.
  • The "Lost at the End" Effect: The AI didn't just ignore the middle; it actively ignored the end. The "Gold Book" at the end was effectively invisible. The AI was 2.2 to 4.5 times more likely to get the answer right if the correct information was at the very top of the list compared to the bottom.

Why Is This Happening? (The Investigation)

The researchers wanted to know why the AI ignored the end. They tested three theories:

  1. Is it the photo? They moved the photo to the end of the prompt. Result: No change. The photo's position wasn't the main culprit.
  2. Is it the quality of the book? They shuffled the books so the "best" book (highest relevance score) wasn't always at the top. Result: The AI still picked the book at the top of the list, even if it was a worse book. It followed the position, not the quality.
  3. Is it just text? They tested the AI with only text (no photo). Result: The AI still preferred the first book, but the gap was smaller. Conclusion: Adding the photo amplified the bias. The photo made the AI even more stubborn about only looking at the start.

The Failed Fixes

The researchers tried to fix this by changing how the books were retrieved (the "search engine" part of the system):

  • They tried to make the list more diverse.
  • They tried to force the best book to the top.
  • Result: None of these retrieval-side fixes worked. As long as the AI (the reader) was "frozen" (not retrained), it would still ignore the end of the list.

The Main Takeaway

The paper concludes that for these specific AI systems, Recall@K (a common metric that asks, "Did the right answer appear somewhere in the top 50 books?") is the wrong way to measure success.

The Analogy: It's like a librarian saying, "I found the right book in the library!" but the reader is only allowed to look at the first book on the shelf. If the right book is on the last shelf, the reader fails, even though the librarian did their job.

The Solution: To fix this, we cannot just improve the search engine (retrieval). We have to retrain the reader (the AI) to pay attention to the whole list, not just the beginning. Until then, if you want an AI to answer a question correctly, you must put the most important information at the very top of its prompt.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →