IRCLLGSep 13, 2021

Graph-based Retrieval for Claim Verification over Cross-Document Evidence

arXiv:2109.06022v1
Originality Incremental advance
AI Analysis

This addresses the problem of claim verification for users needing accurate information from cross-document sources, but it is incremental as it builds on existing retrieval and inference methods.

The paper tackles the problem of verifying claims by retrieving and combining evidence from multiple documents, which is challenging when evidence is fragmented across barely related sources. The result shows that a graph-based approach leveraging entity interconnections improves retrieval, identifying a reasonably small portion of relevant passages.

Verifying the veracity of claims requires reasoning over a large knowledge base, often in the form of corpora of trustworthy sources. A common approach consists in retrieving short portions of relevant text from the reference documents and giving them as input to a natural language inference module that determines whether the claim can be inferred or contradicted from them. This approach, however, struggles when multiple pieces of evidence need to be collected and combined from different documents, since the single documents are often barely related to the target claim and hence they are left out by the retrieval module. We conjecture that a graph-based approach can be beneficial to identify fragmented evidence. We tested this hypothesis by building, over the whole corpus, a large graph that interconnects text portions by means of mentioned entities and exploiting such a graph for identifying candidate sets of evidence from multiple sources. Our experiments show that leveraging on a graph structure is beneficial in identifying a reasonably small portion of passages related to a claim.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes