← Latest papers
💬 NLP

Judging Against the Reference: Uncovering Knowledge-Driven Failures in LLM-Judges on QA Evaluation

This paper reveals that LLM-based judges frequently fail to adhere to provided reference answers in QA evaluation when those references conflict with the models' internal parametric knowledge, leading to unreliable scoring that persists despite common mitigation strategies.

Original authors: Dongryeol Lee, Yerin Hwang, Taegwan Kang, Minwoo Lee, Younhyung Chae, Kyomin Jung

Published 2026-06-11
📖 4 min read☕ Coffee break read

Original authors: Dongryeol Lee, Yerin Hwang, Taegwan Kang, Minwoo Lee, Younhyung Chae, Kyomin Jung

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 hire a very smart, well-read librarian to grade a stack of student essays. Your rule is simple: "Grade the student based only on the answer key I give you, not on what you know from your own memory."

This paper investigates what happens when that librarian is an AI (a Large Language Model, or LLM) and the answer key contains a "trick."

The Setup: The "Swapped" Answer Key

The researchers created a special test. They took a bunch of questions and their correct answers (the "gold standard"). Then, they secretly swapped the correct answer with a wrong one that sounded plausible.

  • Original Scenario:

    • Question: Who won the 2024 F1 championship?
    • Answer Key (Gold): Max Verstappen.
    • Student's Answer: Max Verstappen.
    • AI Judge's Verdict: ✅ Correct. (Easy peasy).
  • The "Swapped" Scenario:

    • Question: Who won the 2024 F1 championship?
    • Answer Key (Gold): Lando Norris. (Note: In reality, this is wrong, but the AI is told this is the "Gold" truth for this test).
    • Student's Answer: Lando Norris.
    • AI Judge's Verdict: ❌ Incorrect.

Wait, what? The student matched the answer key perfectly! But the AI gave them a failing grade. Why? Because the AI's internal memory (its "parametric knowledge") screamed, "No! Max Verstappen won! Lando Norris didn't!" The AI ignored the instructions and the answer key because it trusted its own memory more.

The Core Discovery: The "Know-It-All" Problem

The paper calls this a "Knowledge-Driven Failure."

Think of the AI judge like a know-it-all student who refuses to take a test if the teacher's answer key contradicts what they memorized in high school. Even if the teacher says, "For this specific exam, the answer is X," the student insists, "No, I know for a fact it's Y," and grades the paper based on Y.

The researchers found that:

  1. It happens to everyone: Even the smartest, most powerful AI models (like GPT-4o, GPT-5, and huge Llama models) do this.
  2. It gets worse with popularity: If the "wrong" answer in the key is a famous person or fact (like "Elon Musk" or "The Moon"), the AI is more likely to ignore the key. The more famous the fact, the stronger the AI's internal belief, and the harder it is to override.
  3. Bigger isn't better: Making the AI model bigger (adding more "brain power") didn't fix the problem. In fact, sometimes bigger models were more stubborn because they had more internal knowledge to rely on.

The "Magic Spells" Didn't Work

The researchers tried to fix this by giving the AI "magic spells" (prompts). They tried:

  • Direct Orders: "Please ignore your own knowledge and only look at the key!"
  • Thinking Aloud: "Think step-by-step before you grade."
  • Examples: Showing the AI examples of how to do it.

The Result: None of these worked. The AI still preferred its own memory over the provided instructions when the two clashed. It's like telling a stubborn dog, "Don't chase that squirrel, look at the ball!" while the squirrel is right there. The dog's instinct (parametric knowledge) overrides the command.

Why This Matters

In the real world, we use these AI judges to grade everything from school tests to medical advice. We assume they are fair and follow the rules.

This paper shows a critical flaw: If the "rules" (the reference answer) contradict what the AI "believes" (its training data), the AI will break the rules.

If a dataset is updated with new facts (e.g., "The winner of the 2025 election is Person B"), but the AI still "remembers" Person A, the AI will unfairly fail any answer that says Person B, even if Person B is the correct answer according to the new data.

The Bottom Line

The paper concludes that we cannot currently trust AI judges to strictly follow an answer key if that key conflicts with the AI's internal memory. It's not a bug in the code; it's a fundamental habit of how these models think. They are so confident in their own "knowledge" that they struggle to act as a neutral referee when the facts change.

In short: The AI judge is a brilliant librarian who refuses to use the library's catalog if it disagrees with what they read on the internet. Until we fix this, we can't fully trust them to grade answers based on a specific, provided reference.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →