paper-with-me

홈 › Papers

SEG:Seeds-Enhanced Iterative Refinement Graph Neural Network for Entity Alignment

2024-10-28 · Wei Ai, Yinghui Gao, Jianbin Li, JiaYi Du, Tao Meng, Yuntao Shou, Keqin Li

Entity alignment is crucial for merging knowledge across knowledge graphs, as it matches entities with identical semantics. The standard method matches these entities based on their embedding similarities using semi-supervised learning. However, diverse data sources lead to non-isomorphic neighborhood structures for aligned entities, complicating alignment, especially for less common and sparsely connected entities. This paper presents a soft label propagation framework that integrates multi-source data and iterative seed enhancement, addressing scalability challenges in handling extensive datasets where scale computing excels. The framework uses seeds for anchoring and selects optimal relationship pairs to create soft labels rich in neighborhood features and semantic relationship data. A bidirectional weighted joint loss function is implemented, which reduces the distance between positive samples and differentially processes negative samples, taking into account the non-isomorphic neighborhood structures. Our method outperforms existing semi-supervised approaches, as evidenced by superior results on multiple datasets, significantly improving the quality of entity alignment.

📄 PDF Abstract BibTeX arXiv:2410.20733

Code (0)

등록된 구현이 없습니다.

Tasks

Entity AlignmentGraph Neural NetworkKnowledge Graphs

Similar Papers 제목 키워드 기반

MRAEA: An Efficient and Robust Entity Alignment Approach for Cross-lingual Knowledge Graph

2020-02-03 · The International Conference on Web Search and Data Mining (WSDM) 2020 2 · Xin Mao, Wenting Wang, Huimin Xu, Man Lan 외

Entity alignment to find equivalent entities in cross-lingual Knowledge Graphs (KGs) plays a vital role in automatically integrating multiple KGs. Existing translation-based entity alignment methods jointly model the cro…

Entity AlignmentEntity EmbeddingsGraph Neural NetworkKnowledge Graphs+1

Jointly Learning Entity and Relation Representations for Entity Alignment

2019-09-20 · IJCNLP 2019 11 · Yuting Wu, Xiao Liu, Yansong Feng, Zheng Wang 외

Entity alignment is a viable means for integrating heterogeneous knowledge among different knowledge graphs (KGs). Recent developments in the field often take an embedding-based approach to model the structural informati…

Entity AlignmentEntity EmbeddingsKnowledge GraphsRelation

Conflict-Aware Pseudo Labeling via Optimal Transport for Entity Alignment

2022-09-05 · Qijie Ding, Daokun Zhang, Jie Yin

Entity alignment aims to discover unique equivalent entity pairs with the same meaning across different knowledge graphs (KGs). Existing models have focused on projecting KGs into a latent embedding space so that inheren…

Entity AlignmentEntity EmbeddingsKnowledge GraphsPseudo Label

PSQE: A Theoretical-Practical Approach to Pseudo Seed Quality Enhancement for Unsupervised Multimodal Entity Alignment

2026-02-26 · Yunpeng Hong, Chenyang Bu, Jie Zhang, Yi He 외 arxiv

Multimodal Entity Alignment (MMEA) aims to identify equivalent entities across different data modalities, enabling structural data integration that in turn improves the performance of various large language model applica…

Contrastive LearningEntity Alignment

Are LLMs Better GNN Helpers? Rethinking Robust Graph Learning under Deficiencies with Iterative Refinement

2025-10-02 · Zhaoyan Wang, Zheng Gao, Arogya Kharel, In-Young Ko arxiv

Graph Neural Networks (GNNs) are widely adopted in Web-related applications, serving as a core technique for learning from graph-structured data, such as text-attributed graphs. Yet in real-world scenarios, such graphs e…

Contrastive LearningGraph Learning