iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
US Stock Markets Rally as Chip Stock Gains Lift Nasdaq, S&P 500 and Dow SEBI Clarifies Unlisted Share Sale Rules: 200-Buyer Private Deal Limit GeM completes 10 years as India's trusted digital public procurement platform Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline Bloomberg Delays India's Sovereign Bond Index Inclusion as Market Reforms Need Further Testing US Stock Markets Rally as Chip Stock Gains Lift Nasdaq, S&P 500 and Dow SEBI Clarifies Unlisted Share Sale Rules: 200-Buyer Private Deal Limit GeM completes 10 years as India's trusted digital public procurement platform Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline Bloomberg Delays India's Sovereign Bond Index Inclusion as Market Reforms Need Further Testing
Home ›› Technology ›› Ai ›› Ai Ethics ›› Primacy Bias in Multimodal RAG: First Retrieved Items Dominate, Study Finds

Primacy Bias in Multimodal RAG: First Retrieved Items Dominate, Study Finds

A research paper titled 'Lost at the End: Primacy Bias in Multimodal Retrieval-Augmented Question Answering' introduces a controlled probe to measure position bias in multimodal KB-VQA. The study finds a strong primacy effect, where the first retrieved passage significantly outperforms later ones, contrasting with the U-shaped 'lost-in-the-middle' pattern in text-only models. The findings call for reader-side interventions and question the adequacy of recall@k as a metric for deployed systems.

iG
iGEN Editorial
June 16, 2026
Primacy Bias in Multimodal RAG: First Retrieved Items Dominate, Study Finds

Enterprise AI systems increasingly rely on retrieval-augmented generation (RAG) to answer questions that exceed a model's parametric knowledge. However, a new study introduces a critical finding for organizations deploying multimodal RAG: the order of retrieved information introduces a strong primacy bias, where the first retrieved item disproportionately influences the answer.

The paper, titled 'Lost at the End: Primacy Bias in Multimodal Retrieval-Augmented Question Answering' and published on arXiv by Liu, Jieyuan; Gu, Jianyang; Chen, Shijie; Jefferson; Wang; and Zhen, identifies a systematic position effect in knowledge-based visual question answering (KB-VQA). While pure-text long-context LLMs exhibit a U-shaped 'lost-in-the-middle' effect (where information at the start and end of contexts is used, but middle is lost), the multimodal setting flips this pattern to a primacy shape: gold-at-first beats gold-at-last by 16 to 26 points on every reader-by-benchmark cell tested.

Methodology and Key Results

The researchers designed a 'gold-position protocol' to isolate position dependence. They tested three open-source 7B/8B vision-language model (VLM) readers on two KB-VQA benchmarks with up to 20 retrieved passages (k=20). The effect, dubbed 'Lost at the End', was consistent: the first retrieved passage was used significantly more than any other position.

Metric Text-Only Multimodal Amplification
Primacy gap magnification 2.2 to 4.5 times relative to text-only baseline
Accuracy drop (first vs. last gold passage) 16 to 26 percentage points

Through three targeted ablations, the team narrowed the cause. A text-only control showed that the multimodal setting amplifies an already-present text-mode primacy by 2.2 to 4.5 times. Image-position and distractor-shuffle ablations together pinpointed the locus to prompt slot 0 of the instruction-tuned reader.

Implications for Enterprise AI

The findings have direct implications for any enterprise using multimodal RAG in production—for example, in automated customer support, document analysis, or visual inspection. The researchers note that 'recall@k is the wrong metric for deployed KB-VQA' because even if the correct passage is retrieved, its position dictates its influence. Closing this gap requires reader-side intervention, not just improvements in retrieval quality.

Three retrieval-side fixes were tested on a frozen reader: MMR (Maximal Marginal Relevance), oracle reranking, and rank-based reordering. None produced a separable improvement, leaving the gap intact. The authors conclude that 'closing the gap requires reader-side intervention' and release their protocol as a controlled instrument for evaluating such interventions.

For technology leaders evaluating RAG systems, this research underscores the need to audit not only retrieval accuracy but also how retrieved context is consumed by the reader. Organizations should test for position bias in their specific use cases and consider reader modifications—such as attention masking or re-weighting—to ensure equitable treatment of all retrieved passages.

'Our findings indicate that recall@k is the wrong metric for deployed KB-VQA and that closing the gap requires reader-side intervention,' the authors write.

The study is available under a Creative Commons Attribution 4.0 International license.


Sources:

Keep Reading

Recommended Stories

CADBench: A Multimodal Benchmark for AI-Assisted CAD Program Generation Technology

CADBench: A Multimodal Benchmark for AI-Assisted CAD Program Generation

CADBench is a unified benchmark for multimodal CAD program generation, containing 18,000 evaluation samples across six benchmark families, five input modalities, and six metrics. The benchmark evaluates eleven AI systems, generating over 1.4 million CAD programs, and reveals key failure modes in current approaches.

June 21, 2026
The Scaffold Effect: How Prompt Framing Skews AI Evaluation in Clinical Vision-Language Models Technology

The Scaffold Effect: How Prompt Framing Skews AI Evaluation in Clinical Vision-Language Models

A study on arXiv evaluating 12 open-weight vision-language models (VLMs) on clinical neuroimaging datasets found that up to 58% of apparent multimodal performance gains are due to prompt framing rather than genuine reasoning. The researchers identified a 'scaffold effect' where merely mentioning MRI availability in the task prompt accounts for 70-80% of F1 improvement, even when no imaging data is present. Expert evaluation also revealed fabrication of neuroimaging-grounded justifications, raising concerns about the reliability of VLM evaluations in clinical settings.

June 20, 2026
Before the Labels: How Dataset Construction Biases Suicidality Detection in Clinical Text Technology

Before the Labels: How Dataset Construction Biases Suicidality Detection in Clinical Text

A new paper from arXiv argues that clinical NLP datasets built from electronic health records encode specific operationalizations of suicidality, shaped by governance constraints, ICD-based cohort selection, and annotation practices. The authors demonstrate that identical labels can subsume heterogeneous clinical framings, raising concerns for AI-driven healthcare decisions.

June 20, 2026
TreeTracer Visualizes Hidden LLM Bias Through Stochastic Path Aggregation for Enterprise AI Auditing Technology

TreeTracer Visualizes Hidden LLM Bias Through Stochastic Path Aggregation for Enterprise AI Auditing

TreeTracer is a visual analytics tool that exposes hidden biases in large language models by aggregating stochastic generations into syntax-aligned trees. It uses perturbation analysis, ontology-based term replacement, and Sankey diagrams to compare model outputs, successfully detecting representational harms like pronoun suppression. Validated against GPT-2 XL and Apertus models, it reduces cognitive load for analysts.

June 20, 2026