paper-with-me

Papers

SEA: A Scalable Entity Alignment System

2023-04-14 · Junyang Wu, Tianyi Li, Lu Chen, Yunjun Gao, Ziheng Wei

Entity alignment (EA) aims to find equivalent entities in different knowledge graphs (KGs). State-of-the-art EA approaches generally use Graph Neural Networks (GNNs) to encode entities. However, most of them train the models and evaluate the results in a fullbatch fashion, which prohibits EA from being scalable on largescale datasets. To enhance the usability of GNN-based EA models in real-world applications, we present SEA, a scalable entity alignment system that enables to (i) train large-scale GNNs for EA, (ii) speed up the normalization and the evaluation process, and (iii) report clear results for users to estimate different models and parameter settings. SEA can be run on a computer with merely one graphic card. Moreover, SEA encompasses six state-of-the-art EA models and provides access for users to quickly establish and evaluate their own models. Thus, SEA allows users to perform EA without being involved in tedious implementations, such as negative sampling and GPU-accelerated evaluation. With SEA, users can gain a clear view of the model performance. In the demonstration, we show that SEA is user-friendly and is of high scalability even on computers with limited computational resources.

📄 PDF Abstract BibTeX arXiv:2304.07065

Code (1)

immortals88/demo-sea 공식 구현

Tasks

Entity AlignmentGPUKnowledge Graphs

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

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

Gradient Flow of Energy: A General and Efficient Approach for Entity Alignment Decoding

2024-01-23 · Yuanyi Wang, Haifeng Sun, Jingyu Wang, Qi Qi 외

Entity alignment (EA), a pivotal process in integrating multi-source Knowledge Graphs (KGs), seeks to identify equivalent entity pairs across these graphs. Most existing approaches regard EA as a graph representation lea…

Entity AlignmentEntity EmbeddingsGraph Representation LearningKnowledge Graphs+3

Self-Alignment Pretraining for Biomedical Entity Representations

2020-10-22 · NAACL 2021 4 · Fangyu Liu, Ehsan Shareghi, Zaiqiao Meng, Marco Basaldella 외

Despite the widespread success of self-supervised learning via masked language models (MLM), accurately capturing fine-grained semantic relationships in the biomedical domain remains a challenge. This is of paramount imp…

BenchmarkingEntity LinkingMetric LearningSelf-Supervised Learning

LightEA: A Scalable, Robust, and Interpretable Entity Alignment Framework via Three-view Label Propagation

2022-10-19 · Xin Mao, Wenting Wang, Yuanbin Wu, Man Lan

Entity Alignment (EA) aims to find equivalent entity pairs between KGs, which is the core step of bridging and integrating multi-source KGs. In this paper, we argue that existing GNN-based EA methods inherit the inborn d…

Entity Alignment

ClusterEA: Scalable Entity Alignment with Stochastic Training and Normalized Mini-batch Similarities

2022-05-20 · Yunjun Gao, Xiaoze Liu, Junyang Wu, Tianyi Li 외

Entity alignment (EA) aims at finding equivalent entities in different knowledge graphs (KGs). Embedding-based approaches have dominated the EA task in recent years. Those methods face problems that come from the geometr…

Entity AlignmentEntity EmbeddingsKnowledge Graphs