paper-with-me

Papers

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 manually mining the entity pairs that consist of entities with the same meaning is labor-consuming. In this paper, we propose a novel accurate Unsupervised method for joint Entity alignment (EA) and Dangling entity detection (DED), called UED. The UED mines the literal semantic information to generate pseudo entity pairs and globally guided alignment information for EA and then utilizes the EA results to assist the DED. We construct a medical cross-lingual knowledge graph dataset, MedED, providing data for both the EA and DED tasks. Extensive experiments demonstrate that in the EA task, UED achieves EA results comparable to those of state-of-the-art supervised EA baselines and outperforms the current state-of-the-art EA methods by combining supervised EA data. For the DED task, UED obtains high-quality results without supervision.

📄 PDF Abstract BibTeX arXiv:2203.05147

Code (1)

luosx18/ued 공식 구현 pytorch

Tasks

Entity AlignmentKnowledge Graphs

Similar Papers 제목 키워드 기반

Semi-constraint Optimal Transport for Entity Alignment with Dangling Cases

2022-03-11 · Shengxuan Luo, Pengyu Cheng, Sheng Yu

Entity alignment (EA) merges knowledge graphs (KGs) by identifying the equivalent entities in different graphs, which can effectively enrich knowledge representations of KGs. However, in practice, different KGs often inc…

Entity AlignmentKnowledge GraphsMetric LearningWord Embeddings

Dangling-Aware Entity Alignment with Mixed High-Order Proximities

2022-01-16 · ACL ARR January 2022 1 · Anonymous

We study dangling-aware entity alignment in knowledge graphs (KGs), which is an underexplored but important problem. As different KGs are naturally constructed by different sets of entities, a KG commonly contains some d…

Entity AlignmentKnowledge GraphsVocal Bursts Intensity Prediction

Dangling-Aware Entity Alignment with Mixed High-Order Proximities

2022-05-05 · Findings (NAACL) 2022 7 · Juncheng Liu, Zequn Sun, Bryan Hooi, Yiwei Wang 외

We study dangling-aware entity alignment in knowledge graphs (KGs), which is an underexplored but important problem. As different KGs are naturally constructed by different sets of entities, a KG commonly contains some d…

Entity AlignmentKnowledge GraphsVocal Bursts Intensity Prediction

Knowing the No-match: Entity Alignment with Dangling Cases

2021-06-04 · ACL 2021 5 · Zequn Sun, Muhao Chen, Wei Hu

This paper studies a new problem setting of entity alignment for knowledge graphs (KGs). Since KGs possess different sets of entities, there could be entities that cannot find alignment across them, leading to the proble…

Abstention PredictionEntity AlignmentKnowledge Graphs

Lambda: Learning Matchable Prior For Entity Alignment with Unlabeled Dangling Cases

2024-03-16 · Hang Yin, Liyao Xiang, Dong Ding, Yuheng He 외

We investigate the entity alignment (EA) problem with unlabeled dangling cases, meaning that partial entities have no counterparts in the other knowledge graph (KG), and this type of entity remains unlabeled. To address …

Contrastive LearningEntity AlignmentRepresentation Learning