arxiv-2305-13300 · paperAdaptive Chameleon or Stubborn Sloth: Revealing the Behavior of Large Language Models in Knowledge Conflicts
Jian Xie, Kai Zhang, Jiangjie Chen, Renze Lou, Yu Su
Created: 2023 · Ingested: 2026-09-02
This source: Adaptive Chameleon or Stubborn Sloth: Revealing the Behavior of Large …How much the field cites it — heavily cited in the last 12 months148 in the last 12 months · 382 totalpublished 2023checked 2026-09-04148 citations in the last 12 months · 382 total · checked 2026-09-04
https://arxiv.org/abs/2305.13300(opens in a new tab)In brief
Whether a model overrides its own parametric memory depends almost entirely on how coherent the conflicting evidence is, not on how strong the memory is. Word-level entity substitution makes models look stubborn; a fluent counter-passage generated from scratch makes the same models flip.
The setup elicits each model's memory answer plus a supporting passage in closed-book QA, builds a counter-answer (entity swap for PopQA, label flip for StrategyQA), has ChatGPT write supporting evidence for it, then filters with a DeBERTa-V2 NLI entailment check and a consistency check that the model still gives the memory answer when shown its own memory. 8 models: ChatGPT, GPT-4, PaLM2, Qwen-7B, Llama2-7B/70B, Vicuna-7B/33B. Final sets run 3,787–9,544 PopQA items and 500–1,356 StrategyQA items per model.
With only the generated counter-memory present, memorization ratios drop to 3.7 for ChatGPT, 8.9 for GPT-4, 2.3 for Qwen-7B on PopQA. Add the parametric memory alongside it and ratios jump to 43.0 and 65.4; GPT-4 reaches 80% memorization on the most popular entities. Order matters: PaLM2 swings 38.6 to 72.2, Llama2-7B 33.3 to 82.8, while GPT-4 barely moves. More evidence on one side pulls the answer that way, and 2/4 beats 1/2 despite equal proportion.
Evidence is measured, with the substitution method as a matched within-model baseline and an NLI filter hand-checked at 99% accuracy on 200 examples; 50 stubborn cases were inspected manually. Only 2 QA datasets, multiple-choice format, and the counter-memory generator is ChatGPT itself.
If you build retrieval augmentation, expect fluent disinformation to win when it stands alone and expect confirmation bias when it does not.
Written from the abstract by claude-opus-5 on 2026-09-05, with every figure checked against it. Not a substitute for the paper.
Referenced by
Claims in this catalog that draw on this source, and whether as support or counterpoint.
- supportsGiven several conflicting but equally legitimate passages, a model's answer is driven disproportionately by whichever passage comes first, and the skew sits in the representation of the combined prompt rather than in decoding — which is why reordering the passages does not remove it and why steering the activations does.
- supportsModels readily adopt a single counter-memory passage when it is coherent, and when sources conflict they follow the majority and show confirmation bias toward their own beliefs.
- supportsGrounding answers in retrieved documents reduces unsupported generation but transfers the trust problem to the retrieval channel: whatever lands in context is treated as reliable, which shows up both as following instructions planted in retrieved content and as deferring to whichever account is better represented when sources disagree.