OKGIT: Open Knowledge Graph Link Prediction with Implicit Types
Chandrahas, Partha Pratim Talukdar

TL;DR
This paper introduces OKGIT, a novel method for link prediction in open knowledge graphs that enhances prediction accuracy by incorporating type compatibility, addressing the issue of incompatible noun phrase predictions.
Contribution
The paper proposes a new type compatibility score and regularization technique to improve link prediction in OpenKGs, achieving state-of-the-art results.
Findings
OKGIT outperforms existing methods on multiple datasets.
It produces more type-compatible noun phrase predictions.
The approach significantly improves link prediction accuracy.
Abstract
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…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Complex Network Analysis Techniques
