← Latest papers
💬 NLP

ProvenAI: Provenance-Native Traces of Evidence in Generated Answers

ProvenAI introduces a novel framework that enhances transparency in retrieval-augmented question answering by decomposing it into three independently measurable layers—answer correctness, citation fidelity, and per-document influence—to reveal critical gaps between cited sources and the evidence that actually drives model outputs.

Original authors: Mohammad Faizan, Dalal Alharthi

Published 2026-06-26
📖 5 min read🧠 Deep dive

Original authors: Mohammad Faizan, Dalal Alharthi

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 ask a very smart, well-read librarian to answer a difficult question. To do this, the librarian grabs a stack of ten books from the shelf, reads them, and writes you an answer. At the end of the answer, the librarian writes down a "References" list, but only mentions two of the ten books they actually held.

ProvenAI is a new system designed to audit exactly what happened in that scenario. It asks: Did the librarian actually use those two books to write the answer? Or did the other eight books secretly influence the story without getting a mention?

Here is a simple breakdown of how the paper works, using everyday analogies.

1. The Problem: The "Fake Citation" Illusion

In the world of AI, systems often show you a list of sources (citations) to prove they aren't making things up. But the paper argues that a citation list is like a receipt that doesn't match the shopping cart.

Just because the librarian says they used Book A and Book B doesn't mean those books actually shaped the story.

  • The Reality: The librarian might have been heavily influenced by Book C, D, and E (which they didn't list), while Book A and B were barely glanced at.
  • The Gap: The paper calls this the "Citation-Influence Gap." It's the difference between what the AI claims it used (the citation) and what the AI actually relied on to form its answer (the influence).

2. The Solution: ProvenAI's Three-Layer Audit

Instead of just checking if the answer is right, ProvenAI breaks transparency down into three separate layers, like checking a car in three different ways:

  • Layer 1: Is the Answer Correct? (The Destination)
    • Analogy: Did the car actually arrive at the right address?
    • What it checks: Does the final answer match the known truth?
  • Layer 2: Is the Citation Honest? (The Receipt)
    • Analogy: Did the driver actually stop at the gas stations they listed on the receipt?
    • What it checks: Do the books the AI listed actually contain the facts it claims?
  • Layer 3: What Actually Moved the Needle? (The Engine)
    • Analogy: If we took the car apart and removed one specific engine part, would the car still run?
    • What it checks: This is the most unique part. The system takes the AI's answer, removes one specific book from the stack, and asks the AI to write the answer again. If the answer changes, that book was influential. If the answer stays the same, that book was just "decoration."

3. The "Magic Trick" Experiment

The researchers tested this on a famous puzzle dataset called HotpotQA, where questions require connecting dots across multiple documents.

  • The Setup: They ran the AI on 7,405 questions.
  • The Surprise: The AI got the right answer about 53% of the time, but it cited the correct sources 71% of the time. This means the AI was often good at finding the right books, but bad at using them to write the final sentence.
  • The "Citation-Influence Gap" Case Study:
    • They looked at a specific question about two movie directors.
    • The AI cited two books perfectly. The "Receipt" was 100% clean.
    • BUT, when they removed one of those cited books, the answer didn't change.
    • AND, when they removed seven other books that the AI didn't even cite, the answer did change.
    • Conclusion: The AI was secretly relying on the uncited books to get the answer right, while the cited books were just "window dressing."

4. Why This Matters (Without the Jargon)

The paper argues that we cannot just look at one score (like "Accuracy") to trust an AI. We need to see the whole picture:

  1. Did it get the right answer?
  2. Did it list the right sources?
  3. Did those sources actually do the heavy lifting?

If you only check #1 and #2, you might think the AI is trustworthy. But if you check #3, you might realize the AI is actually being swayed by "ghost" documents it never told you about.

5. The "Black Box" Limitation

The paper admits a small limitation: To measure influence perfectly, you usually need to see the AI's internal "thought process" (math probabilities). Since their system couldn't see inside the AI's brain, they used a clever workaround: they just compared the final sentences before and after removing a book.

  • Analogy: Instead of listening to the engine's internal combustion, they just checked if the car moved differently when they removed a part. It's not as precise as looking under the hood, but it's a very good guess.

Summary

ProvenAI is a tool that stops us from being fooled by a pretty list of citations. It proves that in AI, what is cited is not always what is used. By testing what happens when you remove a source, it reveals the hidden "ghosts" in the machine that are actually driving the answers.

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 →