AICLLGApr 2, 2020

Evaluating the Calibration of Knowledge Graph Embeddings for Trustworthy Link Prediction

arXiv:2004.01168v31002 citations
AI Analysis

This work addresses the need for reliable confidence scores in KGE predictions, which is crucial for practitioners in fields like AI and data science, though it is incremental as it builds on existing calibration techniques.

The paper tackled the problem of evaluating the trustworthiness of knowledge graph embedding (KGE) models by investigating their calibration under closed-world and open-world assumptions, finding that existing calibration techniques are effective under the former but much less so under the latter, and demonstrated through a case study that calibrated predictions can improve human performance in a knowledge graph completion task.

Little is known about the trustworthiness of predictions made by knowledge graph embedding (KGE) models. In this paper we take initial steps toward this direction by investigating the calibration of KGE models, or the extent to which they output confidence scores that reflect the expected correctness of predicted knowledge graph triples. We first conduct an evaluation under the standard closed-world assumption (CWA), in which predicted triples not already in the knowledge graph are considered false, and show that existing calibration techniques are effective for KGE under this common but narrow assumption. Next, we introduce the more realistic but challenging open-world assumption (OWA), in which unobserved predictions are not considered true or false until ground-truth labels are obtained. Here, we show that existing calibration techniques are much less effective under the OWA than the CWA, and provide explanations for this discrepancy. Finally, to motivate the utility of calibration for KGE from a practitioner's perspective, we conduct a unique case study of human-AI collaboration, showing that calibrated predictions can improve human performance in a knowledge graph completion task.

Foundations

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

Your Notes