Diagnosing LLM Arbitration Behavior over Pre-evidence Epistemic States in RAG-based Fact-Checking
This paper introduces \textsc{PAVE}, a diagnostic testbed that evaluates how LLM verifiers in RAG-based fact-checking arbitrate between their pre-evidence parametric knowledge and retrieved evidence, revealing inconsistent arbitration behaviors across models and proposing a lightweight JSD-based method to improve factual reliability without model modification.
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
Imagine you have a very smart, well-read friend (the LLM) who loves to fact-check news stories. You give them a claim, like "The Eiffel Tower is in London," and they usually know the answer is "False" because they've read about it a thousand times.
But now, imagine you also hand them a piece of paper (the Retrieved Evidence) that says, "Actually, the Eiffel Tower is in London, according to this new report."
This creates a conflict. Your friend has to decide: Do they trust their own memory (their Internal Prior), or do they trust the new paper you handed them (the External Context)?
This paper, titled "Diagnosing LLM Arbitration Behavior over Pre-evidence Epistemic States," is basically a stress test to see how different AI friends handle this specific kind of tug-of-war.
Here is the breakdown of their findings using simple analogies:
1. The Problem: The "Stubborn" vs. The "Gullible"
The researchers noticed that standard tests only look at the final answer: "Did the AI get it right?" But they missed how the AI got there.
- The Scenario: Sometimes the AI knows the truth but gets tricked by a fake news article. Other times, the AI is confused or wrong, but the fake news article makes it even more confident in the wrong answer.
- The Gap: Existing tests didn't measure if the AI was being stubborn (ignoring good evidence because it was too sure of itself) or gullible (ignoring its own knowledge because it was too easily swayed).
2. The Solution: PAVE (The "Epistemic State" Test)
The authors created a new testing ground called PAVE. Think of this as a "personality test" for AI before they even see the evidence.
They categorize the AI's mindset into four "states" based on two questions:
- Do they know the answer? (Are they right or wrong based on their own memory?)
- Are they confident? (Are they sure, or are they guessing?)
This creates four personality types:
- The Confident Expert: Knows the answer and is right. (e.g., "I know Paris is in France.")
- The Confident Fool: Knows the answer but is wrong. (e.g., "I am 100% sure Paris is in Germany.")
- The Uncertain Expert: Doesn't know they know, but is actually right. (e.g., "I'm not sure, but I think Paris is in France.")
- The Uncertain Fool: Doesn't know and is wrong. (e.g., "I have no idea, but I'll guess Paris is in Germany.")
3. The Experiment: The "Tug-of-War"
The researchers took 7 different AI models (from small ones like Llama-8B to huge ones like Deepseek-v3) and gave them claims where their internal memory clashed with the evidence they were given.
They measured two main behaviors:
- Persistence: If the AI was right to begin with, did it stick to its guns when shown a fake article? (Good!)
- Correction: If the AI was wrong to begin with, did it admit its mistake when shown the real article? (Good!)
4. What They Found (The Results)
The results were surprising and showed that not all AIs are built the same:
- The "Stubborn" Models: Some models (like Llama-8B) were very stubborn. Even when they were wrong, they refused to change their minds when shown the correct evidence. They preferred their own (incorrect) memory over the truth.
- The "Gullible" Models: Some models were too easily swayed. If you showed them a fake article, they would immediately drop their correct knowledge and believe the fake one.
- The "Balanced" Models: The best performer was Deepseek-v3. It was like a wise judge: it stuck to the truth when it knew the truth, but it was willing to change its mind when it was wrong and saw better evidence.
- Size Matters: Generally, bigger models (like the 70-billion parameter versions) were better at this balancing act than smaller ones. They were less likely to be stubborn or gullible.
- New vs. Old Knowledge: The AIs were much better at learning new things (like a news event from 2025) than they were at admitting they were wrong about something they thought they knew. It's easier for them to say, "Oh, I didn't know that!" than to say, "Oh, I was wrong about that."
5. The Fix: A "Second Opinion" Trick
Since some AIs are naturally bad at this balancing act, the authors proposed a simple, lightweight trick to fix it without retraining the whole model.
The Analogy: Imagine asking your friend to answer a question, but instead of asking once, you ask them five times in a row.
- If they give the same answer every time, they are stable.
- If they flip-flop between answers, they are unstable.
The researchers use a math formula (called JSD) to measure this stability.
- If the AI is stable in its own memory but unstable when reading the evidence, the trick tells the AI: "Trust your memory."
- If the AI is unstable in its memory but stable when reading the evidence, the trick tells the AI: "Trust the evidence."
The Result: This simple "ask five times" trick made almost all the AI models better at fact-checking, helping them avoid being both stubborn and gullible.
Summary
This paper is a diagnostic tool that reveals that AI fact-checkers have distinct "personalities" when it comes to trusting themselves vs. trusting new information. Some are too stubborn, some are too gullible, and some are just right. The authors also found a simple way to make even the "stubborn" or "gullible" ones act more like the "wise judge" by checking how consistent their answers are before making a final decision.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.