AI Systematic Biases · retrieval and sources

External-assertion susceptibility

A model can accept misleading user or document assertions instead of reliably separating useful external evidence from harmful or false assertions.

Human analogy: authority and source-cue effects. This is a behavioural analogy, not a claim that the model has the same mental mechanism.

Why it matters

Where this breaks real systems

In RAG, a retrieved document may look authoritative simply because the system labeled it as context. Source conflict becomes a model-behaviour problem, not only a retrieval problem.

Evidence status: strong recent evidence in tested families; not a claim about every current model

Evidence level: peer reviewed large scale multi model

Signals

What to look for

  • The model follows a false document assertion over correct internal knowledge.
  • The same assertion receives different weight when labeled as a document instead of a user statement.
  • Post-training changes source preference without reliably improving truth discrimination.

Self-test

Test it in your own model or workflow.

Build matched cases with correct, incorrect and conflicting assertions from user and document sources. Track whether the model follows source labels or evidence quality.

Record the exact model identifier, surface, system prompt, relevant settings and run date. A single surprising answer is an anecdote, not a bias measurement.

Mitigation

Make the workflow harder to fool.

  • Evaluate source conflict explicitly in RAG test sets.
  • Attach provenance and verification signals to retrieved evidence.
  • Require the model to identify conflicts before synthesizing an answer.

Applies to

System contexts

rag and document assistants chat assistants coding and automation agents decision support

Dated model evidence

Snapshots, not permanent labels.

These findings describe the model or model set tested at the stated time. A newer release needs new evidence.

Recent evidence snapshot

27 LLMs from GPT-4o, Llama 3/3.1 and Qwen3 families

Evidence date
2026-07-01
Status
peer reviewed snapshot

Most tested models relied more on document assertions than user assertions and many did not reliably distinguish helpful from harmful external information.

Open source →

Sources

Evidence behind this entry

  1. How Large Language Models Balance Internal Knowledge with User and Document Assertions
    Findings of ACL 2026 · 2026 · DOI 10.18653/v1/2026.findings-acl.1267 · peer-reviewed