Complex Logical Query Answering by Calibrating Knowledge Graph Completion Models
Changyi Xiao, Yixin Cao

TL;DR
This paper introduces CKGC, a lightweight calibration method that improves knowledge graph completion models for complex logical query answering by aligning prediction scores with true/false facts, boosting performance on benchmarks.
Contribution
The paper proposes a novel calibration technique, CKGC, that enhances KGC models' ability to answer complex logical queries without sacrificing ranking metrics.
Findings
Significant performance improvements on three benchmark datasets.
Calibration aligns prediction scores with true/false facts effectively.
Method preserves original ranking evaluation metrics.
Abstract
Complex logical query answering (CLQA) is a challenging task that involves finding answer entities for complex logical queries over incomplete knowledge graphs (KGs). Previous research has explored the use of pre-trained knowledge graph completion (KGC) models, which can predict the missing facts in KGs, to answer complex logical queries. However, KGC models are typically evaluated using ranking evaluation metrics, which may result in values of predictions of KGC models that are not well-calibrated. In this paper, we propose a method for calibrating KGC models, namely CKGC, which enables KGC models to adapt to answering complex logical queries. Notably, CKGC is lightweight and effective. The adaptation function is simple, allowing the model to quickly converge during the adaptation process. The core concept of CKGC is to map the values of predictions of KGC models to the range [0, 1],…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsSemantic Web and Ontologies · Cognitive Computing and Networks · Rough Sets and Fuzzy Logic
