CLAIApr 29, 2022

KERMIT -- A Transformer-Based Approach for Knowledge Graph Matching

arXiv:2204.13931v16 citationsh-index: 45
Originality Incremental advance
AI Analysis

This addresses the scalability problem in knowledge graph matching for researchers and practitioners, though it is an incremental improvement over existing transformer methods.

The paper tackles the computational inefficiency of pairwise text comparisons in knowledge graph matching by proposing a two-step transformer-based approach that first generates candidates with a bi-encoder and then refines them with cross-encoders, achieving competitive results on multiple datasets.

One of the strongest signals for automated matching of knowledge graphs and ontologies are textual concept descriptions. With the rise of transformer-based language models, text comparison based on meaning (rather than lexical features) is available to researchers. However, performing pairwise comparisons of all textual descriptions of concepts in two knowledge graphs is expensive and scales quadratically (or even worse if concepts have more than one description). To overcome this problem, we follow a two-step approach: we first generate matching candidates using a pre-trained sentence transformer (so called bi-encoder). In a second step, we use fine-tuned transformer cross-encoders to generate the best candidates. We evaluate our approach on multiple datasets and show that it is feasible and produces competitive results.

Foundations

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

Your Notes