paper-with-me

Papers

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

2022-08-23 · Kexuan Xin, Zequn Sun, Wen Hua, Wei Hu, Jianfeng Qu, Xiaofang Zhou

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 embedding and alignment learning in each. However, such a partitioning and learning process results in an excessive loss of structure and alignment. Therefore, in this work, we propose a scalable GNN-based entity alignment approach to reduce the structure and alignment loss from three perspectives. First, we propose a centrality-based subgraph generation algorithm to recall some landmark entities serving as the bridges between different subgraphs. Second, we introduce self-supervised entity reconstruction to recover entity representations from incomplete neighborhood subgraphs, and design cross-subgraph negative sampling to incorporate entities from other subgraphs in alignment learning. Third, during the inference process, we merge the embeddings of subgraphs to make a single space for alignment search. Experimental results on the benchmark OpenEA dataset and the proposed large DBpedia1M dataset verify the effectiveness of our approach.

📄 PDF Abstract BibTeX arXiv:2208.11125

Code (1)

jadexin/largegnn 공식 구현 pytorch

Tasks

Entity Alignment

Similar Papers 제목 키워드 기반

Time-aware Graph Neural Network for Entity Alignment between Temporal Knowledge Graphs

2021-11-01 · EMNLP 2021 11 · Chengjin Xu, Fenglong Su, Jens Lehmann

Entity alignment aims to identify equivalent entity pairs between different knowledge graphs (KGs). Recently, the availability of temporal KGs (TKGs) that contain time information created the need for reasoning over time…

Entity AlignmentGraph Neural NetworkKnowledge Graphs

Time-aware Graph Neural Networks for Entity Alignment between Temporal Knowledge Graphs

2022-03-04 · Chengjin Xu, Fenglong Su, Jens Lehmann

Entity alignment aims to identify equivalent entity pairs between different knowledge graphs (KGs). Recently, the availability of temporal KGs (TKGs) that contain time information created the need for reasoning over time…

Entity AlignmentKnowledge Graphs

Vision, Deduction and Alignment: An Empirical Study on Multi-modal Knowledge Graph Alignment

2023-02-17 · Yangning Li, Jiaoyan Chen, Yinghui Li, Yuejia Xiang 외

Entity alignment (EA) for knowledge graphs (KGs) plays a critical role in knowledge engineering. Existing EA methods mostly focus on utilizing the graph structures and entity attributes (including literals), but ignore i…

Entity AlignmentKnowledge GraphsMulti-modal Knowledge Graph

Knowledge Association with Hyperbolic Knowledge Graph Embeddings

2020-10-05 · EMNLP 2020 11 · Zequn Sun, Muhao Chen, Wei Hu, Chengming Wang 외

Capturing associations for knowledge graphs (KGs) through entity alignment, entity type inference and other related tasks benefits NLP applications with comprehensive knowledge representations. Recent related methods bui…

Entity AlignmentGraph Neural NetworkKnowledge Graph EmbeddingsKnowledge Graphs

Debate to Align: Reliable Entity Alignment through Two-Stage Multi-Agent Debate

2026-04-15 · Cunda Wang, Ziying Ma, Po Hu, Weihua Wang 외 arxiv

Entity alignment (EA) aims to identify entities referring to the same real-world object across different knowledge graphs (KGs). Recent approaches based on large language models (LLMs) typically obtain entity embeddings …

Representation LearningKnowledge GraphsEntity AlignmentDecision Making