English

Neuro-Symbolic Entity Alignment via Variational Inference

Artificial Intelligence 2025-09-30 v2

Abstract

Entity alignment (EA) aims to merge two knowledge graphs (KGs) by identifying equivalent entity pairs. Existing methods can be categorized into symbolic and neural models. Symbolic models, while precise, struggle with substructure heterogeneity and sparsity, whereas neural models, although effective, generally lack interpretability and cannot handle uncertainty. We propose NeuSymEA, a unified neuro-symbolic reasoning framework that combines the strengths of both methods to fully exploit the cross-KG structural pattern for robust entity alignment. NeuSymEA models the joint probability of all possible pairs' truth scores in a Markov random field, regulated by a set of rules, and optimizes it with the variational EM algorithm. In the E-step, a neural model parameterizes the truth score distributions and infers missing alignments. In the M-step, the rule weights are updated based on the observed and inferred alignments, handling uncertainty. We introduce an efficient symbolic inference engine driven by logic deduction, enabling reasoning with extended rule lengths. NeuSymEA achieves a significant 7.6\% hit@1 improvement on DBP15KZH-EN\text{DBP15K}_{\text{ZH-EN}} compared with strong baselines and demonstrates robustness in low-resource settings, achieving 73.7\% hit@1 accuracy on DBP15KFR-EN\text{DBP15K}_{\text{FR-EN}} with only 1\% pairs as seed alignments. Codes are released at https://github.com/chensyCN/NeuSymEA-NeurIPS25.

Keywords

Cite

@article{arxiv.2410.04153,
  title  = {Neuro-Symbolic Entity Alignment via Variational Inference},
  author = {Shengyuan Chen and Zheng Yuan and Qinggang Zhang and Wen Hua and Jiannong Cao and Xiao Huang},
  journal= {arXiv preprint arXiv:2410.04153},
  year   = {2025}
}

Comments

This paper has been accepted by NeurIPS 2025

R2 v1 2026-06-28T19:09:44.902Z