paper-with-me

Papers

Informed Multi-context Entity Alignment

2022-01-02 · Kexuan Xin, Zequn Sun, Wen Hua, Wei Hu, Xiaofang Zhou

Entity alignment is a crucial step in integrating knowledge graphs (KGs) from multiple sources. Previous attempts at entity alignment have explored different KG structures, such as neighborhood-based and path-based contexts, to learn entity embeddings, but they are limited in capturing the multi-context features. Moreover, most approaches directly utilize the embedding similarity to determine entity alignment without considering the global interaction among entities and relations. In this work, we propose an Informed Multi-context Entity Alignment (IMEA) model to address these issues. In particular, we introduce Transformer to flexibly capture the relation, path, and neighborhood contexts, and design holistic reasoning to estimate alignment probabilities based on both embedding similarity and the relation/entity functionality. The alignment evidence obtained from holistic reasoning is further injected back into the Transformer via the proposed soft label editing to inform embedding learning. Experimental results on several benchmark datasets demonstrate the superiority of our IMEA model compared with existing state-of-the-art entity alignment methods.

📄 PDF Abstract BibTeX arXiv:2201.00304

Code (1)

jadexin/imea 공식 구현 tf

Tasks

Entity AlignmentEntity EmbeddingsKnowledge GraphsRelation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Attribute-Consistent Knowledge Graph Representation Learning for Multi-Modal Entity Alignment

2023-04-04 · Qian Li, Shu Guo, Yangyifei Luo, Cheng Ji 외

The multi-modal entity alignment (MMEA) aims to find all equivalent entity pairs between multi-modal knowledge graphs (MMKGs). Rich attributes and neighboring entities are valuable for the alignment task, but existing wo…

AttributeEntity AlignmentGraph Neural NetworkGraph Representation Learning+4

Cross-lingual Entity Alignment with Adversarial Kernel Embedding and Adversarial Knowledge Translation

2021-04-16 · Gong Zhang, Yang Zhou, Sixing Wu, Zeru Zhang 외

Cross-lingual entity alignment, which aims to precisely connect the same entities in different monolingual knowledge bases (KBs) together, often suffers challenges from feature inconsistency to sequence context unawarene…

AttributeEntity AlignmentKnowledge GraphsTranslation

MagicView: Multi-View Consistent Identity Customization via Priors-Guided In-Context Learning

2025-10-31 · Hengjia Li, Jianjin Xu, Keli Cheng, Lei Wang 외 arxiv

Recent advances in personalized generative models have demonstrated impressive capabilities in producing identity-consistent images of the same individual across diverse scenes. However, most existing methods lack explic…

Semantic correspondence

A Contextual Alignment Enhanced Cross Graph Attention Network for Cross-lingual Entity Alignment

2020-12-01 · COLING 2020 8 · Zhiwen Xie, Runjie Zhu, Kunsong Zhao, Jin Liu 외

Cross-lingual entity alignment, which aims to match equivalent entities in KGs with different languages, has attracted considerable focus in recent years. Recently, many graph neural network (GNN) based methods are propo…

Entity AlignmentGraph AttentionGraph Neural Network

Exploring Part-Informed Visual-Language Learning for Person Re-Identification

2023-08-04 · Yin Lin, Cong Liu, Yehansen Chen, Jinshui Hu 외

Recently, visual-language learning has shown great potential in enhancing visual-based person re-identification (ReID). Existing visual-language learning-based ReID methods often focus on whole-body scale image-text feat…

Human ParsingPerson Re-Identification