AINov 16, 2020

Fact Checking via Path Embedding and Aggregation

arXiv:2011.08028v10.001 citations
AI Analysis50

This work addresses fact-checking for knowledge graph applications, presenting an incremental improvement over existing path-based methods.

The paper tackles the problem of fact-checking in knowledge graphs by identifying and encoding semantically relevant paths between entities, then aggregating them to verify facts. The proposed FEA system shows performance benefits in experiments across various knowledge graphs.

Knowledge graphs (KGs) are a useful source of background knowledge to (dis)prove facts of the form (s, p, o). Finding paths between s and o is the cornerstone of several fact-checking approaches. While paths are useful to (visually) explain why a given fact is true or false, it is not completely clear how to identify paths that are most relevant to a fact, encode them and weigh their importance. The goal of this paper is to present the Fact Checking via path Embedding and Aggregation (FEA) system. FEA starts by carefully collecting the paths between s and o that are most semantically related to the domain of p. However, instead of directly working with this subset of all paths, it learns vectorized path representations, aggregates them according to different strategies, and use them to finally (dis)prove a fact. We conducted a large set of experiments on a variety of KGs and found that our hybrid solution brings some benefits in terms of performance.

Foundations

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

Your Notes