AILGJul 3, 2024

Croppable Knowledge Graph Embedding

arXiv:2407.02779v21 citationsh-index: 21
AI Analysis

This addresses efficiency and flexibility issues for AI practitioners using KGs, though it is incremental as it builds on existing KGE methods.

The paper tackles the problem of needing to retrain Knowledge Graph Embedding (KGE) models from scratch for different dimensional requirements by proposing MED, a framework that allows one training to produce a croppable model for multiple scenarios, enabling direct cropping and use without extra training.

Knowledge Graph Embedding (KGE) is a common approach for Knowledge Graphs (KGs) in AI tasks. Embedding dimensions depend on application scenarios. Requiring a new dimension means training a new KGE model from scratch, increasing cost and limiting efficiency and flexibility. In this work, we propose a novel KGE training framework MED. It allows one training to obtain a croppable KGE model for multiple scenarios with different dimensional needs. Sub-models of required dimensions can be directly cropped and used without extra training. In MED, we propose a mutual learning mechanism to improve the low-dimensional sub-models and make high-dimensional sub-models retain the low-dimensional sub-models' capacity, an evolutionary improvement mechanism to promote the high-dimensional sub-models to master the triple that the low-dimensional sub-models can not, and a dynamic loss weight to adaptively balance the multiple losses. Experiments on 4 KGE models across 4 standard KG completion datasets, 3 real-world scenarios using a large-scale KG, and extending MED to the BERT language model demonstrate its effectiveness, high efficiency, and flexible extensibility.

Foundations

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

Your Notes