← Latest papers
💬 NLP

When Correct Edges Cannot Be Verified: A Provenance Gap in Incomplete KGQA and a Provenance-Favoring Completion Policy

This paper reveals that textual verifiability is a poor proxy for edge correctness in Incomplete Knowledge Graph Question Answering due to a widespread lack of supporting text for valid facts, leading to the proposal of TGComplete, a provenance-favoring policy that prioritizes admitting only verifiable edges to ensure auditability over maximizing recall.

Original authors: Yongqi Kang, Yu Fu, Yong Zhao

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

Original authors: Yongqi Kang, Yu Fu, Yong Zhao

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 are trying to solve a complex mystery using a giant, digital encyclopedia (a Knowledge Graph) and a very smart, but sometimes hallucinating, detective (a Large Language Model).

Usually, the detective walks through the encyclopedia, following a trail of facts to find the answer. But sometimes, the encyclopedia is missing pages. The trail breaks, and the detective gets stuck.

To fix this, the detective can try to "guess" the missing fact from its own memory, or it can go to a library of books (text) to find evidence. The big question this paper asks is: If the detective finds a book that mentions the missing fact, does that mean the fact is actually true?

The authors say: No, not necessarily. And here is why, explained simply.

1. The "Missing Page" Problem

In the real world, knowledge graphs are incomplete. Imagine a map of a city where some streets are erased. If your GPS (the reasoning model) tries to drive from Point A to Point B, it hits a dead end.

  • The Old Way (GoG): The detective just guesses the missing street name based on what it "remembers." It might be right, or it might be a complete hallucination.
  • The New Idea: Before accepting the guess, check the library (text) to see if anyone wrote about that street. If the library has a book mentioning it, we assume the guess is safe.

2. The Big Surprise: The "Provenance Gap"

The authors tested this by taking a perfect map, secretly deleting 20% to 40% of the streets, and seeing what happened. They knew exactly which streets were the "real" missing ones because they deleted them themselves.

The Counter-Intuitive Finding:
They found that 76% to 96% of the correct missing streets could not be found in the library books, even if they searched every single book exhaustively.

The Analogy:
Imagine you are looking for a specific, obscure fact: "Who was the mayor of a tiny village in 1994?"

  • The Fact: It is 100% true.
  • The Library: You search every newspaper, biography, and history book.
  • The Result: The library doesn't mention the mayor's name in the same sentence as the village name. The fact is true, but it is textually invisible.

The paper calls this the Provenance Gap.

  • Verifiability: Can I find a book that says this?
  • Correctness: Is this actually true?
  • The Gap: Just because you can't find a book doesn't mean it's false. And just because you can find a book doesn't guarantee it's the whole truth. Most facts in these databases are like that obscure mayor—they exist, but they don't show up as "Head + Tail" in a single sentence in a book.

3. The Solution: TGComplete (The "Cautious Detective")

Since we can't rely on finding a book to prove a fact is true, the authors built a new system called TGComplete.

Instead of trying to be perfect, TGComplete changes the goal. It asks: "Should I admit this fact into my reasoning, or should I admit I don't have proof?"

How it works:

  1. Stop: When the trail breaks, it stops.
  2. Search: It looks for evidence in the library.
  3. Verify: It checks if the evidence strongly supports the guess.
  4. Decide:
    • If there is strong proof? Admit the fact and keep going.
    • If there is no proof? Abstain (stop and say "I don't know"). It does not guess.

4. The Trade-Off: Precision vs. Recall

This is where the "Risk Management" part comes in.

  • The Cost: Because TGComplete refuses to guess without proof, it misses some correct answers. It rejects about 24% to 50% of the correct missing facts because they had no book evidence.
  • The Gain: However, the facts it does accept are much more trustworthy. It filters out the "fake" guesses.
  • The Magic: Surprisingly, even though it rejects many correct facts, the final answer accuracy (getting the right answer to the question) stays the same as the guessing method.

Why?
The authors discovered that most of the missing facts (even the correct ones) are causally redundant.

  • Analogy: Imagine solving a maze. You need to turn left, then right, then left. The "missing fact" is the second "left."
  • The authors found that in 95–97% of cases, the maze could still be solved even if you ignored that specific missing turn, because the detective's internal knowledge or other paths were enough to get to the exit.
  • So, rejecting the missing fact didn't hurt the final score, but it did prevent the detective from confidently stating a fake fact.

5. The Bottom Line

The paper concludes that we need to change how we think about "checking" facts in AI.

  • Old Belief: "If I can't find it in the text, it's probably wrong."
  • New Reality: "If I can't find it in the text, it might still be true, but I can't prove it."

TGComplete is a tool for Auditability. It doesn't promise to find every single correct answer. Instead, it promises that every answer it gives is backed by a paper trail. It trades "finding everything" for "only saying things I can prove."

In a world where we need to trust AI, this paper suggests it's better to have a system that says "I don't know" than one that confidently lies, even if that means it misses a few correct guesses along the way.

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 →