K-文化的一切——从回归到 K-美妆,发送到您的邮箱订阅邮件

METAL MEDIA

MissDiag: Diagnostic Evaluation of Incomplete-Knowledge Robustness in KGQA and KG-RAG

arXiv:2608.184892026-08-20

揭示知识图谱问答系统在信息缺失时真正出问题的原因,诊断工具MissDiag

基于知识图谱的问答系统在支撑证据不完整时性能会下降,但以往的评估只报告下降了多少,却说不清为什么下降。MissDiag通过四种结构化方式分别删除图中的证据,并对同一系统在完整与不完整证据下的表现做配对比较,从而定位性能下降的真正来源。结果显示,靠近答案的证据缺失造成的损害最大,而与问题相关的背景证据被删除时,系统表现有时反而更好。

METAL MEDIA 解读图

揭示知识图谱问答系统在信息缺失时真正出问题的原因,诊断工具MissDiag

  1. 01知识图谱问答(KGQA)和基于知识图谱的检索增强生成(KG-RAG)依赖图中的事实作答,但现实中的知识图谱常常稀疏、过时、不完整,因此系统对缺失信息的鲁棒性至关重要
  2. 02MissDiag保持问题、标准答案和关联实体不变,只用四种类型化操作删除支撑图中的边:随机删除、源上下文删除、关系级删除、答案邻近删除,并将同一系统在完整图与残缺图上的表现进行配对比较
  3. 03通过按图规模比例设定删除预算,MissDiag生成按删除类型划分的性能下降画像,用F1分数的变化来呈现
  4. 04在训练型KGQA模型、图提示方法、知识图谱智能体和直接使用大语言模型的基线系统中测试后发现,答案邻近证据的缺失造成的性能下降最大(10.3至21.3个F1点),而删除源上下文证据有时甚至能提升表现
  5. 05答案邻近证据缺失造成的损害差距,在多答案问题和小规模支撑图上最为明显,即便换用更宽松的语义匹配评价指标,这一规律依然保持不变
这是 METAL MEDIA 制作的解读图,并非论文作者提供的原图。

他们做了什么

  1. 知识图谱问答(KGQA)和基于知识图谱的检索增强生成(KG-RAG)依赖图中的事实作答,但现实中的知识图谱常常稀疏、过时、不完整,因此系统对缺失信息的鲁棒性至关重要
  2. MissDiag保持问题、标准答案和关联实体不变,只用四种类型化操作删除支撑图中的边:随机删除、源上下文删除、关系级删除、答案邻近删除,并将同一系统在完整图与残缺图上的表现进行配对比较
  3. 通过按图规模比例设定删除预算,MissDiag生成按删除类型划分的性能下降画像,用F1分数的变化来呈现
  4. 在训练型KGQA模型、图提示方法、知识图谱智能体和直接使用大语言模型的基线系统中测试后发现,答案邻近证据的缺失造成的性能下降最大(10.3至21.3个F1点),而删除源上下文证据有时甚至能提升表现
  5. 答案邻近证据缺失造成的损害差距,在多答案问题和小规模支撑图上最为明显,即便换用更宽松的语义匹配评价指标,这一规律依然保持不变
Table 1: Main typed degradation profiles across system families at α=0.3. Scores are reported as complete-support macro F1 and paired ΔF1 under each missingness type. Positive ΔF1 indicates degradation; negative values indicate improvement.
CategorySystemCompletePaired degradation 𝚫F1
F1RandomSource-contextRelation-levelAnswer-adjacent
Trained KGQA ModelsReaRev80.84.5-1.22.711.9
NuTrea77.21.9-9.9-2.712.2
NSM46.73.0-24.1-5.212.1
Graph Prompting MethodsMindMap46.210.10.611.212.7
StructGPT52.99.6-0.78.013.8
KG-GPT45.77.04.25.310.3
KG AgentsToG79.57.03.96.011.4
PoG79.96.82.75.811.6
GoG81.712.12.38.919.8
Direct LLM BaselinesQwen2.5-7B-Instruct85.311.13.07.421.3
Qwen2.5-14B-Instruct90.06.71.25.517.0
Llama-3.1-8B-Instruct84.46.1-0.54.015.8
Mistral-7B-Instruct-v0.381.25.41.63.813.3
Table 2: Metric sensitivity of typed degradation profiles for direct LLM baselines at α=0.3. Rand, Src, Rel, and Ans-adj denote random, source-context, relation-level, and answer-adjacent missingness.
SystemMetricPaired degradation 𝚫F1
RandSrcRelAns-adj
Qwen2.5-7BExact F111.13.07.421.3
Semantic F111.63.28.021.4
Qwen2.5-14BExact F16.71.25.517.0
Semantic F16.91.25.416.1
Llama-3.1-8BExact F16.1-0.54.015.8
Semantic F15.1-1.03.915.1
Mistral-7BExact F15.41.63.813.3
Semantic F15.10.93.213.5
Table 3: Structural slices for direct LLM baselines at α=0.3. Rand and Ans-adj report paired ΔF1 under random and answer-adjacent missingness. Gap is the difference between Ans-adj and Rand degradation.
SliceGroupNFullRandAns-adjGap
Answer cardinalitySingle-answer88890.86.814.47.6
Multi-answer16354.510.430.219.9
Support sizeSmall support35380.512.626.714.2
Medium support52787.05.213.38.0
Large support17189.22.97.44.5

