← Latest papers
💬 NLP

Understanding New-Knowledge-Induced Factual Hallucinations in LLMs: Analysis and Interpretation

This paper investigates how fine-tuning large language models on new knowledge induces factual hallucinations by demonstrating that the degree of unfamiliarity within specific knowledge types drives these errors through weakened attention to key entities, a mechanism that can be mitigated by reintroducing known knowledge to restore attention patterns.

Original authors: Renfei Dang, Peng Hu, Zhejian Lai, Changjiang Gao, Min Zhang, Shujian Huang

Published 2026-04-20
📖 5 min read🧠 Deep dive

Original authors: Renfei Dang, Peng Hu, Zhejian Lai, Changjiang Gao, Min Zhang, Shujian Huang

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 a Large Language Model (LLM) like a brilliant, well-read student who has spent years studying a massive library of books (the pre-training phase). This student knows a lot about history, science, and pop culture. But, like any student, they are hired to do a summer job: Supervised Fine-Tuning (SFT). This is where they learn specific new tasks or facts to help them answer questions better.

This paper investigates what happens when we try to teach this student brand new facts that they have never seen before. The researchers discovered that while the student learns the new facts, they start to forget or mess up the old facts they already knew. This is called a "factual hallucination"—the model confidently makes things up.

Here is the breakdown of their findings using simple analogies:

1. The "Biography" Experiment

To study this, the researchers created a fake world called Biography-Reasoning.

  • The Setup: They invented 3,000 fake people with fake names, birth years, majors, and universities.
  • The Test: They taught the AI some of these fake people (Known Knowledge) and kept others secret (New/Unknown Knowledge).
  • The Goal: See what happens when the AI learns the "Unknown" people. Does it get better at answering questions about them? Yes. But does it break its ability to answer questions about the "Known" people? Yes.

2. The "Contagion" Effect

The biggest surprise was how the "sickness" spread.

  • The Finding: If you teach the AI a whole new category of fake people (e.g., "All the fake doctors are new"), the AI doesn't just get confused about doctors. It starts getting confused about everything, even the fake people it already knew perfectly.
  • The Analogy: Imagine a chef who learns a new, very strange recipe for soup. Suddenly, they start messing up their famous, perfect chocolate cake. The new recipe "contaminated" their memory of the old one.
  • The "All-or-Nothing" Rule: The researchers found that if a category is 100% new (even if it's just a tiny amount of data), the AI gets very confused. But if that same category is 90% old and 10% new, the AI stays stable. It's the unfamiliarity of the whole group that triggers the panic, not just the amount of new data.

3. The "Attention Span" Problem (The Why)

Why does this happen? The researchers looked inside the AI's "brain" (its attention mechanism).

  • The Mechanism: When an AI answers a question, it has to focus on the key names (like "Darreus Hsiao").
  • The Breakdown: When the AI learns new, unfamiliar facts, its brain gets distracted. It stops focusing on the specific names and starts over-relying on the surrounding context (the general vibe of the sentence).
  • The Metaphor: Imagine you are trying to find a specific friend in a crowded room.
    • Normal Mode: You look directly at your friend's face (Key Entity).
    • Hallucination Mode: Because the room is full of new, confusing faces, you stop looking at your friend's face. Instead, you guess, "Oh, that person over there looks like they might be my friend because they are wearing a blue shirt like my friend usually does." You guess wrong because you stopped looking at the actual person.

4. The "Lexical" Trap

The paper also found that these mistakes spread to other tasks if the words are similar, even if the meaning is different.

  • The Finding: If the AI learns a new fact about "Dentistry," it might start hallucinating about "Medicine" in a completely different question, simply because the words in the sentence looked similar to the training data.
  • The Analogy: It's like a student who memorizes the word "Bank" (as in a river bank) and then gets confused when asked about a "Bank" (as in a place to keep money), because the word is the same, even though the meaning is totally different. The AI gets stuck on the surface-level words rather than the deep meaning.

5. The Cure: "KnownPatch"

The researchers didn't just find the problem; they found a simple fix called KnownPatch.

  • The Solution: After the AI has been trained on all the new, confusing facts, the researchers inject a tiny amount of the old, familiar facts back into the training at the very end.
  • The Result: This acts like a "reset button." It reminds the AI to focus on the specific names again.
  • The Analogy: It's like a teacher who realizes their student is getting confused by new math problems. Instead of giving more new problems, the teacher gives the student five easy, familiar problems at the end of the class. This calms the student down, restores their confidence, and helps them remember how to focus correctly.

Summary

  • The Problem: Teaching AI brand new facts can make it forget old facts and start lying (hallucinating).
  • The Cause: Learning new things makes the AI stop focusing on the specific "who" and "what" in a question, causing it to guess based on context.
  • The Fix: At the end of training, feed the AI a small dose of familiar facts. This "patches" the brain, restoring its ability to focus on the right details and stopping the hallucinations.

This research is crucial because it shows that we don't need to filter out all new data to keep AI honest. We just need to make sure we don't let the AI get too lost in the new stuff without a little reminder of what it already knows.

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 →