paper-with-me

홈 › Papers

NALA: an Effective and Interpretable Entity Alignment Method

2024-04-18 · Chuanhao Xu, Jingwei Cheng, Fu Zhang

Entity alignment (EA) aims to find equivalent entities between two Knowledge Graphs. Existing embedding-based EA methods usually encode entities as embeddings, triples as embeddings' constraint and learn to align the embeddings. However, the details of the underlying logical inference steps among the alignment process are usually omitted, resulting in inadequate inference process. In this paper, we introduce NALA, an entity alignment method that captures three types of logical inference paths with Non-Axiomatic Logic (NAL). Type 1&2 align the entity pairs and type 3 aligns relations. NALA iteratively aligns entities and relations by integrating the conclusions of the inference paths. Our method is logically interpretable and extensible by introducing NAL, and thus suitable for various EA settings. Experimental results show that NALA outperforms state-of-the-art methods in terms of Hits@1, achieving 0.98+ on all three datasets of DBP15K with both supervised and unsupervised settings. We offer a pioneering in-depth analysis of the fundamental principles of entity alignment, approaching the subject from a unified and logical perspective. Our code is available at https://github.com/13998151318/NALA.

📄 PDF Abstract BibTeX arXiv:2404.11968

Code (1)

13998151318/nala 공식 구현

Tasks

AttributeEntity AlignmentKnowledge GraphsSentence

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Towards Proactive Personalization through Profile Customization for Individual Users in Dialogues

2025-12-17 · Xiaotian Zhang, Yuan Wang, Ruizhe Chen, Zeya Wang 외 arxiv

The deployment of Large Language Models (LLMs) in interactive systems necessitates a deep alignment with the nuanced and dynamic preferences of individual users. Current alignment techniques predominantly address univers…

NaLA: A 3D Native LLM Layout Agent for High-quality 3D Scene Generation

2026-06-28 · Cheng Wan, Yongsen Mao, Wenzheng Wu, Yuxuan Xie 외 arxiv

Recently, Large Language Models (LLMs) have emerged as promising layout agents for 3D scene generation. Existing layout agents still suffer from implausible layout generation because most of them convert 3D assets and 3D…

Scene Generation

FLORA: Unsupervised Knowledge Graph Alignment by Fuzzy Logic

2025-10-23 · Yiwen Peng, Thomas Bonald, Fabian M. Suchanek arxiv

Knowledge graph alignment is the task of matching equivalent entities (that is, instances and classes) and relations across two knowledge graphs. Most existing methods focus on pure entity-level alignment, computing the …

Knowledge Graphs

Saliency-Based diversity and fairness Metric and FaceKeepOriginalAugment: A Novel Approach for Enhancing Fairness and Diversity

2024-10-29 · Teerath Kumar, Alessandra Mileo, Malika Bendechache

Data augmentation has become a pivotal tool in enhancing the performance of computer vision tasks, with the KeepOriginalAugment method emerging as a standout technique for its intelligent incorporation of salient regions…

Data AugmentationDiversityFairnessimage-classification+1

Neuro-Symbolic Entity Alignment via Variational Inference

2024-10-05 · Shengyuan Chen, Qinggang Zhang, Junnan Dong, Wen Hua 외

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 su…

Entity AlignmentKnowledge GraphsVariational Inference