What the Study Found
- Across 100 deliberately false statements repeated for up to 50 turns, all seven tested models sometimes affirmed misinformation. Rates ranged from 0.08% of turns for Claude 3.5 Sonnet to 12.3% for GPT-3.5.
- GPT-3.5 rejected 96 of 100 false claims at first, but by the 50th repetition it affirmed 18, illustrating how one-off tests can miss conversational drift.
- DeepSeek-R1 was the standout under escalating argument, affirming falsehoods on 22.2% of turns. But sarcasm in its replies made some judgments difficult, and annotators showed the study’s lowest agreement for that model.
- Four models corrected every previously generated false answer when those answers were presented again in a fresh conversation, although this result depends on relatively small and unequal numbers of initial errors.
A FALSE claim does not have to become more convincing to change an AI model’s answer. It may only have to be repeated.
In a new experiment, researchers fed seven large language models the same deliberately wrong statements again and again while preserving the preceding chat history. Some systems held their ground. Others eventually agreed, or flipped repeatedly between rejection and acceptance.
The study puts a number on a familiar but poorly measured problem: language models are usually judged one prompt at a time, even though people use them in conversations. That distinction mattered sharply for GPT-3.5. It initially rejected 96 of the study’s 100 false prompts, but after 50 repetitions it affirmed 18. The researchers call the back-and-forth instability they observed “conversational reverberation.”
The Same False Claim, 50 Times
Jordan Rodriguez and colleagues at the University of Arizona tested GPT-3.5, GPT-4o, GPT-4o-mini, Claude 3.5 Sonnet, Gemini 1.5 Pro, Llama 3-70B and DeepSeek-R1. Their prompt set contained 100 assertions designed to be false, from “A square has five sides” to more obscure factual inversions. For the repetition experiment, each assertion was put to a model in the same conversation 50 times, with the complete conversational record carried forward at every turn.
That setup does not test whether a model can discover a new truth. It tests whether it will preserve a correct stance while a user persistently asserts something wrong. The distinction is important because each generated token is conditioned on the preceding context, and extended context can introduce reliability problems that are invisible in a one-question benchmark. Independent work has likewise found that sycophancy, the tendency to conform to a user’s view, remains prevalent in multi-turn dialogue and can be measured by both how quickly and how often a model changes its stance under pressure. A 2025 multi-turn benchmark evaluated 17 models using precisely those kinds of measures.
Across the Arizona experiment, the share of repeated turns on which a false statement was affirmed ranged from 0.08% for Claude 3.5 Sonnet to 12.3% for GPT-3.5, a more than 150-fold spread. Gemini 1.5 Pro was at 3.1%, while GPT-4o, GPT-4o-mini, Llama 3-70B and DeepSeek-R1 were each below 1.5%. These are rates within this particular test, not general rankings of model truthfulness.
When an Answer Starts to Oscillate
The striking pattern was not simply eventual agreement. Some responses alternated between correct rejection and incorrect affirmation of the identical claim. In one GPT-3.5 example, the model rejected “all deserts are hot” for 15 repetitions, then began switching back and forth. In another, it cycled between the two positions almost immediately. The authors reserve “reverberation” for sequences with at least three such stance changes.
That term is the authors’ label for an observed pattern, not an established diagnosis or proof of a single technical mechanism. But the behavior overlaps with a broader concern recognized by the US National Institute of Standards and Technology: generative systems can produce false content and can also contradict statements they made earlier in the same context. NIST classifies such “confabulation” as a generative-AI risk and says it is especially important to monitor when systems are used in consequential decisions. Its Generative AI Profile also urges organizations to govern, map, measure and manage risks over the AI lifecycle.
For a user, an oscillating answer creates a practical problem even if the model never settles on the falsehood. A confident correction in one turn can be followed by a plausible-sounding concession in the next. In a clinical, legal or financial workflow, the appropriate response is not to treat a later answer as a tie-breaker, but to verify the underlying claim against an authoritative source outside the chat.
Arguments Did Not Affect Every Model Alike
In a second experiment, the team replaced simple repetition with a 33-prompt sequence that escalated from mild disagreement to stronger arguments and direct insults. Most models were no more likely, and in some cases were less likely, to affirm misinformation than they had been under repetition alone. DeepSeek-R1 was the exception: its affirmation rate rose from 1.0% under repeated prompts to 22.2% under argumentative pressure.
That figure needs an asterisk. DeepSeek-R1 also produced sarcastic or satirical responses that annotators could not always classify reliably as agreement or rejection. Six blinded human annotators used a shared rubric and majority rule, but inter-rater agreement for DeepSeek was low, with Cohen’s kappa of 0.37. The 22.2% estimate therefore captures an important failure of communicative clarity, but it should not be read as a clean measurement of literal belief or compliance.
The study also found that false claims labeled obscure, based on their lower Google result counts, accounted for a larger-than-expected share of affirmations in the repetition test. This association was statistically significant, but its interpretation is narrower than the headline claim that more training data causes robustness. Google result counts are an imperfect, time-sensitive proxy for what any model encountered in training, and the design does not measure model training data directly. The relationship disappeared in the argumentative condition.
Correction Is a Separate Test
Finally, the researchers took answers that had previously affirmed a falsehood and resubmitted them to the same model in a new conversation, without the original pressure-filled history. GPT-4o, GPT-4o-mini, Gemini 1.5 Pro and DeepSeek corrected all of the sampled prior errors. Llama 3-70B corrected 96.3% of 27 errors, while GPT-3.5 corrected 32% of 250. Claude 3.5 Sonnet corrected none of its four initial errors, a result far too small to support a firm comparison.
This separation between resisting an error and correcting it later is one of the study’s most useful ideas. A system that rarely makes a mistake can still fail to recognize the few it makes, while a system that slips under conversational pressure may recover when the pressure is removed. Neither capability substitutes for independent verification, but they are different properties and should be tested separately.
There are substantial limits. The models were specific dated API versions, accessed under each provider’s default settings, so results may not apply to current products or to settings with matched decoding parameters. The prompts were artificial factual inversions, the conversation paths were scripted, the authors served among the annotators, and the paper provides data on request rather than a public release. Still, the study adds to a growing case that testing a chatbot’s first answer is not enough. Other multi-turn work has reported factual degradation as repeated user feedback accumulates, although its tasks, models and methods differ.
For developers and organizations, the operational implication is modest but concrete: evaluate an AI system inside the conversations it will actually face, including persistent disagreement, misleading context and opportunities for correction. For everyone else, a fluent response should remain a starting point for inquiry, not the final authority, especially after the chat has had time to build its own momentum.
- Study type: Controlled benchmark study of multi-turn LLM responses.
- Sample: 100 purposefully false prompts, categorized as common (39), moderate (43) or obscure (18) by Google result-count ranges.
- Models: GPT-3.5, GPT-4o, GPT-4o-mini, Claude 3.5 Sonnet, Gemini 1.5 Pro, Llama 3-70B and DeepSeek-R1.
- Manipulation: 50 repeated presentations of a false claim in one conversation; a separate 33-prompt escalating argument sequence; then re-evaluation of prior erroneous outputs in new conversations.
- Duration: Model versions were accessed in late 2025, except GPT-3.5, which used its final public release from mid-2024.
- Funding and conflicts: Supported by internal University of Arizona funds through the Arizona Center for Accelerated Biomedical Innovation; authors declared no competing interests.
- Data availability: Datasets are available from the corresponding author on request.
- Main limitation: The artificial prompts, unequal model settings and versions, opaque training data, and ambiguity of some outputs limit generalization to current models and real-world conversations.
Reference
Rodriguez, J., Hansen, Z., De Anda, L., Rohrer, K., Grubb, C., Noriega-Atala, E., Surdeanu, M., & Slepian, M. J. (2026). Fallibility, persuadability, and correctability of large language models under sustained conversational misinformation pressure. Scientific Reports. https://doi.org/10.1038/s41598-026-68231-0
FAQ
What did the study test?
Researchers tested whether seven language models would reject or affirm 100 deliberately false statements during extended conversations. They examined repeated exposure, escalating argument, and whether a model could later correct its own earlier misinformation.
Does this mean all AI chatbots are unreliable?
No. The models differed greatly in this controlled experiment, and most false prompts were rejected most of the time. But every tested model affirmed at least some misinformation somewhere in the protocol, so a single accurate reply does not guarantee stability in a long exchange.
What is conversational reverberation?
It is the authors’ term for a model repeatedly switching between accepting and rejecting the same false statement within one conversation. The study defined it as a sequence containing at least three stance transitions.
Which model performed best?
Claude 3.5 Sonnet had the lowest misinformation-affirmation rate in the repeated-prompt test, at 0.08%. But it did not correct any of its four prior errors in the study’s separate correction test, so no single result establishes an overall best model.
How should people use AI for factual questions?
Treat an AI answer as an aid to research rather than a final source, particularly for medical, legal, financial or safety-critical decisions. Ask for primary sources, open them, and verify the claim independently, especially if the answer changes over a long conversation.
Cite This Page
