用大模型理解实体语义,提升知识图谱对齐准确率
LLM-Align: Utilizing Large Language Models for Entity Alignment in Knowledge Graphs
- 利用大模型的指令理解能力,分析实体属性和关系
- 在三个数据集上达到当前最优性能,优于传统嵌入方法
- 通过多轮投票减少大模型幻觉,适合需要高精度对齐的场景
实体对齐(EA)旨在识别不同知识图谱中的对应实体,对知识融合与集成至关重要。基于嵌入的对齐方法近年受到关注,早期方法仅依赖关系三元组的结构特征学习实体嵌入,后续方法引入实体名称和属性信息以增强表示。然而,现有方法缺乏对实体属性与关系的深层语义理解。本文提出基于大语言模型(LLM)的实体对齐方法 LLM-Align,利用大模型的指令遵循与零样本能力,推断实体对齐结果。该方法通过启发式策略筛选关键属性与关系,将选定的实体三元组输入大模型进行推理,并设计多轮投票机制,缓解大模型产生的幻觉与位置偏差问题。在三个标准数据集上的实验表明,本方法显著优于现有EA方法,达到当前最佳性能。
原文摘要 · Abstract (English)
Entity Alignment (EA) seeks to identify and match corresponding entities across different Knowledge Graphs (KGs), playing a crucial role in knowledge fusion and integration. Embedding-based entity alignment (EA) has recently gained considerable attention, resulting in the emergence of many innovative approaches. Initially, these approaches concentrated on learning entity embeddings based on the structural features of knowledge graphs (KGs) as defined by relation triples. Subsequent methods have integrated entities' names and attributes as supplementary information to improve the embeddings used for EA. However, existing methods lack a deep semantic understanding of entity attributes and relations. In this paper, we propose a Large Language Model (LLM) based Entity Alignment method, LLM-Align, which explores the instruction-following and zero-shot capabilities of Large Language Models to infer alignments of entities. LLM-Align uses heuristic methods to select important attributes and relations of entities, and then feeds the selected triples of entities to an LLM to infer the alignment results. To guarantee the quality of alignment results, we design a multi-round voting mechanism to mitigate the hallucination and positional bias issues that occur with LLMs. Experiments on three EA datasets, demonstrating that our approach achieves state-of-the-art performance compared to existing EA methods.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。