paper-with-me

Papers

TransAlign: Fully Automatic and Effective Entity Alignment for Knowledge Graphs

2022-10-16 · Rui Zhang, Xiaoyan Zhao, Bayu Distiawan Trisedya, Min Yang, Hong Cheng, Jianzhong Qi

The task of entity alignment between knowledge graphs (KGs) aims to identify every pair of entities from two different KGs that represent the same entity. Many machine learning-based methods have been proposed for this task. However, to our best knowledge, existing methods all require manually crafted seed alignments, which are expensive to obtain. In this paper, we propose the first fully automatic alignment method named TransAlign, which does not require any manually crafted seed alignments. Specifically, for predicate embeddings, TransAlign constructs a predicate-proximity-graph to automatically capture the similarity between predicates across two KGs by learning the attention of entity types. For entity embeddings, TransAlign first computes the entity embeddings of each KG independently using TransE, and then shifts the two KGs' entity embeddings into the same vector space by computing the similarity between entities based on their attributes. Thus, both predicate alignment and entity alignment can be done without manually crafted seed alignments. TransAlign is not only fully automatic, but also highly effective. Experiments using real-world KGs show that TransAlign improves the accuracy of entity alignment significantly compared to state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2210.08540

Code (0)

등록된 구현이 없습니다.

Tasks

Entity AlignmentEntity EmbeddingsKnowledge Graphs

Methods 이 논문이 사용한 방법론

TransE TransE is an energy-based model that produces knowledge base embeddings. It models relationships by interpreting them as translations operating on the low-dimensional…

Similar Papers 제목 키워드 기반

TransAlign: Machine Translation Encoders are Strong Word Aligners, Too

2025-10-31 · Benedikt Ebing, Christian Goldschmied, Goran Glavaš arxiv

In the absence of sizable training data for most world languages and NLP tasks, translation-based strategies such as translate-test -- evaluating on noisy source language data translated from the target language -- and t…

Cross-Lingual TransferMachine Translation

AutoAlign: Fully Automatic and Effective Knowledge Graph Alignment enabled by Large Language Models

2023-07-18 · Rui Zhang, Yixin Su, Bayu Distiawan Trisedya, Xiaoyan Zhao 외

The task of entity alignment between knowledge graphs (KGs) aims to identify every pair of entities from two different KGs that represent the same entity. Many machine learning-based methods have been proposed for this t…

Entity AlignmentEntity EmbeddingsKnowledge Graphs

Setting the Stage: Text-Driven Scene-Consistent Image Generation

2025-12-14 · Cong Xie, Che Wang, Yan Zhang, Ruiqi Yu 외 arxiv

We focus on the foundational task of Scene Staging: given a reference scene image and a text condition specifying an actor category to be generated in the scene and its spatial relation to the scene, the goal is to synth…

Image Generation

Cybersecurity Entity Alignment via Masked Graph Attention Networks

2022-07-04 · Yue Qin, Xiaojing Liao

Cybersecurity vulnerability information is often recorded by multiple channels, including government vulnerability repositories, individual-maintained vulnerability-gathering platforms, or vulnerability-disclosure email …

Entity AlignmentGraph Attention

From Alignment to Assignment: Frustratingly Simple Unsupervised Entity Alignment

2021-09-06 · EMNLP 2021 11 · Xin Mao, Wenting Wang, Yuanbin Wu, Man Lan

Cross-lingual entity alignment (EA) aims to find the equivalent entities between crosslingual KGs, which is a crucial step for integrating KGs. Recently, many GNN-based EA methods are proposed and show decent performance…

Entity Alignment