paper-with-me

Papers

Unsupervised Entity Alignment for Temporal Knowledge Graphs

2023-02-01 · Xiaoze Liu, Junyang Wu, Tianyi Li, Lu Chen, Yunjun Gao

Entity alignment (EA) is a fundamental data integration task that identifies equivalent entities between different knowledge graphs (KGs). Temporal Knowledge graphs (TKGs) extend traditional knowledge graphs by introducing timestamps, which have received increasing attention. State-of-the-art time-aware EA studies have suggested that the temporal information of TKGs facilitates the performance of EA. However, existing studies have not thoroughly exploited the advantages of temporal information in TKGs. Also, they perform EA by pre-aligning entity pairs, which can be labor-intensive and thus inefficient. In this paper, we present DualMatch which effectively fuses the relational and temporal information for EA. DualMatch transfers EA on TKGs into a weighted graph matching problem. More specifically, DualMatch is equipped with an unsupervised method, which achieves EA without necessitating seed alignment. DualMatch has two steps: (i) encoding temporal and relational information into embeddings separately using a novel label-free encoder, Dual-Encoder; and (ii) fusing both information and transforming it into alignment using a novel graph-matching-based decoder, GM-Decoder. DualMatch is able to perform EA on TKGs with or without supervision, due to its capability of effectively capturing temporal information. Extensive experiments on three real-world TKG datasets offer the insight that DualMatch outperforms the state-of-the-art methods in terms of H@1 by 2.4% - 10.7% and MRR by 1.7% - 7.6%, respectively.

📄 PDF Abstract BibTeX arXiv:2302.00796

Code (1)

zju-daily/dualmatch 공식 구현 pytorch

Tasks

Data IntegrationDecoderEntity AlignmentGraph MatchingKnowledge Graphs

Similar Papers 제목 키워드 기반

A Simple Temporal Information Matching Mechanism for Entity Alignment Between Temporal Knowledge Graphs

2022-09-20 · COLING 2022 10 · Li Cai, Xin Mao, Meirong Ma, Hao Yuan 외

Entity alignment (EA) aims to find entities in different knowledge graphs (KGs) that refer to the same object in the real world. Recent studies incorporate temporal information to augment the representations of KGs. The …

Entity AlignmentEntity EmbeddingsGraph Neural NetworkKnowledge Graphs

Unsupervised Robust Cross-Lingual Entity Alignment via Neighbor Triple Matching with Entity and Relation Texts

2024-07-22 · Soojin Yoon, Sungho Ko, Tongyoung Kim, SeongKu Kang 외

Cross-lingual entity alignment (EA) enables the integration of multiple knowledge graphs (KGs) across different languages, providing users with seamless access to diverse and comprehensive knowledge. Existing methods, mo…

Entity AlignmentKnowledge GraphsRelation

An Accurate Unsupervised Method for Joint Entity Alignment and Dangling Entity Detection

2022-03-10 · Findings (ACL) 2022 5 · Shengxuan Luo, Sheng Yu

Knowledge graph integration typically suffers from the widely existing dangling entities that cannot find alignment cross knowledge graphs (KGs). The dangling entity set is unavailable in most real-world scenarios, and m…

Entity AlignmentKnowledge Graphs

Visual Pivoting for (Unsupervised) Entity Alignment

2020-09-28 · Fangyu Liu, Muhao Chen, Dan Roth, Nigel Collier

This work studies the use of visual semantic representations to align entities in heterogeneous knowledge graphs (KGs). Images are natural components of many existing KGs. By combining visual knowledge with other auxilia…

Entity AlignmentKnowledge GraphsMulti-modal Entity Alignment

Weakly-supervised Knowledge Graph Alignment with Adversarial Learning

2019-07-06 · ICLR 2019 5 · Meng Qu, Jian Tang, Yoshua Bengio

This paper studies aligning knowledge graphs from different sources or languages. Most existing methods train supervised methods for the alignment, which usually require a large number of aligned knowledge triplets. Howe…

Knowledge Graphs