Repurposing Knowledge Graph Embeddings for Triple Representation via Weak Supervision
Alexander Kalinowski, Yuan An

TL;DR
This paper introduces a novel fine-tuning method that leverages pre-trained knowledge graph embeddings and weak supervision to improve triple representations, outperforming existing methods on classification and clustering tasks.
Contribution
The paper proposes a new approach for learning triple embeddings by using weak supervision signals from pre-trained models, enhancing semantic capture.
Findings
Consistent improvement over state-of-the-art methods in triple classification.
Enhanced triple clustering performance.
Effective use of pairwise similarity scores for fine-tuning.
Abstract
The majority of knowledge graph embedding techniques treat entities and predicates as separate embedding matrices, using aggregation functions to build a representation of the input triple. However, these aggregations are lossy, i.e. they do not capture the semantics of the original triples, such as information contained in the predicates. To combat these shortcomings, current methods learn triple embeddings from scratch without utilizing entity and predicate embeddings from pre-trained models. In this paper, we design a novel fine-tuning approach for learning triple embeddings by creating weak supervision signals from pre-trained knowledge graph embeddings. We develop a method for automatically sampling triples from a knowledge graph and estimating their pairwise similarities from pre-trained embedding models. These pairwise similarity scores are then fed to a Siamese-like neural…
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
