From e748c499af0b9f4ad79a96e416b1a3bfa6f439d7 Mon Sep 17 00:00:00 2001 From: Ensiyeh Raoufi Date: Fri, 15 Sep 2023 14:58:23 +0200 Subject: [PATCH] Update README.md Add i-Align to the EA methods --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4d88dc2..eea59d4 100644 --- a/README.md +++ b/README.md @@ -278,6 +278,9 @@ This is a repo listing some must-read papers on Entity Alignment published in re 1. **FGWEA**: **"A Fused Gromov-Wasserstein Framework for Unsupervised Knowledge Graph Entity Alignment".** *Jianheng Tang, Kangfei Zhao, Jia Li.* (ACL-findings 2023) \[[paper](https://arxiv.org/abs/2305.06574)\]\[[code](https://github.com/squareRoot3/FusedGW-Entity-Alignment)\] +1. **i-Align**: **"an interpretable knowledge graph alignment model".** +*Bayu Distiawan Trisedya, Flora D. Salim, Jeffrey Chan, Damiano Spina, Falk Scholer & Mark Sanderson.* (Data Mining and Knowledge Discovery 2023) \[[paper](https://link.springer.com/article/10.1007/s10618-023-00963-3#:~:text=The%20proposed%20i%2DAlign%20is,and%20relationship%20triples%20as%20follows.)\]\[[code](https://bitbucket.org/bayudt/i-align)\] + ## Dangling-Aware Entity Alignment This section covers the new problem setting of entity alignment with dangling cases. ([Muhao](https://github.com/muhaochen): Proposed, and may be reorganized) 1. **"Knowing the No-match: Entity Alignment with Dangling Cases".**