为什么重要

了解哪种类型的信息缺失最具破坏性,有助于在实际部署知识图谱问答系统时优先修补最关键的数据缺口。该研究也表明,单一的整体鲁棒性分数会掩盖截然不同的失败机制,为今后更细致地报告KGQA评估结果提供了依据。

本文术语

  • 知识图谱 · 以实体间关系形式存储事实的数据库
  • KGQA · 利用知识图谱中的事实回答自然语言问题的任务
  • KG-RAG · 从知识图谱中检索证据来辅助生成答案的方法
  • F1分数 · 综合衡量答案准确性和完整性的评分指标
  • 性能下降画像 · 按证据缺失类型分类展示的性能损失情况

无法转载的图表

  • Figure 1: Motivation for typed degradation analysis. The same QA instance can show similar aggregate degradation under structurally different missingness conditions. Aggregate score drops alone do not reveal which evidence type was removed, whether answer-local evidence was affected, or whether the effect is systematic.
  • Figure 2: Overview of MissDiag. (1) Input: an instance contains a question, gold answer set, and local support graph. (2) Typed Missingness Operators: typed operators select removable support edges for random, source-context, relation-level, and answer-adjacent missingness. (3) Severity-Controlled Missingness: a shared severity budget produces an incomplete support graph. (4) Paired Evaluation: the same system is evaluated under complete and incomplete support to compute paired degradation. (5) Typed Degradation Profile: degradation values are summarized across missingness type, severity, system, and metric.
  • Figure 3: Severity effects on paired degradation. Curves show paired ΔF1 across missingness types for Qwen2.5-7B-Instruct and Llama-3.1-8B-Instruct as α increases.
在原文中查看图表 →

论文原文摘要(英文)

Knowledge graph question answering (KGQA) and knowledge-graph-based retrieval-augmented generation (KG-RAG) aim to ground answers in explicit graph evidence, but real-world knowledge graphs are often sparse, outdated, and incomplete. Existing robustness evaluations usually report aggregate changes in answer quality after evidence is removed or perturbed, which measures sensitivity to incomplete support but leaves the source of degradation under-specified: the same score change can conflate the type of missing evidence, the response of the evaluated system, and the sensitivity of the answer-matching protocol. To address this gap, we propose \textbf{MissDiag}, a diagnostic evaluation framework for incomplete-knowledge robustness in KGQA and KG-RAG. MissDiag keeps the question and gold answer fixed while applying structurally typed missingness interventions to benchmark-provided support graphs, enabling paired comparisons that decompose robustness changes by evidence type, system response, and evaluation protocol rather than reducing them to a single aggregate score drop. Experiments across multiple system families show that incomplete-knowledge robustness is better understood as a typed degradation phenomenon than as a uniform property: answer-adjacent evidence loss produces the largest observed degradation, source-context removal is often neutral and can be beneficial, and semantic answer matching changes absolute scores while preserving the main typed degradation patterns. By transforming aggregate robustness measurement into typed diagnostic attribution, MissDiag provides a more interpretable basis for comparing, diagnosing, and stress-testing KGQA and KG-RAG systems under incomplete knowledge.

作者 · Hang Wang, Hang Dong, Lu Liu, Chuanru Ren

在 arXiv 阅读

最新论文

全部论文 →

METAL MEDIA 最新报道