BERT-INT: A BERT-Based Interaction Model for Knowledge Graph Alignment

Abstract

Knowledge graph alignment aims to link equivalent entities across different knowledge graphs. To utilize both the graph structures and the side information such as name, description and attributes, most of the works propagate the side information especially names through linked entities by graph neural networks. However, due to the heterogeneity of different knowledge graphs, the alignment accuracy will be suffered from aggregating different neighbors. This work presents an interaction model to only leverage the side information. Instead of aggregating neighbors, we compute the interactions between neighbors which can capture fine-grained matches of neighbors. Similarly, the interactions of attributes are also modeled. Experimental results show that our model significantly outperforms the best state-of-the-art methods by 1.9-9.7% in terms of HitRatio@1 on the dataset DBP15K.

Cite

Text

Tang et al. "BERT-INT: A BERT-Based Interaction Model for Knowledge Graph Alignment." International Joint Conference on Artificial Intelligence, 2020. doi:10.24963/IJCAI.2020/439

Markdown

[Tang et al. "BERT-INT: A BERT-Based Interaction Model for Knowledge Graph Alignment." International Joint Conference on Artificial Intelligence, 2020.](https://mlanthology.org/ijcai/2020/tang2020ijcai-bert/) doi:10.24963/IJCAI.2020/439

BibTeX

@inproceedings{tang2020ijcai-bert,
  title     = {{BERT-INT: A BERT-Based Interaction Model for Knowledge Graph Alignment}},
  author    = {Tang, Xiaobin and Zhang, Jing and Chen, Bo and Yang, Yang and Chen, Hong and Li, Cuiping},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2020},
  pages     = {3174-3180},
  doi       = {10.24963/IJCAI.2020/439},
  url       = {https://mlanthology.org/ijcai/2020/tang2020ijcai-bert/}
}