Summary
The paper tries to tackle the challenge of entity alignment (EA) with unlabeled dangling cases in knowledge graphs (KGs), where some entities lack counterparts in another KG.
It presents a framework to detect dangling entities and align matchable entities using a GNN-based encoder and a positive-unlabeled learning algorithm, respectively.
It also provides theoretical guarantees for the proposed methods, including unbiasedness, uniform deviation bounds, and convergence.
Experimental results demonstrate the promising performance of the framework over baselines on real-world datasets, even without labeled dangling entities for training.
Strengths
- The paper addresses the challenge of entity alignment in a dangling-aware context, even when labeled data for dangling entities is unavailable. This practical scenario is explored, and can inspire future work on this task.
- In my opinion, the proposed method, selective neighborhood aggregation combined with positive-unlabeled learning, holds promise for tackling the problem under investigation.
- Experimental results across multiple datasets demonstrate that the proposed method can outperform baselines for dangling entity detection and entity alignment in most metrics.
Weaknesses
- The discussion on related work appears insufficient. I recommend enhancing the appendix by providing a detailed discussion and comparison. For instance, although the proposed GNN looks similar to Dual-AMN, no explicit discussions regarding this similarity are currently included.
- In Table 2, the proposed GNN exhibits significant superiority over MTransE and AliNet. However, in Table 4, the advantage is reduced. Although this could be attributed to various factors, such as dataset characteristics, evaluation metrics, or specific scenarios, it is essential to carefully analyze the experimental setup and consider potential confounding variables to fully understand this discrepancy.
Questions
- According to Table 2, the proposed GNN greatly outperforms MTransE and AliNet. Why does it not show such a huge advantage in Table 4?
- (Open question) Is the proposed method applicable to dangling entity detection with labeled data? What about its performance in this case?