arXiv:2606.29180cs.AI2026-06中稿 · as a poster at The…

评估知识图谱间语义相似性,发现嵌入方法比文本模型更高效。

Measuring Graph-to-Graph Semantic Similarity in Knowledge Graphs: An Empirical Evaluation of Knowledge Graph Embeddings

论文配图:Measuring Graph-to-Graph Semantic Similarity in Knowledge Graphs: An Empirical Evaluation of Knowledge Graph Embeddings
图 1 · 摘自论文原文
  • 用实体嵌入构建图对语义相似度评分函数
  • 在两个数据集上,嵌入法比BERT高5.3个百分点的MRR
  • 适合做知识图谱匹配与迁移的研究者参考

知识图谱(KG)以结构化三元组形式表示事实,广泛应用于多领域关系知识组织。与文本从词到文档的多层级理解类似,KG也可在实体、关系、三元组、子图乃至整个图层面进行解读。然而,现有知识图谱嵌入方法主要关注实体、关系和三元组,对图级语义的关注不足。传统基于结构的图比较方法也受限,因结构相似未必代表语义一致。为此,本文研究图对之间的语义相似性,判断两图是否表达相同底层信息。为获得可靠的真实标签,我们通过修改文本文档,从中提取原始与修改版本的KG,将已知的文本对应关系映射至图对。在WikiText-2和CC-News数据集上,对比了基于文本、结构和知识图谱嵌入的方法。针对嵌入方法,提出两种评分函数: extit{EmbPairSim}(最大成对实体相似度)与 extit{AvgEmbSim}(频率加权中心点相似度)。实验表明, extit{EmbPairSim}在保持参数量显著更低的前提下,相较Sentence-BERT最高提升5.3个百分点的MRR,说明知识图谱嵌入可作为图对语义相似性的紧凑有效信号。

原文摘要 · Abstract (English)

A Knowledge Graph (KG) represents facts as structured triples and is widely used to organize relational knowledge across diverse domains. Just as textual information ranges from words and sentences to complete documents, KG information can be interpreted at multiple levels, from entities, relations, and triples to subgraphs and entire KGs. However, existing KG embedding methods mainly focus on entities, relations, and triples, leaving graph-level semantics largely unaddressed. Conventional graph-level methods, which typically compare graphs based on structural patterns, are also insufficient because structural similarity alone cannot guarantee semantic similarity between KGs. To evaluate how well different methods capture such graph-level semantic information, we study graph-to-graph semantic similarity, which determines whether a pair of KGs represents semantically corresponding underlying information. To obtain reliable ground-truth correspondences, we construct a semantic matching dataset by modifying text documents, extracting KGs from both original and modified documents, and transferring their known correspondences to KG pairs. We compare text-based, structure-based, and KG embedding-based approaches on each dataset. For the KG embedding-based approach, we introduce two scoring functions: \textit{EmbPairSim}, which uses maximal pairwise entity similarity, and \textit{AvgEmbSim}, which uses a frequency-weighted centroid. Experiments on WikiText-2 and CC-News show that \textit{EmbPairSim} achieves up to 5.3 pp higher MRR than Sentence-BERT while using substantially fewer parameters. These results suggest that KGE representations can serve as compact and effective signals for graph-to-graph semantic similarity in KGs. Our code is available at https://github.com/SeungRyeolBaek/KG-to-KG-Semantic-Similarity.

知识图谱语义相似度嵌入方法图匹配

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。