paper-with-me

Papers

A Self-supervised Method for Entity Alignment

2021-06-17 · 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 large-scale KGs. Over the course of its development, 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. Existing supervised methods for this task focus on pulling each pair of positive (labeled) entities close to each other. However, our analysis suggests that the learning of entity alignment can actually benefit more from pushing sampled (unlabeled) negatives far away than pulling positive aligned pairs close. We present SelfKG by leveraging this discovery to design a contrastive learning strategy across two KGs. 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 demonstrates self-supervised learning offers great potential for entity alignment in KGs.

📄 PDF Abstract BibTeX arXiv:2106.09395

Code (1)

THUDM/SelfKG 공식 구현 pytorch

Tasks

Contrastive LearningEntity AlignmentKnowledge GraphsSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

SelfKG: Self-Supervised Entity Alignment in Knowledge Graphs

2022-03-02 · 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 Web-scale KGs. Over the course of its development, the label supervision has bee…

Entity 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