CLJun 24, 2021

OKGIT: Open Knowledge Graph Link Prediction with Implicit Types

arXiv:2106.12806v1711 citations
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in OpenKG link prediction for downstream tasks like question answering, though it is incremental in improving type compatibility.

The paper tackles the problem of predicting noun phrases with incompatible types in Open Knowledge Graph link prediction by proposing OKGIT, which uses a novel type compatibility score and regularization to achieve state-of-the-art performance on multiple datasets.

Open Knowledge Graphs (OpenKG) refer to a set of (head noun phrase, relation phrase, tail noun phrase) triples such as (tesla, return to, new york) extracted from a corpus using OpenIE tools. While OpenKGs are easy to bootstrap for a domain, they are very sparse and far from being directly usable in an end task. Therefore, the task of predicting new facts, i.e., link prediction, becomes an important step while using these graphs in downstream tasks such as text comprehension, question answering, and web search query recommendation. Learning embeddings for OpenKGs is one approach for link prediction that has received some attention lately. However, on careful examination, we found that current OpenKG link prediction algorithms often predict noun phrases (NPs) with incompatible types for given noun and relation phrases. We address this problem in this work and propose OKGIT that improves OpenKG link prediction using novel type compatibility score and type regularization. With extensive experiments on multiple datasets, we show that the proposed method achieves state-of-the-art performance while producing type compatible NPs in the link prediction task.

Code Implementations1 repo
Foundations

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

Your Notes