paper-with-me

Papers

SelfKG: Self-Supervised Entity Alignment in Knowledge Graphs

2022-03-02 · Xiao Liu, Haoyun Hong, Xinghao Wang, Zeyi Chen, Evgeny Kharlamov, Yuxiao Dong, Jie Tang

Entity alignment, aiming to identify equivalent entities across different knowledge graphs (KGs), is a fundamental problem for constructing Web-scale KGs. Over the course of its development, the label supervision has been considered necessary for accurate alignments. Inspired by the recent progress of self-supervised learning, we explore the extent to which we can get rid of supervision for entity alignment. Commonly, the label information (positive entity pairs) is used to supervise the process of pulling the aligned entities in each positive pair closer. However, our theoretical analysis suggests that the learning of entity alignment can actually benefit more from pushing unlabeled negative pairs far away from each other than pulling labeled positive pairs close. By leveraging this discovery, we develop the self-supervised learning objective for entity alignment. We present SelfKG with efficient strategies to optimize this objective for aligning entities without label supervision. Extensive experiments on benchmark datasets demonstrate that SelfKG without supervision can match or achieve comparable results with state-of-the-art supervised baselines. The performance of SelfKG suggests that self-supervised learning offers great potential for entity alignment in KGs. The code and data are available at https://github.com/THUDM/SelfKG.

📄 PDF Abstract BibTeX arXiv:2203.01044

Code (1)

THUDM/SelfKG 공식 구현 pytorch

Tasks

Entity AlignmentKnowledge GraphsSelf-Supervised Learning

Similar Papers 제목 키워드 기반

A Self-supervised Method for Entity Alignment

2021-06-17 · Xiao Liu, Haoyun Hong, Xinghao Wang, Zeyi Chen 외

Entity alignment, aiming to identify equivalent entities across different knowledge graphs (KGs), is a fundamental problem for constructing large-scale KGs. Over the course of its development, supervision has been consid…

Contrastive LearningEntity AlignmentKnowledge GraphsSelf-Supervised Learning

Interactive Contrastive Learning for Self-supervised Entity Alignment

2022-01-17 · Kaisheng Zeng, Zhenhao Dong, Lei Hou, Yixin Cao 외

Self-supervised entity alignment (EA) aims to link equivalent entities across different knowledge graphs (KGs) without seed alignments. The current SOTA self-supervised EA method draws inspiration from contrastive learni…

Contrastive LearningEntity AlignmentKnowledge Graphs

ICLEA: Interactive Contrastive Learning for Self-supervised Entity Alignment

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Self-supervised entity alignment (EA) aims to link equivalent entities across different knowledge graphs (KGs) without seed alignments. The current SOTA self-supervised EA method draws inspiration from contrastive learni…

Contrastive LearningEntity AlignmentKnowledge Graphs

Unsupervised Robust Cross-Lingual Entity Alignment via Neighbor Triple Matching with Entity and Relation Texts

2024-07-22 · Soojin Yoon, Sungho Ko, Tongyoung Kim, SeongKu Kang 외

Cross-lingual entity alignment (EA) enables the integration of multiple knowledge graphs (KGs) across different languages, providing users with seamless access to diverse and comprehensive knowledge. Existing methods, mo…

Entity AlignmentKnowledge GraphsRelation

Large-scale Entity Alignment via Knowledge Graph Merging, Partitioning and Embedding

2022-08-23 · Kexuan Xin, Zequn Sun, Wen Hua, Wei Hu 외

Entity alignment is a crucial task in knowledge graph fusion. However, most entity alignment approaches have the scalability problem. Recent methods address this issue by dividing large KGs into small blocks for embeddin…

Entity Alignment