# Adaptive knowledge distillation based structure-text embedding integrating for knowledge graph completion

**Authors:** Qingsong Li, You Lv, Xiaolong Wei, Chao Li, Lianqiu Wei, Jianguang Zhang, Wei Wei

PMC · DOI: 10.1371/journal.pone.0344363 · PLOS One · 2026-03-19

## TL;DR

This paper introduces a new method for improving knowledge graph completion by better integrating structural and textual information using adaptive knowledge distillation.

## Contribution

AKD-KGC introduces a teaching-learning procedure based on adaptive knowledge distillation to enhance integration of structure and text embeddings.

## Key findings

- AKD-KGC achieves state-of-the-art results on multiple datasets for knowledge graph completion.
- The method effectively transfers multi-semantic knowledge from structure models to pre-trained language models.
- The framework works in both transductive and inductive settings.

## Abstract

Knowledge graph completion (KGC) is a fundamental task for improving downstream applications like semantic search and question answering. Effective KGC requires integrating structural and description information, allowing them to complement each other’s weaknesses (e.g., long-tail issues or overlooked structural knowledge). Existing work typically integrates structural and description information at the embedding level by feeding structure embeddings into pre-trained language models (PLMs) and coupling them via attention mechanisms, which ensures the complementarity. However, as many KG entities are multi-semantic, exhibiting semantics beyond descriptions in certain triplets and making PLMs struggle to learn them, and current embedding level coupling approaches fail to transfer the entity multi-semantic knowledge learned from the structure model to PLM, the integration effect can be further improved. To alleviate above issue, we propose AKD-KGC, which aims at realizing this knowledge transfer then enhancing the integration effect by adding a teaching-learning procedure based on Adaptive Knowledge Distillation during feature integration for KGC task in this work. The AKD-KGC framework integrates two features at the embedding level and use structural models to guide prediction behavior of integration model at the same time, adjusting the weight of PLM through additional supervision and enhancing its learning of entity additional semantics beyond descriptions. AKD-KGC can be applied to both transductive and inductive settings, and has achieved state-of-the-art results on a large number of datasets in both settings, demonstrating the effectiveness of our method. Our code and datasets are available at https://github.com/liqingsong1227/AKD-KGC.

## Full-text entities

- **Genes:** MAPT (microtubule associated protein tau) [NCBI Gene 4137] {aka DDPAC, FTD1, FTDP-17, MAPTL, MSTD, MTBT1}
- **Species:** Homo sapiens (human, species) [taxon 9606]

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/PMC13001924/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/PMC13001924/full.md

## References

51 references — full list in the complete paper: https://tomesphere.com/paper/PMC13001924/full.md

---
Source: https://tomesphere.com/paper/PMC13001924